/***************************************************
  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 .title_block {
  color: #000000;
  margin: 1.875rem 0 2.5rem;
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  position: relative;
  text-transform: uppercase; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 1.25rem; }
@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: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .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); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      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 #ebebeb; }
  .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: #ebebeb;
        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 #ebebeb #ebebeb #ebebeb; }

.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 #ebebeb; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #ebebeb;
    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 #ebebeb #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ebebeb transparent #ebebeb #ebebeb;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #ebebeb; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #ebebeb;
    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 #ebebeb; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #ebebeb #ebebeb #ebebeb transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #9bc03b; }
    .widget-tabs li.active a {
      color: #9bc03b; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #9bc03b;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 1.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
  background: #fff9f9;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #92af5b;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #f9ffe9; }
  .box-show-more a .fa {
    margin-left: 0.3125rem; }
    .rtl .box-show-more a .fa {
      margin-right: 0.3125rem;
      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: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 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: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #ebebeb; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #9bc03b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/*
  Widget Manufacturers
*/
.ApColumn .manufacturers_block {
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .ApColumn .manufacturers_block {
      border-bottom: 1px solid #e2e2e2;
      overflow: hidden;
      margin-bottom: 55px; } }
  .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;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; }
    .ApColumn .manufacturers_block .owl-item img:hover {
      opacity: 1;
      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;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  .ApColumn .manufacturers_block .owl-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;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .ApColumn .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;
    opacity: 1;
    filter: alpha(opacity=100); }
    .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; }
  @media (max-width: 767px) {
    .ApColumn .manufacturers_block {
      padding: 15px 0; } }

.manu-box {
  padding-bottom: 65px; }
  @media (max-width: 767px) {
    .manu-box {
      padding-bottom: 30px; } }

/*
  Widget Category Image
*/
.widget-category_image .cover-img {
  float: left;
  padding-right: 1.25rem; }
  .rtl .widget-category_image .cover-img {
    float: right; }
  .rtl .widget-category_image .cover-img {
    padding-left: 1.25rem;
    padding-right: inherit; }
  .widget-category_image .cover-img img {
    width: 100px;
    height: 100px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .latest-blogs .title_block {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px; }
  .latest-blogs .right-block {
    text-align: left;
    display: inline-block; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
  .latest-blogs .blog-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400; }
    .latest-blogs .blog-title a {
      color: #000; }
      .latest-blogs .blog-title a:hover {
        color: #9bc03b; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px;
    color: #666; }
  .latest-blogs .blog-meta {
    background-color: #fff;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase; }
    .latest-blogs .blog-meta .date span {
      display: block;
      border-top: 1px solid #e2e2e2;
      margin-top: 15px;
      padding-top: 15px; }
    .latest-blogs .blog-meta .inside-blog-meta {
      font-size: 11px;
      font-weight: 400;
      padding-bottom: 20px;
      margin-bottom: 10px; }
      .latest-blogs .blog-meta .inside-blog-meta .icon-author {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 25px; }

.blog-t {
  padding-bottom: 60px; }
  .blog-t .title-ap-column {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px; }
  .blog-t .right:before {
    content: '';
    width: 93%;
    height: calc(102% - 60px);
    border: 2px solid #ebebeb;
    display: inline-block;
    position: absolute;
    bottom: 0;
    border-radius: 5px; }
  .blog-t .right .get-t {
    margin: 45px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 45px; }
    .blog-t .right .get-t span {
      color: #cc0000;
      font-size: 30px;
      font-weight: 400;
      padding-bottom: 20px;
      display: inline-block; }
      @media (max-width: 480px) {
        .blog-t .right .get-t span {
          font-size: 23px; } }
    .blog-t .right .get-t i {
      font-size: 30px;
      color: #000;
      float: left;
      margin-right: 15px; }
      .rtl .blog-t .right .get-t i {
        float: right; }
      .rtl .blog-t .right .get-t i {
        margin-left: 15px;
        margin-right: inherit; }
    .blog-t .right .get-t .mail-sp {
      margin-bottom: 0;
      padding-top: 7px;
      color: #666666;
      font-size: 18px;
      font-weight: 400; }
    @media (max-width: 767px) {
      .blog-t .right .get-t {
        margin: 25px; } }
  @media (max-width: 767px) {
    .blog-t {
      padding-top: 20px; } }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.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; }

/* Instagram Block */
.instagram-block .owl-item {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 118px;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

#instafeed {
  margin: -0.3125rem; }

.header-top-nav .left .language-selector-wrapper, .header-top-nav .left .currency-selector {
  float: left; }
  .rtl .header-top-nav .left .language-selector-wrapper, .rtl .header-top-nav .left .currency-selector {
    float: right; }
  [dir="rtl"] .header-top-nav .left .language-selector-wrapper li a, [dir="rtl"] .header-top-nav .left .currency-selector li a {
    text-align: right; }
.header-top-nav .right .nqt-wishlish, .header-top-nav .right .nqt-compare {
  display: none; }

.nav-header .left p {
  margin-bottom: 0;
  padding: 15px 0; }
.nav-header .left .block {
  margin-bottom: 0; }
.nav-header .center {
  text-align: center;
  text-transform: uppercase; }
  .nav-header .center .up_to .for-car {
    color: #f81041; }
  .nav-header .center .up_to .more-detail {
    text-decoration: underline; }
    .nav-header .center .up_to .more-detail a {
      color: #fff; }
      .nav-header .center .up_to .more-detail a:hover {
        color: #9bc03b; }
  .nav-header .center .block {
    margin-bottom: 0; }
  .nav-header .center p {
    margin-bottom: 0;
    padding: 15px 0; }
@media (max-width: 375px) {
  .nav-header {
    padding: 0 5px; } }

.topnav-left {
  padding: 0 15px; }

@media (min-width: 992px) {
  .header-logo-h2 {
    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) {
  .header-logo-h2 {
    margin-bottom: 15px; } }
@media (min-width: 992px) {
  .header-logo-h2 .right-header {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; } }
@media (max-width: 575px) {
  .header-logo-h2 .right-header {
    display: none; } }
@media (max-width: 991px) {
  .header-logo-h2 .left {
    text-align: center; } }
@media (max-width: 991px) {
  .header-logo-h2 .right {
    padding: 45px 15px; } }
@media (max-width: 575px) {
  .header-logo-h2 .right {
    padding: 25px 15px; } }

@media (max-width: 767px) {
  .header_logo {
    text-align: center; } }

.userinfo-selector a {
  color: #929292; }

.userinfo-selector.popup-over .popup-title {
  padding: 15px 0 15px 0; }
  .rtl .userinfo-selector.popup-over .popup-title {
    padding: 15px 0 15px 0; }
  .userinfo-selector.popup-over .popup-title:hover {
    color: #9bc03b; }

.popup-over {
  float: right; }
  .rtl .popup-over {
    float: left; }
  .popup-over.language-selector-wrapper .popup-content, .popup-over.currency-selector .popup-content {
    right: inherit;
    left: 0;
    position: absolute; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      left: inherit;
      right: auto; }
    .rtl .popup-over.language-selector-wrapper .popup-content, .rtl .popup-over.currency-selector .popup-content {
      right: 0;
      left: auto; }

@media (max-width: 991px) {
  .leo-megamenu:before {
    height: 0; } }
@media (max-width: 575px) {
  .leo-megamenu .navbar-toggler {
    position: absolute;
    bottom: 70px; } }

@media (max-width: 575px) {
  .menu-top .end .popup-over.userinfo-selector {
    position: absolute;
    bottom: 70px;
    right: 175px;
    left: auto;
    margin: 0; }
    .rtl .menu-top .end .popup-over.userinfo-selector {
      left: 175px;
      right: auto; }
    .rtl .menu-top .end .popup-over.userinfo-selector {
      right: auto;
      left: auto; } }

#search_widget {
  width: 100%;
  padding: 17px 0; }
  #search_widget .popup-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    #search_widget .popup-content input.ui-autocomplete-input {
      border: 2px solid #31ba54; }
  @media (max-width: 575px) {
    #search_widget {
      bottom: 15px; } }
  #search_widget #click_show_search i {
    font-size: 23px; }

@media (max-width: 575px) {
  .leo-megamenu.disable-canvas .leo-top-menu {
    top: 0;
    z-index: 999; } }

.header-bottom .right p {
  line-height: 58px;
  margin-bottom: 0; }
  .header-bottom .right p i {
    margin-right: 15px;
    color: #9bc03b;
    font-size: 14px; }
    .rtl .header-bottom .right p i {
      margin-left: 15px;
      margin-right: inherit; }
@media (max-width: 1199px) and (min-width: 992px) {
  .header-bottom .right {
    padding: 0; } }
@media (max-width: 991px) {
  .header-bottom .right {
    text-align: right; }
    .rtl .header-bottom .right {
      text-align: left; } }

.welcome .title_block {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-bottom: 50px; }
.welcome .left {
  background-color: #378dee; }
  .welcome .left p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px; }
  .welcome .left .more-us {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700; }
    .welcome .left .more-us:hover {
      color: #9bc03b; }
.welcome .center {
  background-color: #333333; }
  .welcome .center ul li {
    border-bottom: 1px dashed #5c5c5c;
    padding: 25px 0 18px 0; }
    .welcome .center ul li a {
      color: #fff;
      float: right; }
      .rtl .welcome .center ul li a {
        float: left; }
    .welcome .center ul li i {
      font-size: 18px; }
    .welcome .center ul li:last-child {
      border-bottom: none;
      padding: 25px 0 0 0; }
    .welcome .center ul li:first-child {
      padding: 0 0 18px 0; }
.welcome .right {
  background-color: #6fbb42; }
  .welcome .right ul li {
    border-bottom: 1px dashed #a9d68e;
    padding: 25px 0 18px 0;
    color: #fff; }
    .welcome .right ul li span {
      float: right; }
      .rtl .welcome .right ul li span {
        float: left; }
    .welcome .right ul li:last-child {
      border-bottom: none;
      padding: 25px 0 0 0; }
    .welcome .right ul li:first-child {
      padding: 0 0 18px 0; }
@media (min-width: 768px) {
  .welcome {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -90px; } }
@media (min-width: 992px) {
  .welcome > div {
    padding: 50px; } }
@media (max-width: 991px) {
  .welcome > div {
    padding: 10px; } }
.welcome > div .block {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .welcome {
    padding-top: 20px; } }

.every-one {
  padding: 110px 0; }
  .every-one .top {
    text-align: center;
    padding-bottom: 45px; }
    .every-one .top .title_block {
      text-transform: inherit;
      font-weight: 600;
      font-size: 28px;
      margin: 0;
      padding-bottom: 25px; }
    .every-one .top p {
      width: 40%;
      margin: auto;
      line-height: 27px; }
      @media (max-width: 767px) {
        .every-one .top p {
          width: 100%; } }
  .every-one .left i, .every-one .right i {
    color: #9bc03b;
    border: 1px solid #9bc03b;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    float: left; }
    .rtl .every-one .left i, .rtl .every-one .right i {
      float: right; }
  .every-one .left p, .every-one .right p {
    display: inline-block;
    margin-top: 20px;
    color: #676767;
    line-height: 30px; }
  .every-one .left h5, .every-one .right h5 {
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 15px; }
    .rtl .every-one .left h5, .rtl .every-one .right h5 {
      margin-right: 15px;
      margin-left: inherit; }
  .every-one:after {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    height: 1px;
    display: block !important;
    bottom: 25px;
    background: #e2e2e2;
    box-sizing: content-box;
    margin-left: -1000px; }
  @media (max-width: 767px) {
    .every-one {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    .every-one {
      padding: 30px 0; } }

.tit .title_block {
  text-transform: inherit;
  color: #222222;
  font-weight: 600;
  font-size: 28px;
  position: relative;
  margin: 0 0 30px 70px;
  padding-bottom: 0; }
  .rtl .tit .title_block {
    margin: 0 70px 30px 0; }
  .tit .title_block:after {
    content: "";
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, #9bc03b 20%);
    position: absolute;
    width: 5.5%;
    height: 1px;
    top: 15px;
    left: -82px; }
    .rtl .tit .title_block:after {
      right: -82px;
      left: auto; }
  @media (max-width: 480px) {
    .tit .title_block {
      margin: 0 0 30px 0px; }
      .rtl .tit .title_block {
        margin: 0 0px 30px 0; } }

.tabs-top .nav-tabs {
  border-bottom: none;
  margin-left: 70px; }
  .rtl .tabs-top .nav-tabs {
    margin-right: 70px;
    margin-left: inherit; }
  .tabs-top .nav-tabs li:first-child a:before {
    display: none; }
  .tabs-top .nav-tabs li > a {
    border: none;
    text-transform: capitalize;
    color: #929292;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    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; }
    .tabs-top .nav-tabs li > a:hover, .tabs-top .nav-tabs li > a:focus {
      color: #9bc03b; }
    .tabs-top .nav-tabs li > a:before {
      content: "\f111";
      font-family: "FontAwesome";
      color: #9bc03b;
      font-size: 6px;
      padding-right: 10px; }
      .rtl .tabs-top .nav-tabs li > a:before {
        padding-left: 10px;
        padding-right: inherit; }
  .tabs-top .nav-tabs li:last-child a, .tabs-top .nav-tabs li:first-child a {
    padding: 0; }
  .tabs-top .nav-tabs .nav-link.active:focus {
    background-color: transparent; }
  @media (max-width: 767px) {
    .tabs-top .nav-tabs {
      margin-left: 0px; }
      .rtl .tabs-top .nav-tabs {
        margin-right: 0px;
        margin-left: inherit; } }
  @media (max-width: 480px) {
    .tabs-top .nav-tabs {
      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;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.natu {
  position: relative;
  margin-bottom: 90px; }
  .natu .center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .natu .center p {
      text-transform: uppercase;
      color: #c06d6f;
      font-size: 16px;
      font-weight: 600; }
    .natu .center h5 {
      font-weight: 600;
      font-size: 43px;
      margin-bottom: 0;
      padding-bottom: 50px;
      line-height: 55px; }
      @media (max-width: 480px) {
        .natu .center h5 {
          font-size: 30px; } }
    .natu .center a {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      background-color: #fff;
      border-radius: 5px;
      padding: 20px 40px;
      color: #222;
      display: inline-block;
      -webkit-transition: 0.5s ease 0s;
      -moz-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
      -o-transition: 0.5s ease 0s;
      transition: 0.5s ease 0s; }
      .natu .center a i {
        margin-left: 5px; }
        .rtl .natu .center a i {
          margin-right: 5px;
          margin-left: inherit; }
      .natu .center a:hover {
        background-color: #9bc03b;
        color: #fff; }
  @media (max-width: 767px) {
    .natu {
      margin-bottom: 30px; } }

.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 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 5px; }
.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 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

@media (min-width: 768px) {
  .newslet {
    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) {
  .block_newsletter .block_content {
    padding-right: 15px; }
    .rtl .block_newsletter .block_content {
      padding-left: 15px;
      padding-right: inherit; } }

@media (max-width: 575px) {
  .img-padding {
    padding-bottom: 20px; } }

@media (min-width: 576px) {
  .nopadding_left {
    padding-left: 0;
    padding-right: 10px; }
    .rtl .nopadding_left {
      padding-right: 0;
      padding-left: inherit; }
    .rtl .nopadding_left {
      padding-left: 10px;
      padding-right: inherit; } }

@media (min-width: 576px) {
  .nopadding_right {
    padding-right: 0;
    padding-left: 10px; }
    .rtl .nopadding_right {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .nopadding_right {
      padding-right: 10px;
      padding-left: inherit; } }

.margin-bottom-65 {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .margin-bottom-65 {
      padding-top: 0px; } }

.why-max {
  padding: 100px 0 125px 0; }
  .why-max h3 {
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .why-max p {
    color: #000;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 60px; }
    .why-max p span {
      font-weight: 500; }
    @media (max-width: 480px) {
      .why-max p {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 8px; } }
  .why-max .text-icon-max .text-icon {
    padding-bottom: 25px;
    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; }
    .why-max .text-icon-max .text-icon i {
      font-size: 25px;
      color: #000;
      float: left;
      margin-right: 15px;
      -webkit-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .rtl .why-max .text-icon-max .text-icon i {
        float: right; }
      .rtl .why-max .text-icon-max .text-icon i {
        margin-left: 15px;
        margin-right: inherit; }
    .why-max .text-icon-max .text-icon p {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 0; }
    .why-max .text-icon-max .text-icon.left {
      float: left;
      width: 50%; }
      .rtl .why-max .text-icon-max .text-icon.left {
        float: right; }
      @media (max-width: 480px) {
        .why-max .text-icon-max .text-icon.left {
          width: 100%;
          float: none; } }
    .why-max .text-icon-max .text-icon div {
      display: inline-block; }
    .why-max .text-icon-max .text-icon:hover {
      color: #9bc03b; }
      .why-max .text-icon-max .text-icon:hover p {
        color: #9bc03b; }
      .why-max .text-icon-max .text-icon:hover i {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg); }
  @media (max-width: 767px) {
    .why-max {
      padding: 20px; } }

.social-f {
  padding: 35px 0;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede; }
  .social-f .right {
    padding: 0; }
    .social-f .right ul {
      margin-bottom: 0;
      float: right; }
      .rtl .social-f .right ul {
        float: left; }
      .social-f .right ul li {
        float: left;
        margin-bottom: 0; }
        .rtl .social-f .right ul li {
          float: right; }
        .social-f .right ul li a:before {
          content: "|";
          padding: 0 13px; }
        .social-f .right ul li:first-child a:before {
          display: none; }
        @media (max-width: 767px) {
          .social-f .right ul li {
            margin: 5px; } }
      @media (max-width: 1199px) {
        .social-f .right ul {
          float: left; }
          .rtl .social-f .right ul {
            float: right; } }
    @media (max-width: 1199px) {
      .social-f .right {
        padding-top: 10px; } }
  .social-f .left {
    padding: 0; }
    .social-f .left ul {
      float: left; }
      .rtl .social-f .left ul {
        float: right; }
  @media (max-width: 991px) {
    .social-f {
      padding: 35px 10px; } }

.coppy-right-row .ApColumn {
  padding: 30px 0 30px 0; }
  @media (max-width: 991px) {
    .coppy-right-row .ApColumn {
      padding: 20px 10px 25px 10px; } }
.coppy-right-row span {
  color: #000; }

.block-carousel-container {
  max-width: 750px;
  margin: auto;
  text-align: center;
  padding: 90px 0; }
  .block-carousel-container .happy-description {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px; }
    @media (max-width: 767px) {
      .block-carousel-container .happy-description {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .block-carousel-container .happy-description {
        font-size: 15px; } }

.block-carousel-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .block-carousel-image-container img {
    max-width: 70px;
    height: auto;
    margin: auto; }
  .block-carousel-image-container .descript {
    order: -1; }
    .block-carousel-image-container .descript i {
      color: #9bc03b;
      font-size: 60px;
      padding-bottom: 20px; }
  .block-carousel-image-container .title {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-top: 15px; }
  .block-carousel-image-container .sub-title {
    color: #fff;
    font-weight: 400;
    padding-top: 15px; }

.block_carousel .owl-carousel.owl-theme .owl-buttons {
  position: absolute;
  bottom: 69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .block_carousel .owl-carousel.owl-theme .owl-buttons div {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    right: auto;
    background: transparent;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 24px; }
    .block_carousel .owl-carousel.owl-theme .owl-buttons div.owl-prev {
      margin-right: 5px; }
      .rtl .block_carousel .owl-carousel.owl-theme .owl-buttons div.owl-prev {
        margin-left: 5px;
        margin-right: inherit; }
    .block_carousel .owl-carousel.owl-theme .owl-buttons div:before {
      color: #fff;
      line-height: 24px;
      font-size: 14px;
      left: 8px;
      top: -2px; }
      .rtl .block_carousel .owl-carousel.owl-theme .owl-buttons div:before {
        right: 8px;
        left: auto; }

.new-h4 .left .block {
  background-image: url("../../../../assets/img/modules/appagebuilder/img/banner6-h4.jpg"); }
.new-h4 .right .block {
  background-image: url("../../../../assets/img/modules/appagebuilder/img/banner5-h4.jpg"); }
.new-h4 .right .title_block {
  color: #fff; }
.new-h4 .right p {
  color: #fff; }
.new-h4 .right .block_content {
  max-width: 379px; }

/*# sourceMappingURL=styles.css.map */
