/***************************************************
  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, .leo_title .block {
  margin-bottom: 30px; }
.ApColumn .title_block, .leo_title .title_block {
  font-size: 36px;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  margin: 20px 0 40px; }
  @media (max-width: 767px) {
    .ApColumn .title_block, .leo_title .title_block {
      margin: 20px 0 30px;
      font-size: 28px; } }
.ApColumn .sub-title-widget, .leo_title .sub-title-widget {
  color: #666666;
  font-weight: 400;
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 50px; }
.ApColumn .ApImageHotspot, .leo_title .ApImageHotspot {
  margin-bottom: 0; }

.page-home .wrapper {
  position: relative; }

.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: 15px;
  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: 11px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert ul {
    margin-bottom: 0; }
  .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 #e4e4e4; }
  .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: #e4e4e4;
        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 #e4e4e4 #e4e4e4 #e4e4e4; }

.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 #e4e4e4; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e4e4e4;
    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 #e4e4e4 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e4e4e4 transparent #e4e4e4 #e4e4e4;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e4e4e4; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e4e4e4;
    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 #e4e4e4; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e4e4e4 #e4e4e4 #e4e4e4 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 #f35b25; }
    .widget-tabs li.active a {
      color: #f35b25; }

.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: #f35b25;
    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;
  margin-top: 60px; }
  .tabs-top .sub-title-widget {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .tabs-top .nav-tabs {
      position: absolute;
      z-index: 1;
      top: 5px;
      padding: 0;
      right: 0; }
      .rtl .tabs-top .nav-tabs {
        left: 0;
        right: auto; } }
  .tabs-top .nav-tabs li {
    position: relative;
    display: inline-block;
    float: none; }
    .tabs-top .nav-tabs li:before {
      content: "/";
      position: absolute;
      bottom: 50%;
      color: #2a3356;
      right: -3px;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
      .rtl .tabs-top .nav-tabs li:before {
        left: -3px;
        right: auto; }
    .tabs-top .nav-tabs li:last-child:before {
      display: none; }
    .tabs-top .nav-tabs li:last-child > a {
      padding: 5px 0 5px 13px; }
      .rtl .tabs-top .nav-tabs li:last-child > a {
        padding: 5px 13px 5px 0; }
    .tabs-top .nav-tabs li > a {
      position: relative;
      font-size: 16px;
      font-weight: 600;
      color: #2a3356;
      padding: 5px 13px;
      border: none;
      text-transform: none; }
      .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
        border: none;
        color: #f35b25; }
      .tabs-top .nav-tabs li > a.active {
        background-color: transparent;
        color: #f35b25; }
        .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
          background: transparent;
          color: #f35b25; }
    .tabs-top .nav-tabs li + .nav-item {
      margin-left: 0; }
      .rtl .tabs-top .nav-tabs li + .nav-item {
        margin-right: 0;
        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; }

.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 {
  text-align: center;
  background: #FFFFFF; }
  .box-show-more a {
    background: #f9cf71;
    clear: both;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 50px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    border-radius: 50px; }
    .box-show-more a:hover {
      background-color: #f35b25;
      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; }
  .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;
  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
*/
/**
* Widget Video
*/
iframe {
  max-width: 100%;
  max-height: 100%; }
  .widget-twitter iframe {
    width: 100% !important; }

.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 #e4e4e4; }
  .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 #e4e4e4;
  -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 #f35b25;
    -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*/
.ApColumn .instagram-block {
  position: relative; }
  .ApColumn .instagram-block img {
    width: 100%;
    height: auto; }
  .ApColumn .instagram-block #instafeed a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 14px; }
    .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;
      -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;
      filter: alpha(opacity=0);
      -webkit-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;
      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: #f35b25; }
      .ApColumn .instagram-block .link-instagram a .fa {
        display: none; }
  .ApColumn .instagram-block .block_content .owl-row {
    margin: 0 -7px; }
  .ApColumn .instagram-block .block_content .owl-item {
    padding: 0 7px; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  position: relative;
  z-index: 1;
  margin: 40px 0;
  text-align: center; }
  .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 {
      opacity: 1;
      filter: alpha(opacity=100);
      -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; }
  .ApColumn .manufacturers_block .owl-theme .owl-buttons {
    position: inherit;
    top: inherit;
    right: inherit; }
    .ApColumn .manufacturers_block .owl-theme .owl-buttons div {
      position: absolute;
      bottom: 50%;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
        left: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-prev {
          right: 30px;
          left: auto; }
      .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
        right: 30px; }
        .rtl .ApColumn .manufacturers_block .owl-theme .owl-buttons div.owl-next {
          left: 30px;
          right: auto; }
  .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div {
    visibility: visible; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
      left: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-prev {
        right: 15px;
        left: auto; }
    .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
      right: 15px; }
      .rtl .ApColumn .manufacturers_block .owl-theme:hover .owl-buttons div.owl-next {
        left: 15px;
        right: auto; }

/*
  Widget Category Image
*/
.gr-category-image {
  padding-bottom: 30px; }
  .gr-category-image > div {
    border-right: 1px solid #e4e4e4; }
    .rtl .gr-category-image > div {
      border-left: 1px solid #e4e4e4;
      border-right: inherit; }
    .gr-category-image > div:last-child {
      border-right: 1px solid transparent; }
      .rtl .gr-category-image > div:last-child {
        border-left: 1px solid transparent;
        border-right: inherit; }
    .gr-category-image > div > .widget-category_image:first-child {
      border-bottom: 1px solid #e4e4e4; }
    @media (max-width: 991px) {
      .gr-category-image > div > .widget-category_image {
        border-bottom: 1px solid #e4e4e4; } }

.ApColumn .widget-category_image {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  margin: 0; }
  .ApColumn .widget-category_image .block_content {
    padding: 50px; }
    @media (max-width: 1400px) {
      .ApColumn .widget-category_image .block_content {
        padding: 30px; } }
  .ApColumn .widget-category_image .view_all {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #f35b25;
    padding-right: 20px; }
    .rtl .ApColumn .widget-category_image .view_all {
      padding-left: 20px;
      padding-right: inherit; }
    .ApColumn .widget-category_image .view_all:before {
      content: "\f178";
      font-family: "FontAwesome";
      font-size: 13px;
      position: absolute;
      bottom: 50%;
      right: 0;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
      .rtl .ApColumn .widget-category_image .view_all:before {
        left: 0;
        right: auto; }
      [dir="rtl"] .ApColumn .widget-category_image .view_all:before {
        content: "\f177"; }
  .ApColumn .widget-category_image ul {
    margin-bottom: 0; }
    .ApColumn .widget-category_image ul > li .cover-img {
      position: absolute;
      z-index: -1;
      bottom: 50px;
      right: 50px; }
      .rtl .ApColumn .widget-category_image ul > li .cover-img {
        left: 50px;
        right: auto; }
      @media (max-width: 1400px) {
        .ApColumn .widget-category_image ul > li .cover-img {
          bottom: 30px;
          right: 30px; }
          .rtl .ApColumn .widget-category_image ul > li .cover-img {
            left: 30px;
            right: auto; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .ApColumn .widget-category_image ul > li .cover-img img {
          max-width: 80px; } }
      @media (max-width: 575px) {
        .ApColumn .widget-category_image ul > li .cover-img img {
          max-width: 80px; } }
    .ApColumn .widget-category_image ul > li .cat_name {
      color: #666666;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 25px;
      display: block; }
      .ApColumn .widget-category_image ul > li .cat_name:before {
        display: none; }
      .ApColumn .widget-category_image ul > li .cat_name:hover {
        color: #f35b25; }
    .ApColumn .widget-category_image ul > li > ul > li > a {
      display: inline-block;
      padding: 5px 0;
      color: #2a3356;
      font-size: 14px;
      font-weight: normal;
      line-height: 20px; }
      .ApColumn .widget-category_image ul > li > ul > li > a:hover {
        color: #f35b25; }

/* Widget Lastest blogs */
.ApColumn .latest-blogs {
  margin: 70px 0 100px; }
  @media (max-width: 767px) {
    .ApColumn .latest-blogs {
      margin: 50px 0 30px; } }
.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 .box-des {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .latest-blogs .blog-image-container .box-des > span {
      width: 20%;
      padding: 15px 10px;
      font-size: 12px;
      background: rgba(255, 255, 255, 0.7);
      border-left: 1px solid #b2b5c0; }
      .rtl .latest-blogs .blog-image-container .box-des > span {
        border-right: 1px solid #b2b5c0;
        border-left: inherit; }
      .latest-blogs .blog-image-container .box-des > span.cre-author {
        width: 60%;
        border-left: none; }
        .rtl .latest-blogs .blog-image-container .box-des > span.cre-author {
          border-right: none;
          border-left: inherit; }
      .latest-blogs .blog-image-container .box-des > span .author span {
        font-weight: 700; }
.latest-blogs .blog-container {
  color: #2a3356;
  font-family: "Open Sans", sans-serif; }
  .latest-blogs .blog-container .blog-title {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    height: 47px;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 991px) {
      .latest-blogs .blog-container .blog-title {
        margin: 10px 0; } }
    .latest-blogs .blog-container .blog-title a {
      color: #2a3356;
      line-height: 24px; }
      .latest-blogs .blog-container .blog-title a:hover {
        color: #f35b25; }
  .latest-blogs .blog-container .blog-meta {
    font-size: 14px;
    position: relative;
    color: #999999;
    padding-top: 10px; }
    .latest-blogs .blog-container .blog-meta > span {
      color: #999999;
      font-size: 11px;
      text-transform: uppercase;
      position: relative;
      display: inline-block; }
      .latest-blogs .blog-container .blog-meta > span i {
        font-size: 12px; }
      .latest-blogs .blog-container .blog-meta > span.created:after {
        display: none; }
    .latest-blogs .blog-container .blog-meta .blog-desc {
      margin: 15px 0 20px;
      line-height: 24px;
      color: #2a3356; }
    .latest-blogs .blog-container .blog-meta .post-btn-more {
      color: #f35b25;
      font-size: 14px;
      font-weight: 700;
      position: relative;
      display: inline-block;
      padding-bottom: 5px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .latest-blogs .blog-container .blog-meta .post-btn-more:before {
        content: "";
        background: #f35b25;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0; }
        .rtl .latest-blogs .blog-container .blog-meta .post-btn-more:before {
          right: 0;
          left: auto; }
      .latest-blogs .blog-container .blog-meta .post-btn-more:hover {
        letter-spacing: 1px; }
  .latest-blogs .blog-container: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;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
@media (min-width: 992px) {
  .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 ul {
  margin: 0; }
  .ApCountdown ul li {
    display: inline-block;
    font-size: 14px;
    background-color: #FFFFFF;
    padding: 0;
    min-width: 70px;
    text-align: center;
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
    font-family: "Open Sans", sans-serif;
    margin: 0 30px 3px 0; }
    .rtl .ApCountdown ul li {
      margin: 0 0 3px 30px; }
    @media (max-width: 991px) {
      .ApCountdown ul li {
        margin: 0 15px 3px 0; }
        .rtl .ApCountdown ul li {
          margin: 0 0 3px 15px; } }
    @media (max-width: 480px) {
      .ApCountdown ul li {
        min-width: 60px; } }
    .ApCountdown ul li b {
      display: block;
      padding: 30px 10px;
      font-size: 36px;
      color: #f35b25; }
      @media (max-width: 991px) {
        .ApCountdown ul li b {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .ApCountdown ul li b {
          padding: 25px 5px; } }
    .ApCountdown ul li span {
      border-top: 1px solid #ccc;
      display: inline-block;
      width: 100%;
      padding: 5px 0;
      font-weight: 300;
      color: #2a3356;
      text-transform: capitalize; }
    .ApCountdown ul li:last-child {
      margin: 0 0 0 0; }
      .rtl .ApCountdown ul li:last-child {
        margin: 0 0 0 0; }
.ApCountdown .ap-countdown-link {
  margin: 70px 0 0; }
  @media (max-width: 991px) {
    .ApCountdown .ap-countdown-link {
      margin: 40px 0 0; } }
  .ApCountdown .ap-countdown-link a {
    position: relative;
    display: inline-block;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f35b25;
    border: 2px solid #f35b25;
    padding: 0 60px 0 25px; }
    .rtl .ApCountdown .ap-countdown-link a {
      padding: 0 25px 0 60px; }
    .ApCountdown .ap-countdown-link a:after {
      content: '\f105';
      font-family: "FontAwesome";
      width: 40px;
      height: 40px;
      background: #f35b25;
      position: absolute;
      text-align: center;
      color: #FFFFFF;
      font-size: 18px;
      bottom: 50%;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      right: -2px; }
      .rtl .ApCountdown .ap-countdown-link a:after {
        left: -2px;
        right: auto; }

/** Coutdown **/
.leo-more-cdown {
  margin-top: 30px; }
  .leo-more-cdown .day {
    color: #f35b25; }
  .leo-more-cdown ul {
    margin: 0; }
    .leo-more-cdown ul li {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      padding: 0;
      text-align: center;
      position: relative;
      z-index: 0;
      margin: 3px 20px 3px 0; }
      .rtl .leo-more-cdown ul li {
        margin: 3px 0 3px 20px; }
      @media (max-width: 767px) {
        .leo-more-cdown ul li {
          font-size: 11px;
          margin-right: 15px; }
          .rtl .leo-more-cdown ul li {
            margin-left: 15px;
            margin-right: inherit; } }
      .leo-more-cdown ul li b {
        display: block;
        font-size: 20px;
        color: #000000;
        width: 67px;
        height: 67px;
        line-height: 67px;
        margin: auto;
        border: 3px solid #f35b25;
        border-radius: 50px; }
        @media (max-width: 767px) {
          .leo-more-cdown ul li b {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-width: 2px;
            font-size: 14px; } }
      .leo-more-cdown ul li span {
        display: inline-block;
        color: #000000;
        text-transform: uppercase;
        margin-top: 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 **/
.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; }

/** WIDGET IMAGES **/
.gr-home-banner .ApColumn .block {
  margin: 0; }
.gr-home-banner .ApImage .image_description {
  position: absolute;
  top: 120px;
  text-align: center;
  color: #494949;
  line-height: 25px;
  left: 0;
  right: 0; }
  @media (max-width: 1199px) {
    .gr-home-banner .ApImage .image_description {
      top: 20px; } }
  .gr-home-banner .ApImage .image_description span {
    font-size: 30px;
    color: #676c77;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 1199px) {
      .gr-home-banner .ApImage .image_description span {
        font-size: 18px; } }
  .gr-home-banner .ApImage .image_description h4 {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin: 15px 0 40px;
    letter-spacing: 5px; }
    @media (max-width: 1199px) {
      .gr-home-banner .ApImage .image_description h4 {
        font-size: 20px; } }
  @media (min-width: 992px) {
    .gr-home-banner .ApImage .image_description p {
      width: 75%;
      margin: auto; } }
  .gr-home-banner .ApImage .image_description .btn {
    background: #933336;
    color: #FFFFFF;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .gr-home-banner .ApImage .image_description .btn {
        margin-top: 10px; } }
    .gr-home-banner .ApImage .image_description .btn:hover {
      background: #f35b25;
      color: #FFFFFF; }

.gr-banner-bottom .ApColumn .block {
  margin: 0; }
.gr-banner-bottom .ApImage .image_description {
  position: absolute;
  bottom: 30px;
  color: #4d4d4d;
  left: 10%; }
  @media (max-width: 991px) {
    .gr-banner-bottom .ApImage .image_description {
      bottom: 20px;
      left: 7%; } }
  .gr-banner-bottom .ApImage .image_description h4 {
    font-size: 30px;
    color: #952523;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    letter-spacing: 5px; }
  .gr-banner-bottom .ApImage .image_description .btn {
    background: #9b2826;
    color: #FFFFFF;
    letter-spacing: 3px;
    padding: 7px 35px; }
    .gr-banner-bottom .ApImage .image_description .btn:hover {
      background: #f35b25;
      color: #FFFFFF; }

.box-image-cate {
  margin-top: 70px;
  margin-bottom: 40px; }
  @media (max-width: 575px) {
    .box-image-cate {
      margin-top: 30px;
      margin-bottom: 0; } }
  .box-image-cate .ApImage {
    position: relative; }
    .box-image-cate .ApImage .image_description {
      position: absolute;
      bottom: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 50%);
      -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
      -o-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }
      .box-image-cate .ApImage .image_description a {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        font-size: 24px;
        font-weight: 700;
        display: inline-block;
        color: #2a3356;
        padding: 25px 90px 25px 25px; }
        .rtl .box-image-cate .ApImage .image_description a {
          padding: 25px 25px 25px 90px; }
        @media (max-width: 991px) {
          .box-image-cate .ApImage .image_description a {
            font-size: 15px;
            padding: 15px 70px 15px 25px; }
            .rtl .box-image-cate .ApImage .image_description a {
              padding: 15px 25px 15px 70px; } }
        .box-image-cate .ApImage .image_description a i {
          position: absolute;
          bottom: 50%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          color: #FFFFFF;
          background: #f35b25;
          text-align: center;
          right: 15px;
          -webkit-transform: translateY(50%);
          -moz-transform: translateY(50%);
          -ms-transform: translateY(50%);
          -o-transform: translateY(50%);
          transform: translateY(50%); }
          .rtl .box-image-cate .ApImage .image_description a i {
            left: 15px;
            right: auto; }
      .box-image-cate .ApImage .image_description p {
        margin-bottom: 0; }

.box-banner-h2 {
  margin-top: 120px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .box-banner-h2 {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .box-banner-h2 .ApImage img {
      width: 100% !important; } }
  .box-banner-h2 .image_description {
    padding: 30px 70px 50px 30px;
    -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15); }
    .rtl .box-banner-h2 .image_description {
      padding: 30px 30px 50px 70px; }
    @media (min-width: 768px) {
      .box-banner-h2 .image_description {
        position: absolute;
        display: inline-block;
        bottom: -40px;
        max-width: 470px;
        background: #FFFFFF;
        line-height: 24px;
        font-family: "Open Sans", sans-serif;
        right: 0; }
        .rtl .box-banner-h2 .image_description {
          left: 0;
          right: auto; } }
    @media (max-width: 767px) {
      .box-banner-h2 .image_description {
        padding: 30px 30px 30px 30px; }
        .rtl .box-banner-h2 .image_description {
          padding: 30px 30px 30px 30px; } }
    .box-banner-h2 .image_description h4 {
      position: relative;
      font-size: 36px;
      font-weight: 700;
      padding-bottom: 15px;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .box-banner-h2 .image_description h4 {
          font-size: 26px; } }
      .box-banner-h2 .image_description h4:before {
        content: "";
        background: #f35b25;
        position: absolute;
        width: 200px;
        height: 5px;
        bottom: 0;
        left: -30%; }
        .rtl .box-banner-h2 .image_description h4:before {
          right: -30%;
          left: auto; }
    .box-banner-h2 .image_description .btn {
      border: 2px solid #f35b25;
      color: #f35b25;
      margin-top: 30px;
      background: #FFFFFF;
      font-weight: 600;
      padding: 5px 55px 5px 20px; }
      .rtl .box-banner-h2 .image_description .btn {
        padding: 5px 20px 5px 55px; }
      .box-banner-h2 .image_description .btn i {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        bottom: 50%;
        color: #FFFFFF;
        background: #f35b25;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 0; }
        .rtl .box-banner-h2 .image_description .btn i {
          left: 0;
          right: auto; }
    .box-banner-h2 .image_description .box-des {
      padding-left: 40px; }
      .rtl .box-banner-h2 .image_description .box-des {
        padding-right: 40px;
        padding-left: inherit; }
      @media (max-width: 480px) {
        .box-banner-h2 .image_description .box-des {
          padding-left: 25px; }
          .rtl .box-banner-h2 .image_description .box-des {
            padding-right: 25px;
            padding-left: inherit; } }

.box-image-left .ApImage:nth-of-type(1), .box-image-left .ApImage:nth-of-type(2) {
  width: 50%;
  float: left; }
  .rtl .box-image-left .ApImage:nth-of-type(1), .rtl .box-image-left .ApImage:nth-of-type(2) {
    float: right; }
.box-image-left .ApImage:nth-of-type(1) {
  padding: 0 15px 0 0; }
  .rtl .box-image-left .ApImage:nth-of-type(1) {
    padding: 0 0 0 15px; }
.box-image-left .ApImage:nth-of-type(2) {
  padding: 0 0 0 15px; }
  .rtl .box-image-left .ApImage:nth-of-type(2) {
    padding: 0 15px 0 0; }
.box-image-left .ApImage:nth-of-type(3) {
  width: 100%;
  clear: both; }

/****** 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;
      -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: #f35b25;
      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 #e4e4e4;
    text-align: left;
    -webkit-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: #f35b25;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
    #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: #f35b25;
    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: #e4e4e4;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important; }
  #page-contact:before {
    top: 0; }
  #page-contact:after {
    bottom: 0; }
  #page-contact .item-left {
    border-right: 1px solid #e4e4e4; }
    .rtl #page-contact .item-left {
      border-left: 1px solid #e4e4e4;
      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 #e4e4e4;
        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;
      -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: #f5f5f5;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #666;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  border-radius: 4px;
  -webkit-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: #f11d22;
    position: absolute;
    left: 10px;
    -webkit-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 #f11d22;
  background: #222;
  color: #fff; }
.gr-page-faq .ApHtml .title[aria-expanded="true"] .navbar-toggler {
  color: #FFFFFF; }
.gr-page-faq .ApHtml.block-toggler .navbar-toggler {
  top: 10px; }

.ap-image-gallery {
  padding: 30px 0; }
  .ap-image-gallery a {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    position: relative; }
    .ap-image-gallery 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;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .ap-image-gallery 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); }

/*** 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); }

/********** NEW *******************/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1860px;
    width: auto;
    margin: auto; } }

/*** Header Top ***/
.button-list {
  margin: 0;
  padding: 0 !important;
  float: right; }
  .rtl .button-list {
    float: left; }
  .button-list li {
    display: inline-block;
    padding: 15px 0; }
    .button-list li a {
      position: relative; }
    .button-list li i {
      font-size: 20px; }
    .button-list li .ap-total {
      position: absolute;
      height: 16px;
      width: 16px;
      line-height: 16px;
      text-align: center;
      top: -10px;
      color: #FFFFFF;
      font-weight: 500;
      right: -10px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background: #f35b25;
      font-size: 12px; }
      .rtl .button-list li .ap-total {
        left: -10px;
        right: auto; }

/*** ApRawHtml ****/
.leo-service {
  padding: 40px 0;
  margin: -60px 0 70px;
  background: #FFFFFF;
  -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25); }
  @media (max-width: 991px) {
    .leo-service {
      margin: 30px 0 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; } }
  @media (min-width: 768px) {
    .leo-service .ApColumn {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .leo-service .ApRawHtml {
    color: #2a3356;
    font-family: "Open Sans", sans-serif; }
    @media (min-width: 768px) {
      .leo-service .ApRawHtml {
        margin-bottom: 0; } }
    .leo-service .ApRawHtml i {
      font-size: 36px;
      color: #2a3356;
      margin-bottom: 15px; }
    .leo-service .ApRawHtml h4 {
      font-size: 24px;
      font-family: "Open Sans", sans-serif; }
      @media (max-width: 991px) {
        .leo-service .ApRawHtml h4 {
          font-size: 18px; } }

.box-banner-html .ApImage {
  display: inline-block;
  padding: 30px;
  margin-top: -100px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991px) {
    .box-banner-html .ApImage {
      margin-top: -60px; }
      .box-banner-html .ApImage img {
        width: 100% !important; } }
  @media (max-width: 767px) {
    .box-banner-html .ApImage {
      margin-top: 0; } }
.box-banner-html .ApRawHtml {
  line-height: 24px;
  padding-top: 120px;
  font-family: "Open Sans", sans-serif; }
  @media (max-width: 991px) {
    .box-banner-html .ApRawHtml {
      padding-top: 30px; } }
  .box-banner-html .ApRawHtml h4 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .box-banner-html .ApRawHtml h4 {
        font-size: 30px; } }
  .box-banner-html .ApRawHtml .btn {
    border: 2px solid #f35b25;
    color: #f35b25;
    margin-top: 30px;
    background: #FFFFFF;
    font-weight: 600;
    padding: 5px 55px 5px 20px; }
    .rtl .box-banner-html .ApRawHtml .btn {
      padding: 5px 20px 5px 55px; }
    .box-banner-html .ApRawHtml .btn i {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      bottom: 50%;
      border-width: 0 0 0 2px;
      border-style: solid;
      border-color: #f35b25;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      right: 0; }
      .rtl .box-banner-html .ApRawHtml .btn i {
        border-width: 0 2px 0 0; }
      .rtl .box-banner-html .ApRawHtml .btn i {
        left: 0;
        right: auto; }

.box-banner-product {
  position: relative;
  padding: 260px 0 100px;
  margin-top: 100px; }
  @media (max-width: 991px) {
    .box-banner-product {
      padding: 260px 0 50px;
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .box-banner-product {
      padding: 0 0 50px; } }
  @media (min-width: 768px) {
    .box-banner-product .banner-html {
      position: static; } }
  @media (min-width: 768px) {
    .box-banner-product .ApImage {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 15px; }
      .rtl .box-banner-product .ApImage {
        right: 15px;
        left: auto; } }
  @media (max-width: 575px) {
    .box-banner-product .ApImage img {
      width: 100% !important; } }
  .box-banner-product .ApImage .image_description {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .box-banner-product .ApImage .image_description {
        position: absolute;
        width: 115%;
        top: 45px;
        margin-top: 0;
        left: 80%; }
        .rtl .box-banner-product .ApImage .image_description {
          right: 80%;
          left: auto; }
        .box-banner-product .ApImage .image_description p {
          padding-left: 100px; }
          .rtl .box-banner-product .ApImage .image_description p {
            padding-right: 100px;
            padding-left: inherit; } }
    .box-banner-product .ApImage .image_description h4 {
      font-size: 48px; }
      @media (max-width: 767px) {
        .box-banner-product .ApImage .image_description h4 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        .box-banner-product .ApImage .image_description h4 {
          font-size: 24px; } }
  .box-banner-product .product-block {
    background: #fabda8;
    padding: 70px 100px 10px 300px; }
    .rtl .box-banner-product .product-block {
      padding: 70px 300px 10px 100px; }
    @media (max-width: 767px) {
      .box-banner-product .product-block {
        padding: 70px 15px 10px 15px; }
        .rtl .box-banner-product .product-block {
          padding: 70px 15px 10px 15px; } }

/**** testimonial  ****/
.box-testi .block-carousel-image-container {
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0 30px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif; }
  .box-testi .block-carousel-image-container .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: "Montserrat", sans-serif; }
  .box-testi .block-carousel-image-container .des-testi {
    padding: 30px;
    background: rgba(0, 0, 0, 0.15);
    width: 60%;
    margin: 0 auto 30px; }
    @media (max-width: 991px) {
      .box-testi .block-carousel-image-container .des-testi {
        width: 100%; } }
  .box-testi .block-carousel-image-container p span {
    font-weight: 700; }

/**** Product Flex Title *****/
@media (min-width: 992px) {
  .gr-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.product-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .product-flex .title_block {
    order: 2; }
  .product-flex .sub-title-widget {
    order: 1;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .product-flex .sub-title-widget {
        margin-top: 30px; } }
  .product-flex .block_content {
    order: 3; }

/** .bg-over-lay **/
.bg-over-lay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 120vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-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;
  filter: alpha(opacity=100); }

/*** margin ***/
@media (min-width: 768px) {
  .leo-margin {
    margin-top: 110px;
    margin-bottom: 60px; }
    .leo-margin .title_block {
      margin: 0 0 40px; }
    .leo-margin .block {
      margin-bottom: 0; } }

.box-countdown {
  margin-top: 100px;
  margin-bottom: 120px; }
  @media (max-width: 991px) {
    .box-countdown {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .box-countdown .ApImage {
    position: relative;
    margin: 0; }
    .box-countdown .ApImage:before {
      content: "";
      border: 5px solid #f35b25;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      left: -30px;
      bottom: -30px; }
  @media (max-width: 767px) {
    .box-countdown .ApCountdown {
      margin-top: 60px; } }
  .box-countdown .ApCountdown .title_block {
    margin: 30px 0 10px; }
    @media (max-width: 991px) {
      .box-countdown .ApCountdown .title_block {
        font-size: 30px; } }
  @media (max-width: 991px) {
    .box-countdown .ApCountdown .sub-title-widget {
      margin-bottom: 30px; } }
  .box-countdown .ApCountdown .sub-title-widget span {
    color: #f35b25;
    font-weight: 700; }

/*# sourceMappingURL=styles.css.map */
