/***************************************************
  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, .home-title .block, .footer-container .leo-blog-bottom .block {
  margin-bottom: 30px; }
.ApColumn .title_block, .home-title .title_block, .footer-container .leo-blog-bottom .title_block {
  font-size: 40px;
  position: relative;
  font-weight: 400;
  margin: 100px 0 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  text-align: center; }
  @media (max-width: 576px) {
    .ApColumn .title_block, .home-title .title_block, .footer-container .leo-blog-bottom .title_block {
      font-size: 28px; } }
.ApColumn .sub-title-widget, .home-title .sub-title-widget, .footer-container .leo-blog-bottom .sub-title-widget {
  color: #3dd978;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 2px; }

.title_product .title_block {
  color: #FFFFFF; }

.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; }
@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: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 25px;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #e5e5e5; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #e5e5e5;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #e5e5e5 #e5e5e5 #e5e5e5; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #e5e5e5; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #e5e5e5;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #e5e5e5 #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #e5e5e5; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #e5e5e5;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #e5e5e5; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #30323d; }
  .widget-tabs li.active {
    border: 1px solid #3dd978; }
    .widget-tabs li.active a {
      color: #3dd978; }

.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: #3dd978;
    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 {
  margin-bottom: 90px; }
  .tabs-top .nav-tabs {
    text-align: center;
    border-bottom: none;
    margin-bottom: 50px;
    padding: 0; }
    .tabs-top .nav-tabs li {
      display: inline-block;
      float: none; }
      .tabs-top .nav-tabs li > a {
        font-size: 12px;
        padding-bottom: 15px;
        font-weight: 600;
        color: #999999;
        padding: 13px 20px;
        border: none;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .tabs-top .nav-tabs li > a:focus, .tabs-top .nav-tabs li > a:hover {
          color: #30323d;
          background-color: #FFFFFF;
          -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
        .tabs-top .nav-tabs li > a.active {
          color: #30323d;
          background-color: #FFFFFF;
          -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
          .tabs-top .nav-tabs li > a.active:focus, .tabs-top .nav-tabs li > a.active:hover {
            color: #30323d;
            background-color: #FFFFFF;
            -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
            -o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
      .tabs-top .nav-tabs li.nav-item + .nav-item {
        margin: 3px 0 3px 0; }
        .rtl .tabs-top .nav-tabs li.nav-item + .nav-item {
          margin: 3px 0 3px 0; }

/**
* 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: #f8f3f3;
  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: 0.875rem;
  color: #30323d;
  font-weight: 700;
  border-radius: 4px; }
  .box-show-more a:hover {
    background-color: #3dd978;
    color: #FFFFFF; }
  .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 #e5e5e5; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -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 #e5e5e5;
  -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 #3dd978;
    -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 {
  margin-bottom: 50px;
  /* .block_content{
      .owl-row{margin: 0 -5px;}
      .owl-item{
        padding: 0 5px;
      }
  } */ }
  .ApColumn .instagram-block .title_block {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    margin: 50px 0; }
  .ApColumn .instagram-block img {
    width: 100%;
    height: auto; }
  .ApColumn .instagram-block a {
    position: relative;
    margin-bottom: 10px;
    display: inline-block; }
    .ApColumn .instagram-block a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(63, 140, 155, 0.5);
      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; }
    .ApColumn .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; }
    .ApColumn .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; }
    .ApColumn .instagram-block a:hover:after {
      opacity: 1;
      filter: alpha(opacity=100); }
  .ApColumn .instagram-block .link-instagram {
    display: none;
    padding-left: 15px; }
    .rtl .ApColumn .instagram-block .link-instagram {
      padding-right: 15px;
      padding-left: inherit; }
    .ApColumn .instagram-block .link-instagram .fa {
      font-size: 16px;
      color: #2a5b83; }

/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
  margin: 0; }
  .ApColumn .manufacturers_block:before {
    content: "";
    border-top: 1px solid #e5e5e5;
    padding: 0px 1000px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    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;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -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); }

/* Widget Lastest blogs */
.latest-blogs.block {
  margin-bottom: 30px;
  padding-bottom: 70px; }
.latest-blogs .blog-image-container {
  position: relative; }
  .latest-blogs .blog-image-container .blog_img_link {
    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.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; }
.latest-blogs .block_content {
  margin-top: 40px; }
.latest-blogs .blog-container {
  background: #FFFFFF;
  margin-bottom: 30px; }
  .latest-blogs .blog-container .blog-title {
    margin: 10px 0 30px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-family: "Montserrat", sans-serif; }
    .latest-blogs .blog-container .blog-title a {
      color: #30323d;
      line-height: 30px;
      overflow: hidden;
      height: calc(30px * 2);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2; }
      .latest-blogs .blog-container .blog-title a:hover {
        color: #3dd978; }
  .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: #30323d;
      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 .box-blog {
    position: relative;
    color: #999999;
    padding: 20px;
    text-align: center; }
    .latest-blogs .blog-container .box-blog .created {
      margin-right: 15px; }
      .rtl .latest-blogs .blog-container .box-blog .created {
        margin-left: 15px;
        margin-right: inherit; }
    .latest-blogs .blog-container .box-blog .author, .latest-blogs .blog-container .box-blog .nbcomment {
      font-size: 10px;
      padding-right: 20px;
      color: #999999; }
      .rtl .latest-blogs .blog-container .box-blog .author, .rtl .latest-blogs .blog-container .box-blog .nbcomment {
        padding-left: 20px;
        padding-right: inherit; }
    .latest-blogs .blog-container .box-blog .hits {
      padding-left: 10px;
      display: inline-block; }
      .rtl .latest-blogs .blog-container .box-blog .hits {
        padding-right: 10px;
        padding-left: inherit; }
    .latest-blogs .blog-container .box-blog .blog-desc {
      padding-top: 30px;
      line-height: 24px;
      color: #666666; }
    .latest-blogs .blog-container .box-blog .icon {
      display: inline-block;
      font-size: 12px;
      padding: 0 3px 0 0; }
      .rtl .latest-blogs .blog-container .box-blog .icon {
        padding: 0 0 0 3px; }
    .latest-blogs .blog-container .box-blog .btn {
      width: 48px;
      height: 48px;
      text-align: center;
      padding: 0;
      background: #FFFFFF;
      color: #3dd978;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50px;
      -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
      .latest-blogs .blog-container .box-blog .btn i {
        line-height: 48px; }
      .latest-blogs .blog-container .box-blog .btn:hover {
        background: #3dd978;
        color: #FFFFFF; }

/* 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; }

/**********************************
HOME PAGE 1
**********************************/
/** Support **/
/*
  Widget Category Image
*/
.box-image-cate {
  margin-bottom: 40px; }
  .box-image-cate .title_block {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 30px 0 60px; }
    .box-image-cate .title_block span {
      font-style: italic; }

.ApColumn .widget-category_image {
  text-align: center; }
  .ApColumn .widget-category_image .cate_content {
    position: relative; }
  .ApColumn .widget-category_image .nbproducts {
    position: absolute;
    bottom: 50%;
    left: 50%;
    right: auto;
    top: auto;
    font-weight: 300;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .ApColumn .widget-category_image .nbproducts .cate-name {
      position: relative;
      display: inline-block;
      color: #FFFFFF;
      font-size: 32px;
      line-height: 32px;
      overflow: hidden;
      -webkit-transition: all 1s, transform 1s;
      -o-transition: all 1s, transform 1s;
      transition: all 1s, transform 1s; }
      @media (max-width: 767px) and (min-width: 576px) {
        .ApColumn .widget-category_image .nbproducts .cate-name {
          font-size: 20px; } }
      .ApColumn .widget-category_image .nbproducts .cate-name:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(61, 217, 120, 0.4);
        -webkit-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -o-transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        transform: translate3d(-100%, 0, 0) translate3d(-1px, 0, 0);
        -webkit-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1); }
        .rtl .ApColumn .widget-category_image .nbproducts .cate-name:before {
          right: 0;
          left: auto; }
    .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 {
      width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 1s, transform 1s;
      -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; }
  .ApColumn .widget-category_image:hover .nbproducts .cate-name:before {
    -webkit-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -moz-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -ms-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    -o-transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0);
    transform: translate3d(100%, 0, 0) translate3d(1px, 0, 0); }

/*** widget-gmap ***/
.ApColumn .widget-gmap {
  margin-bottom: 0; }

/*** Responsive part ***/
/*** 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); }

/****** 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: #3dd978;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 0; }
      .rtl .gr-img-about .title:before {
        right: 0;
        left: auto; }
  .gr-img-about .descript {
    font-size: 14px;
    line-height: 32px;
    color: #666666; }

/** page-sevice **/
#page-sevice {
  position: relative;
  z-index: 1;
  color: #666666;
  text-align: center;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #page-sevice {
      padding: 50px 0; } }
  #page-sevice:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-image: url(../../../../assets/img/modules/appagebuilder/img/bg-features.jpg);
    background-position: center center; }
    .rtl #page-sevice:before {
      margin-right: -1000px;
      margin-left: inherit; }
  #page-sevice .sevice-item {
    padding: 30px;
    line-height: 23px;
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -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: #3dd978;
      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: #3dd978;
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
.sevice_title .sub_title {
  width: 50%;
  margin: auto;
  margin-bottom: 70px;
  line-height: 23px; }
  @media (max-width: 575px) {
    .sevice_title .sub_title {
      width: 100%; } }

/**** page-contact ***/
#page-contact {
  position: relative; }
  #page-contact:before, #page-contact:after {
    content: "";
    background: #e5e5e5;
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 1px;
    display: block !important;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl #page-contact:before, .rtl #page-contact:after {
      margin-right: -1000px;
      margin-left: inherit; }
  #page-contact:before {
    top: 0; }
  #page-contact:after {
    bottom: 0; }
  #page-contact .item-left {
    border-right: 1px solid #e5e5e5; }
    .rtl #page-contact .item-left {
      border-left: 1px solid #e5e5e5;
      border-right: inherit; }
  #page-contact .contact-item {
    text-align: center;
    padding: 80px 60px; }
    @media (max-width: 991px) {
      #page-contact .contact-item {
        padding: 50px 30px; } }
    @media (max-width: 575px) {
      #page-contact .contact-item {
        border-bottom: 1px solid #e5e5e5;
        padding: 50px 0; } }
    #page-contact .contact-item h4 {
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 30px; }
    #page-contact .contact-item 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;
    background: #FFFFFF;
    padding: 10px 10px 20px; }
  #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); }

/** header-nav - home 1 **/
.header-nav .block.ApRawHtml {
  margin-bottom: 0;
  line-height: 50px;
  float: left; }
  .rtl .header-nav .block.ApRawHtml {
    float: right; }
  @media (min-width: 992px) {
    .header-nav .block.ApRawHtml {
      width: 44%; } }
  .header-nav .block.ApRawHtml ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .header-nav .block.ApRawHtml ul li {
      display: inline-block;
      font-weight: 300;
      margin-right: 15px; }
      .rtl .header-nav .block.ApRawHtml ul li {
        margin-left: 15px;
        margin-right: inherit; }
      .header-nav .block.ApRawHtml ul li a {
        color: #676767; }
        .header-nav .block.ApRawHtml ul li a:hover {
          color: #3dd978; }
        .header-nav .block.ApRawHtml ul li a i {
          font-size: 14px;
          padding-right: 10px; }
          .rtl .header-nav .block.ApRawHtml ul li a i {
            padding-left: 10px;
            padding-right: inherit; }
        @media (max-width: 576px) {
          .header-nav .block.ApRawHtml ul li a span {
            display: none; } }

/*** GROUP ABOUT ***/
.gr-about-content {
  margin-top: 70px;
  padding: 120px 0 270px; }
  @media (max-width: 1199px) {
    .gr-about-content {
      padding: 120px 0; } }

.home-about {
  background: #FFFFFF;
  color: #30323d;
  padding: 70px;
  font-size: 15px;
  line-height: 32px;
  -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); }
  @media (max-width: 576px) {
    .home-about {
      padding: 40px 20px; } }
  .home-about h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; }
    @media (max-width: 576px) {
      .home-about h4 {
        font-size: 26px;
        line-height: 30px; } }
  .home-about h5 {
    color: #3dd978;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 40px; }
  .home-about .btn-about {
    position: relative;
    background: #3dd978;
    color: #FFFFFF;
    padding: 13px 20px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .home-about .btn-about i {
      position: absolute;
      bottom: 50%;
      margin: auto;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      right: 20px; }
      .rtl .home-about .btn-about i {
        left: 20px;
        right: auto; }
    .home-about .btn-about:hover {
      background: #30323d;
      color: #FFFFFF; }

.about-info {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 50px; }
  .about-info .text-about {
    margin-bottom: 60px; }
  .about-info i {
    font-size: 30px; }
  .about-info h4 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 20px 0; }

/*** gr-banner ***/
.gr-banner .ApImage {
  position: relative; }
.gr-banner .image_description {
  position: absolute;
  z-index: 9;
  background: #FFFFFF;
  bottom: 0;
  min-width: 270px;
  padding: 30px 25px 20px;
  font-size: 15px;
  color: #30323d; }
  @media (max-width: 991px) {
    .gr-banner .image_description {
      min-width: 210px;
      padding: 20px; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .gr-banner .image_description {
      min-width: 140px;
      padding: 15px; } }
  .gr-banner .image_description p {
    margin-bottom: 0; }
  .gr-banner .image_description span {
    color: #3dd978; }
  .gr-banner .image_description a {
    font-size: 24px;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 767px) and (min-width: 576px) {
      .gr-banner .image_description a {
        font-size: 16px; } }

/*** Button view-detail ***/
.view-detail {
  margin: 20px 0; }
  .view-detail .btn {
    position: relative;
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding: 0 20px;
    background: #f3f3f3;
    color: #30323d;
    border-radius: 4px;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .rtl .view-detail .btn {
      text-align: right; }
    .view-detail .btn i {
      position: absolute;
      bottom: 50%;
      font-size: 16px;
      font-weight: 600;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%);
      right: 20px; }
      .rtl .view-detail .btn i {
        left: 20px;
        right: auto; }
    .view-detail .btn:hover {
      background: #3dd978;
      color: #FFFFFF; }

.clear-both {
  clear: both; }

#contact-form-box {
  position: relative; }
  @media (min-width: 768px) {
    #contact-form-box .form-box {
      position: absolute;
      z-index: 99;
      width: auto;
      top: 5%;
      left: 10%; }
      .rtl #contact-form-box .form-box {
        right: 10%;
        left: auto; } }
  #contact-form-box .page-content {
    margin: 30px 0;
    border-radius: 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -o-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    -ms-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px; }
    @media (min-width: 768px) {
      #contact-form-box .page-content {
        width: 320px;
        margin: 0; } }

/********************* leo-gr-about-home2 ***************************/
@media (min-width: 992px) {
  .leo-gr-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; } }
.leo-gr-about .banner-left {
  width: 47.333%;
  margin: 54px 0;
  float: left; }
  .rtl .leo-gr-about .banner-left {
    float: right; }
  @media (max-width: 991px) {
    .leo-gr-about .banner-left {
      margin: 33px 0; } }
  @media (max-width: 767px) {
    .leo-gr-about .banner-left {
      margin: 65px 0; } }
.leo-gr-about .banner-right {
  width: 47.222%;
  float: right; }
  .rtl .leo-gr-about .banner-right {
    float: left; }
.leo-gr-about .leo-about-content .title-about {
  font-size: 40px;
  font-weight: 400; }
.leo-gr-about .leo-about-content .sub-about {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #3dd978;
  font-weight: 600;
  margin: 15px 0 40px; }
.leo-gr-about .leo-about-content .about-des {
  line-height: 27px; }
  .leo-gr-about .leo-about-content .about-des h5 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px; }
  .leo-gr-about .leo-about-content .about-des p {
    margin-bottom: 30px; }

/********************* leo-simple-home2 ***************************/
.leo-simple {
  text-align: center;
  padding: 50px 0 80px; }
  .leo-simple .ApColumn {
    border-right: 1px solid #e5e5e5; }
    .rtl .leo-simple .ApColumn {
      border-left: 1px solid #e5e5e5;
      border-right: inherit; }
    .leo-simple .ApColumn:last-child {
      border-color: transparent; }
    @media (min-width: 576px) {
      .leo-simple .ApColumn .block {
        margin-bottom: 0; } }
  .leo-simple .title_block {
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 40px;
    font-weight: 600; }
  .leo-simple .ApHtml h4 {
    font-size: 40px; }
  .leo-simple .ApHtml p {
    text-transform: uppercase;
    color: #3dd978;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0; }

/*# sourceMappingURL=styles.css.map */
