@charset "UTF-8";
/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 *   1.1 - Layout
 *   1.2 - Components owlcarousel
 * 2.0 - Header
 * 3.0 - Content
 *   3.1 - Single post
 *   3.2 - Archive Page
 *   3.3 - Comments
 *   3.4 - 404 Page
 * 4.0 - Sidebar
 * 5.0 - Footer
 * 6.0 - Megamenu
 * 7.0 - Offcanvas
 * 8.0 - Widgets
 * 9.0 - Responsive
 * -----------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 1.0 - Basic Structure
 * --------------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

.bg-size-full {
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 0; }

.about-cigarette {
  padding: 0 40px; }
.about-cigarette h3 {
  font-size: 35px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase; }
.about-cigarette .content {
  font-size: 14px;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 50px; }

.is-contact-icon {
  text-align: center; }
.is-contact-icon .icon {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 100%;
  background: #7abb3b;
  color: #fff;
  line-height: 50px; }
.is-contact-icon .icon [class*="icon-"] {
  font-size: 18px;
  vertical-align: middle; }
.is-contact-icon .title {
  margin: 15px auto;
  width: 200px; }

.is-breadcrumb {
    padding:0px 0px !important;
  text-transform: uppercase;
  margin-bottom: 30px;
  background-image: url(/wp-content/uploads/2021/11/Capture23.png);
  color: #333;position:relative; }
.is-breadcrumb a {
  color: #fff; }
.is-breadcrumb a:hover {
  text-decoration: underline; }
.is-breadcrumb .breadcrumb-title {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: 700;padding:120px 0px 70px 0px; }
.is-breadcrumb li.active + .active:before {
  display: none; }

/**
 * Buttons
 */
.btn-full {
  display: inline-block;
  width: 100%; }

a.button, button.button, input.button {
  border: 1px solid #7abb3b;
  background: #7abb3b;
  color: #fff;
  line-height: 1.69230769;
  padding: 6px 12px;
  display: inline-block;
  font-size: 13px;
  border-radius: 0;
  text-decoration: none; }
a.button [class*="icon-"], button.button [class*="icon-"], input.button [class*="icon-"] {
  font-size: 15px;
  line-height: 14px;
  position: relative;
  top: 1px; }
a.button.loading, button.button.loading, input.button.loading {
  background: #7abb3b; }
a.button.loading [class*="icon-"], button.button.loading [class*="icon-"], input.button.loading [class*="icon-"] {
  display: none; }
a.button.loading:after, button.button.loading:after, input.button.loading:after {
  color: #fff;
  font-family: "WooCommerce";
  content: "\e01c";
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  width: 15px;
  position: relative;
  top: -1px;
  line-height: 15px; }
a.button.button-white, button.button.button-white, input.button.button-white {
  color: #7abb3b;
  background: #fff; }
a.button.button-white:hover, button.button.button-white:hover, input.button.button-white:hover {
  background: #7abb3b;
  color: #fff;
  border-color: #7abb3b; }
a.button.button-white-transparent, button.button.button-white-transparent, input.button.button-white-transparent {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: 1px; }
a.button.button-white-transparent:hover, button.button.button-white-transparent:hover, input.button.button-white-transparent:hover {
  border-color: #7abb3b;
  background: #7abb3b; }
a.button:hover, button.button:hover, input.button:hover {
  background: #548129;
  border-color: #548129; }
a.button.is-whishlist.added, button.button.is-whishlist.added, input.button.is-whishlist.added {
  background: #7abb3b;
  color: #fff; }
a.button:disabled, a.button.disabled, a.button:disabled[disabled], button.button:disabled, button.button.disabled, button.button:disabled[disabled], input.button:disabled, input.button.disabled, input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5; }
a.button:disabled:hover, a.button.disabled:hover, a.button:disabled[disabled]:hover, button.button:disabled:hover, button.button.disabled:hover, button.button:disabled[disabled]:hover, input.button:disabled:hover, input.button.disabled:hover, input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #e1ead8; }

.tagcloud a {
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 8px 14px;
  text-transform: capitalize;
  font-size: 12px !important; }
.tagcloud a:hover {
  color: #fff;
  border-color: #7abb3b;
  background: #7abb3b; }

.video-banner {
  position: relative;
  cursor: pointer; }
.video-banner video {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.video-banner img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }
.video-banner.playing video {
  z-index: 4; }

.social-networks li {
  text-align: center;
  display: inline-block;
  background: #40495e;
  border-radius: 2px;
  margin-right: 3px;
  margin-left: 3px; }
.social-networks li a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block; }
.social-networks li .fa {
  font-size: 16px; }
.social-networks li.title {
  text-transform: uppercase;
  width: auto;
  background: transparent;
  margin: 0; }
.social-networks li.facebook {
  background: #2b80e0; }
.social-networks li.twitter {
  background: #1fb8ff; }
.social-networks li.linkedin {
  background: #40495e; }
.social-networks li.tumblr {
  background: #2595cf; }
.social-networks li.google {
  background: #da2c2c; }
.social-networks li.pinterest {
  background: #1fb8ff; }

.is-select-custom {
  position: relative;
  border: 1px solid #ccc; }
.is-select-custom select {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 54px; }
.is-select-custom .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 36px;
  border-left: 1px solid #ccc;
  background: #fff;
  font-family: 'simple-line-icons';
  text-align: center;
  line-height: 36px;
  color: #ccc; }
.is-select-custom .arrow:before {
  content: "\e604"; }

.scroll-to-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #7abb3b;
  color: #fff;
  display: block;
  font-size: 1.285em;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1040;
  bottom: 35px !important; }
.scroll-to-top:hover {
  background-color: #111;
  color: #fff; }
.scroll-to-top:focus {
  color: #fff; }
.scroll-to-top.visible {
  filter: alpha(opacity=10);
  opacity: 1;
  bottom: 20px; }

.brands .brand-item {
  opacity: 0.6;
  margin: 0 auto;
  height: 55px;
  display: table;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */ }
.brands .brand-item:hover {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
.brands .brand-item > * {
  display: table-cell;
  vertical-align: middle; }

.section-white {
  position: relative;
  color: #fff; }
.section-white h1, .section-white h2, .section-white h3, .section-white h4, .section-white h5, .section-white h6 {
  color: #fff; }
.section-white:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  height: 74px;
  width: 3000px; }
.section-white .heading-title, .section-white .is-sidebar .widget-title, .is-sidebar .section-white .widget-title {
  margin-bottom: 40px !important; }
.section-white .heading-title span, .section-white .is-sidebar .widget-title span, .is-sidebar .section-white .widget-title span {
  padding-bottom: 28px; }
.section-white .heading-title span:before, .section-white .is-sidebar .widget-title span:before, .is-sidebar .section-white .widget-title span:before {
  display: none; }
.section-white .heading-title span:after, .section-white .is-sidebar .widget-title span:after, .is-sidebar .section-white .widget-title span:after {
  background: #c0c3d0; }
.section-white .owl-theme .owl-nav [class*='owl-'] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
.section-white .owl-theme .owl-nav [class*='owl-']:hover {
  background: #7abb3b;
  border-color: #7abb3b; }

.testimonial .testimonial-item {
  overflow: hidden;
  margin-bottom: 30px; }
.testimonial .content {
  padding: 25px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  border-radius: 3px;
  position: relative;
  font-size: 15px;
  line-height: 27px;
   background:#fff; }
.testimonial .content .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #c0c2cc;
  border-radius: 500px; }
.testimonial .content .text {
     font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif; }
/*.testimonial .content:after, .testimonial .content:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: -13px;*/
/*  left: 0;*/
/*  height: 15px;*/
/*  width: 100%;*/
/*  border-top: 2px solid rgba(255, 255, 255, 0.2); }*/
/*.testimonial .content:before {*/
/*  border-right: 3px solid rgba(255, 255, 255, 0.2);*/
/*  left: -90%;*/
/*  -webkit-transform: skewX(45deg);*/
/*  -moz-transform: skewX(45deg);*/
/*  transform: skewX(45deg);*/
/*  -webkit-transform-origin: 0 13px;*/
/*  -moz-transform-origin: 0 13px;*/
/*  -ms-transform-origin: 0 13px;*/
/*  transform-origin: 0 13px; }*/
/*.testimonial .content:after {*/
/*  -webkit-transform-origin: 0 15px;*/
/*  -moz-transform-origin: 0 15px;*/
/*  -ms-transform-origin: 0 15px;*/
/*  transform-origin: 0 15px;*/
/*  -webkit-transform: skewX(-45deg);*/
/*  -moz-transform: skewX(-45deg);*/
/*  transform: skewX(-45deg);*/
/*  border-left: 3px solid rgba(255, 255, 255, 0.2);*/
/*  right: -10%;*/
/*  left: auto; }*/
.testimonial .meta {
 display: table;
    background:#78ac19;
    margin-top: -12px;
    z-index: 9999;
    position: relative;
    padding: 1px 30px; }
.testimonial .meta .image {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 500px;
  margin-right: 20px;
  margin-left: 35px; }
.testimonial .meta .inner {
  margin-left: 140px;
  display: table-cell;
  vertical-align: middle; }
.testimonial .meta .inner .position {
  color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto';
    font-weight: 600; }
.testimonial .meta .inner .position span {
  color: #7abb3b; }

.heading-title, .is-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  margin-top: 0;
  overflow: hidden; }
.heading-title span, .is-sidebar .widget-title span {
  position: relative;
  display: block;
  padding-bottom: 20px;
  width: 100%; }
.heading-title span:after, .is-sidebar .widget-title span:after, .heading-title span:before, .is-sidebar .widget-title span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; }
.heading-title span:after, .is-sidebar .widget-title span:after {
  height: 2px;
  width: 50px;
  background: #7abb3b; }
.heading-title span:before, .is-sidebar .widget-title span:before {
  height: 2px;
  width: 100%;
  background: #ecedee; }
.heading-title.text-center span:after, .is-sidebar .text-center.widget-title span:after {
  left: 0;
  right: 0;
  margin: 0 auto; }
.heading-title.text-right span:after, .is-sidebar .text-right.widget-title span:after {
  left: auto;
  right: 0; }

.is-service {
  padding: 15px;
  border-radius: 2px;
  color: #fff; }
.is-service.white {
  padding-right: 0;
  padding-left: 0;
  color: #333; }
.is-service.white .text {
  opacity: 0.9; }
.is-service.white .text, .is-service.white [class*="icon-"] {
  color: #333 !important; }
.is-service.white .service-icon {
  border: 2px solid #ecedee; }
.is-service .service-icon {
  height: 50px;
  width: 50px;
  border-radius: 500px;
  background: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 25px; }
.is-service .service-content {
  margin-left: 70px; }
.is-service .name {
  text-transform: uppercase;
  margin: 3px 0;
  font-size: 15px;
  letter-spacing: 1px; }
.is-service .text {
  color: #f7fff0; }

.is-tabbable .nav-tabs {
  border: 0;
  border-bottom: 2px solid #ecedee; }
.is-tabbable .nav-tabs li a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  color: #333;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 0;
  position: relative; }
.is-tabbable .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 50px; }
.is-tabbable .nav-tabs li a:hover {
  background: transparent !important;
  border-color: transparent;
  color: #7abb3b; }
.is-tabbable .nav-tabs li a:hover:before {
  background: #7abb3b; }
.is-tabbable .nav-tabs li.active > a {
  background: transparent; }
.is-tabbable .nav-tabs li.active > a, .is-tabbable .nav-tabs li.active > a:hover, .is-tabbable .nav-tabs li.active > a:focus {
  border-color: transparent;
  color: #7abb3b; }
.is-tabbable .nav-tabs li.active > a:before {
  background: #7abb3b; }
.is-tabbable .tab-content {
  padding-top: 30px; }
.is-tabbable .tab-content .owl-theme .owl-nav [class*='owl-'] {
  top: -70px; }
.is-tabbable.owl-custom .nav-tabs {
  border: 0; }
.is-tabbable.owl-custom .nav-tabs li a:before {
  bottom: 0; }

.blogs-visual .post-item.default {
  margin-bottom: 30px; }
.blogs-visual .post-item.default .thumbnail {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  border: 0;
  background: rgba(255, 255, 255, 0.2); }
.blogs-visual .post-item.default .thumbnail img {
  border-radius: 100%;
  height: 100%;
  width: 100%; }
.blogs-visual .post-item.default .content {
  margin-left: 250px;
  margin-top: 20px; }
.blogs-visual .post-item h3 {
  font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;
    font-family: 'Roboto'; }
.blogs-visual .post-item h3 a{color:#222;}
.blogs-visual .post-item .date {
      color: #ada6a6;
    font-weight: 500;
    font-family: 'Roboto'; }

/**
 * 1.1 Layout
 */
.wrapper {
  background: #fff;
  overflow: hidden; }

body.boxed {
  background: #ddd; }
body.boxed .wrapper {
  max-width: 1210px;
  margin: 0 auto; }

.content-area .wpb_column {
  margin-bottom: 30px; }
.content-area .wpb_content_element {
  margin-bottom: 20px; }
.content-area .wpb_content_element:last-child {
  margin-bottom: 0; }
.content-area .heading-title, .content-area .is-sidebar .widget-title, .is-sidebar .content-area .widget-title {
  margin-bottom: 20px; }

.row-no-padding [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.page-content {
  margin-bottom: 30px; }

.is-row-full-width {
  display: none; }

.home.blog .is-content {
  background: #f6f7f7; }

@media (min-width: 992px) {
  .is-row-full-width {
    top: 0;
    background: #f6f7f7;
    position: absolute;
    display: block; }

  [data-is-full-width="true"] .content-area {
    padding-top: 30px; }
  [data-is-full-width="true"] .is-main-left-sidebar {
    padding-left: 35px; }
  [data-is-full-width="true"] .is-main-right-sidebar {
    padding-right: 35px; }

  .is-breadcrumb + [data-is-full-width="true"] {
    margin-top: -30px; } }
/**
 * 1.2 Components owlcarousel
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-middle .owl-nav {
  display: none; }
.owl-theme.owl-middle .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -12px; }
.owl-theme.owl-middle .owl-nav .owl-prev {
  left: 0; }
.owl-theme.owl-middle .owl-nav .owl-next {
  right: 0; }
.owl-theme.owl-middle:hover .owl-nav {
  display: block; }
.owl-theme[data-nav="false"] .owl-nav {
  display: none !important; }
.owl-theme[data-dot="false"] .owl-dots {
  display: none !important; }
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: -60px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 14px;
  margin: 2px;
  background: #fff;
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
  border: 1px solid #ecedee; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #7abb3b;
  color: #FFF;
  text-decoration: none;
  border-color: #7abb3b; }
.owl-theme .owl-nav .owl-next {
  right: 0px;top: 41%;background: #78ac19;
    border: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    line-height: 39px;  }
.owl-theme .owl-nav .owl-prev {
  left: 0;
    top: 41%;background: #78ac19;
    border: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    line-height: 39px; }
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
    height: 13px;
    margin: 0px 3px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 2px solid #3f830a; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7abb3b;
  border-color: #7abb3b; }

/*
 *  Owl Carousel - Core
 */
[data-owl="slide"] {
  display: none; }

.owl-container {
  margin-right: -10px;
  margin-left: -10px; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  padding: 0 10px; }
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-loaded {
  display: block; }
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }
.owl-carousel.owl-hidden {
  opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
  display: none; }
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }
.owl-carousel.owl-rtl {
  direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * --------------------------------------------------------------------------------
 * 2.0 - Header
 * --------------------------------------------------------------------------------
 */
body.logged-in.admin-bar .uk-offcanvas-bar {
  padding-top: 32px; }
body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
  top: 32px; }

.is-header {
  position: relative;
  z-index: 3; }
.is-header .topbar-text span {
  color: #7abb3b; }
.is-header .header-mainmenu {
  position: static;
  top: -80px;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  transition: top 0.4s;
  border-bottom: 1px solid #ecedee; }
.is-header .header-mainmenu > .inner {
  position: relative; }
.is-header.fixed .header-mainmenu {
  background: #fff;
  width: 100%;
  top: 0;
  position: fixed;
  -webkit-box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 1px 17px 0px rgba(51, 51, 51, 0.3);
  padding: 0; }
.is-header.fixed + * {
  margin-top: 110px; }
.is-header.fixed .logo .main-logo {
  display: none; }
.is-header.fixed .logo .sticky-logo {
      display: inline-block;
    width: 200px;
    padding: 10px 0px; }
.is-header .search-action, .is-header .shoppingcart, .is-header .menu-action {
  float: right; }
.is-header .search-action, .is-header .menu-action {
  width: 60px;
  margin-top: 15px;
  text-align: center; }
.is-header .search-action a, .is-header .menu-action a {
  color: #333;
  text-decoration: none; }
.is-header .search-action a:hover, .is-header .menu-action a:hover {
  color: #7abb3b; }
.is-header .search-action [class*="icon-"], .is-header .menu-action [class*="icon-"] {
  font-size: 18px; }

.is-search-form {
  background: #111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 10% 0;
  -moz-transform-origin: 10% 0;
  -ms-transform-origin: 10% 0;
  transform-origin: 10% 0;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms; }
.is-search-form.open {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }
.is-search-form .searchform {
  max-width: 767px;
  margin: 0 auto; }

.header-topbar {
 border-bottom: 0px solid #ecedee;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #EDEDED;
    font-size: 11px;
    background: #242424; }
.header-topbar .language-switch, .header-topbar .currency-switch {
  float: left;
  font-size: 11px; }
.header-topbar .language-switch .title, .header-topbar .currency-switch .title {
  color: rgba(51, 51, 51, 0.85); }
.header-topbar .language-switch .dropdown-menu, .header-topbar .currency-switch .dropdown-menu {
  font-size: 11px; }
.header-topbar .language-switch a {
  color: rgba(51, 51, 51, 0.85); }
.header-topbar .language-switch a img {
  margin: 0 5px;
  display: inline-block; }
.header-topbar .language-switch a img, .header-topbar .language-switch a .icon-arrow-down {
  position: relative;
  top: -2px; }
.header-topbar .language-switch .dropdown-menu {
  min-width: auto; }
.header-topbar .language-switch + .currency-switch {
  position: relative;
  margin-left: 15px;
  padding-left: 15px; }
.header-topbar .language-switch + .currency-switch:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  height: 49px;
  width: 1px;
  background: #ecedee; }
.header-topbar .icon-arrow-down {
  font-size: 8px; }
.header-topbar .currency-switch .wcml_currency_switcher {
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  position: absolute; }
.header-topbar .currency-switch .wcml_currency_switcher li {
  border: 0; }
.header-topbar .currency-switch .dropdown > img {
  display: none; }

.topbar-action {
  text-align: right; }
.topbar-action:empty {
  display: none; }
.topbar-action a {
 color: #ededed;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 5px;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Roboto',sans-serif;
    font-weight: 400; }
.top-bar-social1 .call span {
      font-size: 13px;
      padding-right: 15px;
      padding-left: 15px;
      font-family: 'Roboto',sans-serif;
      font-weight: 500;
      color:#fff;
      text-transform: none;
  }
.topbar-action a [class*="icon-"] {
  display: inline-block;
  margin-right: 2px; }
.topbar-action a:hover {
  color: #7abb3b; }
.topbar-action a:after {
  content: "";
  display: block;
  position: absolute;
  /*top: -15px;*/
  right: 0;
  height: 49px;
  width: 1px;
 }
.topbar-action a:last-child:after {
  display: none; }

.header-container {
  padding-top: 0px;
  padding-bottom: 10px; }

.header-action .menu-action {
  display: none; }

.logo {
  margin-top: 5px;
  margin-bottom: 5px; }
.logo img {
  max-width: 100%; }
.logo .main-logo {
  display: inline-block;width:200px; }
.logo .sticky-logo {
  display: none; }

@media (max-width: 1199px) and (min-width: 992px) {
  .header-topbar .language-switch .title {
    display: none; } }
@media (max-width: 991px) {
  .header-action .shoppingcart, .header-action .menu-action, .header-action .search-action {
    width: 40px; }
  .header-action .menu-action {
    display: block; }

  .header-topbar .wpml-widgets {
    position: relative;
    margin-bottom: 15px; }
  .header-topbar .wpml-widgets:after {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    left: -50%;
    bottom: 1px;
    position: absolute;
    background: #ecedee; }
  .header-topbar .wpml-widgets .inner {
    width: 290px;
    margin: 0 auto 15px; }
  .header-topbar .wpml-widgets .currency-switch:after {
    height: 47px !important; }

  .topbar-text {
    text-align: left; } }
@media (max-width: 767px) {
  .topbar-action {
    padding-top: 0px;
    border-top: 0px solid #ecedee;
    text-align: center; 
      
  }

  .wpml-widgets .inner {
    padding-bottom: 15px; }

  .topbar-text {
    padding-bottom: 15px;
    text-align: center; }

  .logo {
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px; }

  .header-container {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0; }

  .header-action {
    text-align: center; }
  .header-action > .inner {
    display: inline-block; } }
/**
 * --------------------------------------------------------------------------------
 * 3.0 - Content
 * --------------------------------------------------------------------------------
 */
.is-content {
  position: relative;
  z-index: 2; }

.contact-intro .contact-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px; }
.contact-intro .contact-desc {
  font-family: 'Merriweather', serif; }

.contact > .item {
  position: relative;
  margin-left: 40px;
  margin-bottom: 25px; }
.contact > .item .fa {
  width: 30px;
  height: 30px;
  background: #7abb3b;
  color: #fff;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -15px; }

.blog-container {
  background: #fff;
  margin-bottom: 30px; }
.blog-container .inner {
  padding: 0px; }
.blog-container .post-thumb + .inner {
  padding-top: 0; }
.blog-container.blog-status {
  background: #7abb3b;
  color: #fff;
  padding: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }
.blog-container.blog-status .inner {
  padding: 30px;
  border: 2px dashed rgba(255, 255, 255, 0.5); }
.blog-container.blog-status .entry-title {
  margin: 0;
  color: #fff; }
.blog-container.blog-status a {
  color: #fff; }
.blog-container.blog-status .status-content {
  margin-left: 60px; }
.blog-container.blog-status .entry-icon {
  margin-top: 5px;
  font-size: 40px; }

.entry-title {
  margin-bottom: 20px;
  line-height: 39px; }
.entry-title a {
  color: #333; }
.entry-title a:hover {
  color: #7abb3b; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #333; }
.entry-content .gallery::after {
  clear: both;
  content: "";
  display: table; }
.entry-content .gallery .gallery-item {
  width: 33.3333333333%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-align: center;
  margin-bottom: 10px; }
.entry-content .gallery .gallery-item:nth-child(3n + 1) {
  clear: left; }
.entry-content .gallery .gallery-item:first-child {
  clear: none; }
.entry-content .link-page {
  margin: 15px 0;
  text-align: center; }
.entry-content .link-page a {
  display: inline-block;
  margin: 0 4px; }
.entry-content iframe {
  border: 0; }

.inner-content .entry-content {
  margin-left: 135px; }
  .inner-content .entry-content.con{
      margin-left:157px !important;
      width:800px;
  }
.inner-content .entry-meta {
  float: left;
  width: 100px;
  font-size: 12px;
  margin-top: 20px; }
.inner-content .entry-meta > * {
  display: block;
  position: relative; }
.inner-content .entry-meta > *:last-child:after {
  display: none; }
.inner-content .comments-link a, .inner-content time {
  color: #9f9f9f; }
.inner-content .comments-link a:hover {
  color: #7abb3b; }
.inner-content .comments-link a .count {
  color: #7abb3b; }
.inner-content .author-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  display:none;
  margin-bottom: 10px; }
.inner-content .author-title:hover {
  color: #7abb3b; }
.inner-content .author-title + *, .inner-content .comments-link + *, .inner-content .edit-link + *, .inner-content time + * {
  margin-bottom: 5px;
  padding-bottom: 5px; }

.inner-content .author-avatar {
  text-align: center;
  margin-bottom: 10px; }
.inner-content .author-avatar img {
  border-radius: 100%; }

.entry-content {
  line-height: 25px; }
.entry-content .link-readmore {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 30px; }
.entry-content blockquote {
  background: url(../../images/blockquote.png) no-repeat;
  background-position: 25px 40px;
  background-color: #7abb3b;
  border-left: 0;
  color: #fff;
  padding: 40px 40px 40px 80px;
  letter-spacing: 1px;
  position: relative;
  line-height: 29px;
  font-size: 16px;
  font-family: 'Merriweather', serif; }
.entry-content blockquote:after, .entry-content blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  left: 0; }
.entry-content blockquote:before {
  top: 10px; }
.entry-content blockquote:after {
  bottom: 10px; }

.post-thumb {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
.post-thumb img {
  max-width: 100%;
  height: auto; }

.is-paging-footer .paging {
  text-align: center; }
.is-paging-footer .paging .pagination li {
  margin: 0 3px; }

.page #comments {
  border-top: 1px solid #ecedee;
  padding-top: 10px;
  margin-top: 30px; }
.page #comments .heading {
  color: #7abb3b; }

@media (max-width: 767px) {
  .blog-container a {
    word-wrap: break-word; }
  .blog-container .entry-meta {
    float: none;
    width: auto;
    text-align: left; }
  .blog-container .entry-meta .author-avatar {
    display: none; }
  .blog-container .entry-meta > * {
    display: inline-block;
    margin-right: 10px; }
  .blog-container .entry-meta > *:after {
    display: none; }
  .blog-container .inner {
    padding-right: 0;
    padding-left: 0; }
  .blog-container .entry-content {
    margin-left: 0; }
  .blog-container .entry-title {
    margin-top: 0; } }
/**
 * 3.1 Single
 */
.single-main .social-networks {
  margin: 50px 0; }
.single-main .heading {
  color: #7abb3b;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0;
  text-transform: uppercase; }

/* Comment List */
.is-commentlists {
  margin-top: 40px;
  border-bottom: 1px solid #ecedee;
  padding-bottom: 40px;
  margin-bottom: 40px; }
.is-commentlists ul {
  list-style: none; }
.is-commentlists .the-comment {
  margin-top: 20px; }
.is-commentlists .the-comment .comment-meta {
  width: 100px;
  font-size: 11px;
  color: #9f9f9f;
  margin-top: 0; }
.is-commentlists .the-comment .comment-meta .title {
  color: #333;
  word-wrap: break-word; }
.is-commentlists .the-comment .comment-meta > * {
  display: block;
  position: relative;
  text-transform: uppercase; }
.is-commentlists .the-comment .comment-meta > *:last-child:after {
  display: none; }
.is-commentlists .the-comment .comment-meta .avatar {
  margin-bottom: 5px; }
.is-commentlists .the-comment .comment-meta .avatar img {
  border-radius: 100%; }
.is-commentlists .the-comment .comment-box {
  border: 1px solid #ecedee;
  padding: 20px;
  margin-left: 110px; }
.is-commentlists .the-comment .comment-box .comment-text {
  line-height: 25px; }
.is-commentlists .the-comment .comment-box .comment-action {
  font-size: 11px;
  margin-top: 20px;
  text-transform: uppercase; }
.is-commentlists .the-comment p {
  margin: 0; }
.is-commentlists .children {
  padding-left: 110px; }

.comment-form .submit {
    width: max-content;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment-respond + li {
  margin-top: 40px; }

.post-control {
  margin: 50px 0px;
  border-top: 1px solid #ecedee;
  border-bottom: 1px solid #ecedee;
  text-transform: uppercase;
  height: 110px;
  letter-spacing: 2px;
  text-align: center; }
.post-control a {
  display: inline-block;
  line-height: 108px;
  width: 50%;
  height: 108px;
  float: left;
  color: #333; }
.post-control a:hover {
  color: #7abb3b; }
.post-control a [class*="icon-"] {
  font-size: 18px; }
.post-control a span {
  position: relative; }
.post-control a span [class*="icon-"] {
  position: absolute;
  top: 0; }
.post-control a.prev {
  border-right: 1px solid #ecedee; }
.post-control a.prev [class*="icon-"] {
  left: -38px; }
.post-control a.next [class*="icon-"] {
  right: -38px; }

/**
 * 3.4 404 Page
 */
.error404 .not-found {
  padding: 100px 20px; }
.error404 .not-found .page-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 2px;
  margin: 0 0 30px; }
.error404 .not-found .intro {
  font-size: 20px;
  letter-spacing: 1px; }

/**
 * --------------------------------------------------------------------------------
 * 4.0 - Sidebar
 * --------------------------------------------------------------------------------
 */
.is-sidebar .widget-title {
  margin-bottom: 20px; }
.is-sidebar .widget-title span {
  padding-bottom: 15px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li, .is-sidebar .widget.widget_product_categories ul li, .is-sidebar .widget.widget_archive ul li, .is-sidebar .widget.widget_categories ul li, .is-sidebar .widget.widget_pages ul li, .is-sidebar .widget.widget_meta ul li, .is-sidebar .widget.widget_nav_menu ul li {
  position: relative;
  margin: 0;
  padding: 10px 0; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul a, .is-sidebar .widget.widget_product_categories ul a, .is-sidebar .widget.widget_archive ul a, .is-sidebar .widget.widget_categories ul a, .is-sidebar .widget.widget_pages ul a, .is-sidebar .widget.widget_meta ul a, .is-sidebar .widget.widget_nav_menu ul a {
  text-transform: uppercase;
  color: #333; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul a:hover, .is-sidebar .widget.widget_product_categories ul a:hover, .is-sidebar .widget.widget_archive ul a:hover, .is-sidebar .widget.widget_categories ul a:hover, .is-sidebar .widget.widget_pages ul a:hover, .is-sidebar .widget.widget_meta ul a:hover, .is-sidebar .widget.widget_nav_menu ul a:hover {
  color: #7abb3b; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul ul li > a, .is-sidebar .widget.widget_product_categories ul ul li > a, .is-sidebar .widget.widget_archive ul ul li > a, .is-sidebar .widget.widget_categories ul ul li > a, .is-sidebar .widget.widget_pages ul ul li > a, .is-sidebar .widget.widget_meta ul ul li > a, .is-sidebar .widget.widget_nav_menu ul ul li > a {
  text-transform: none; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul ul li > a:before, .is-sidebar .widget.widget_product_categories ul ul li > a:before, .is-sidebar .widget.widget_archive ul ul li > a:before, .is-sidebar .widget.widget_categories ul ul li > a:before, .is-sidebar .widget.widget_pages ul ul li > a:before, .is-sidebar .widget.widget_meta ul ul li > a:before, .is-sidebar .widget.widget_nav_menu ul ul li > a:before {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e606";
  font-size: 8px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li + li, .is-sidebar .widget.widget_product_categories ul li + li, .is-sidebar .widget.widget_archive ul li + li, .is-sidebar .widget.widget_categories ul li + li, .is-sidebar .widget.widget_pages ul li + li, .is-sidebar .widget.widget_meta ul li + li, .is-sidebar .widget.widget_nav_menu ul li + li {
  border-top: 1px solid #ecedee; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li.current-cat-parent > .children, .is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul li.current-cat > .children {
  display: block; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul .current-cat-parent > a, .is-sidebar .widget.widget_inspius_woocommerce_category_accordion ul .current-cat > a {
  color: #7abb3b; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion span.parent {
  float: right;
  cursor: pointer;
  background: url(../../images/btn_show.png) no-repeat;
  background-position: 3px 3px;
  height: 16px;
  width: 16px;
  margin-top: 3px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion span.parent.show {
  background-position: 3px -16px; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion .children {
  display: none; }
.is-sidebar .widget.widget_inspius_woocommerce_category_accordion .children > li:last-child {
  padding-bottom: 0; }
.is-sidebar .woocommerce-product-search {
  position: relative; }
.is-sidebar .woocommerce-product-search .search-field {
  padding-right: 75px; }
.is-sidebar .woocommerce-product-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0; }

/**
 * --------------------------------------------------------------------------------
 * 5.0 - Footer
 * --------------------------------------------------------------------------------
 */
#is-footer-copyright-group {
  margin-top: 0px; }

.footer-top {
  margin-bottom: 0px; }

.footer {
  padding: 50px;
  background: #1e1e1e; }

#footer .widget-title {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;display:none; }
#footer .widget {
  font-size: 14px; }
#footer .widget.widget_nav_menu, #footer .widget.widget_categories, #footer .widget.widget_pages, #footer .widget.widget_meta, #footer .widget.widget_recent_entries, #footer .widget.widget_archive {
  list-style: none;
  padding: 0;
  margin: 0; }
#footer .widget.widget_nav_menu li, #footer .widget.widget_categories li, #footer .widget.widget_pages li, #footer .widget.widget_meta li, #footer .widget.widget_recent_entries li, #footer .widget.widget_archive li {
  margin-bottom: 10px; }
#footer .widget.widget_nav_menu a, #footer .widget.widget_categories a, #footer .widget.widget_pages a, #footer .widget.widget_meta a, #footer .widget.widget_recent_entries a, #footer .widget.widget_archive a {
  color: rgb(255 255 255); }
#footer .widget.widget_nav_menu a:before, #footer .widget.widget_categories a:before, #footer .widget.widget_pages a:before, #footer .widget.widget_meta a:before, #footer .widget.widget_recent_entries a:before, #footer .widget.widget_archive a:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border: 1px solid #a4a9b0;
  border-radius: 100%;
  margin-right: 10px; }
#footer .widget.widget_nav_menu a:hover, #footer .widget.widget_nav_menu a:focus, #footer .widget.widget_categories a:hover, #footer .widget.widget_categories a:focus, #footer .widget.widget_pages a:hover, #footer .widget.widget_pages a:focus, #footer .widget.widget_meta a:hover, #footer .widget.widget_meta a:focus, #footer .widget.widget_recent_entries a:hover, #footer .widget.widget_recent_entries a:focus, #footer .widget.widget_archive a:hover, #footer .widget.widget_archive a:focus {
  color: #7abb3b;
  text-decoration: none; }
#footer .widget.widget_nav_menu a:hover:before, #footer .widget.widget_nav_menu a:focus:before, #footer .widget.widget_categories a:hover:before, #footer .widget.widget_categories a:focus:before, #footer .widget.widget_pages a:hover:before, #footer .widget.widget_pages a:focus:before, #footer .widget.widget_meta a:hover:before, #footer .widget.widget_meta a:focus:before, #footer .widget.widget_recent_entries a:hover:before, #footer .widget.widget_recent_entries a:focus:before, #footer .widget.widget_archive a:hover:before, #footer .widget.widget_archive a:focus:before {
  border-color: #7abb3b; }
#footer .widget.widget_nav_menu ul ul a, #footer .widget.widget_categories ul ul a, #footer .widget.widget_pages ul ul a, #footer .widget.widget_meta ul ul a, #footer .widget.widget_recent_entries ul ul a, #footer .widget.widget_archive ul ul a {
  text-transform: none; }
#footer address.about-us .media .media-left {
  text-align: center;
  border: 1px solid #afafaf;
  border-radius: 50%;
  padding-right: 15px;
  color: #afafaf; }
#footer address.about-us .media .media-left .icon {
  width: 23px;
  padding-left: 14px; }
#footer address.about-us .media .media-body {
  padding-left: 15px; }

.copyright {
 padding: 18px 0 10px;
    text-transform: uppercase;
    color: #d1d1d1;
    letter-spacing: 1px;
    border-top: 0px solid #ecedee;
    font-size: 11px;
    background: #000;text-align:center; }

@media (min-width: 992px) {
  .custom-column-footer .widget {
    margin-left: -50px;
    margin-right: 20px; } }
/**
 * --------------------------------------------------------------------------------
 * 6.0 - Megamenu
 * --------------------------------------------------------------------------------
 */
/**
 * --------------------------------------------------------------------------------
 * 7.0 - Megamenu
 * --------------------------------------------------------------------------------
 */
.header-menu, .is-megamenu {
  position: static; }

.header-inner {
  position: relative; }

.is-megamenu {
  margin-top: 15px;
  background: none;
  border: none;
  margin: 0;
  min-height: 0; }
.is-megamenu .off-canvas-toggle {
  color: #fff;
  padding: 18px 20px 19px;
  min-width: 50px;
  text-align: center;
  display: none; }
.is-megamenu .fa-angle-down {
  display: none; }
.is-megamenu ul.nav {
  float: inherit; }
.is-megamenu ul.nav > li.open a {
  background-color: transparent; }
.is-megamenu ul.nav > li {
 display: inline-block;
    float: none;
    text-align: left;
    margin-right: 13px;
    margin-left: 13px;
    padding: 30 px 12 px;
    margin-right: 10 px;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    border-top: 2 px solid transparent;
    text-decoration: none;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto' }
.is-megamenu ul.nav > li.aligned-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%); }
.is-megamenu ul.nav > li > a {
  color: #333;
  font-size: 1.077em;
  text-transform: uppercase;
  background: transparent;
  padding-right: 0;
  padding-left: 0; }
.is-megamenu ul.nav > li > a span {
  position: relative; }
.is-megamenu ul.nav > li > a span:after {
  content: "";
  position: absolute;
  display: block;
  background: #7abb3b;
  height: 1px;
  width: 0;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
.is-megamenu .megamenu a:after, .is-megamenu .megamenu span:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
.is-megamenu .megamenu > li:hover > a, .is-megamenu .megamenu > li.current-menu-item > a, .is-megamenu .megamenu > li.current-menu-parent > a, .is-megamenu .megamenu > li.current-menu-ancestor > a {
  color: #7abb3b; }
.is-megamenu .megamenu > li:hover > a span:after, .is-megamenu .megamenu > li.current-menu-item > a span:after, .is-megamenu .megamenu > li.current-menu-parent > a span:after, .is-megamenu .megamenu > li.current-menu-ancestor > a span:after {
  width: 100%; }
.is-megamenu .megamenu > li .current-menu-item > a > span {
  color: #7abb3b; }
.is-megamenu .megamenu > li.open .woocommerce .product-col {
  visibility: visible !important; }
.is-megamenu .megamenu .aligned-fullwidth {
  position: static; }
.is-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu {
  width: 100% !important; }
.is-megamenu .megamenu .aligned-fullwidth > .mega-dropdown-menu > .dropdown-menu-inner {
  overflow: hidden; }
.is-megamenu .megamenu .aligned-fullwidth .mega-col-nav {
  position: relative; }
.is-megamenu .megamenu .aligned-fullwidth .dropdown-menu {
  padding: 20px 20px 30px; }
.is-megamenu .megamenu .aligned-fullwidth .mega-inner ul li .dropdown-menu {
  left: 100%;
  padding: 10px 16px; }
.is-megamenu .megamenu .widget-title {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  padding: 5px 0;
  margin-top: 0;
  color: #fff;
  letter-spacing: 1px; }
.is-megamenu .megamenu .widget-title span:after {
  display: none; }
.is-megamenu .megamenu .module img {
  max-width: 100%; }
.is-megamenu .mega-col-nav .title {
  margin-top: 0; }
.is-megamenu .mega-col-nav .widget {
  margin: 0; }
.is-megamenu .mega-col-nav .mega-inner ul {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
.is-megamenu .mega-col-nav .mega-inner ul li {
  list-style: none;
  margin-left: 0;
  display: block;
  min-width: 180px;
  position: relative; }
.is-megamenu .mega-col-nav .mega-inner ul li a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 0; }
.is-megamenu .mega-col-nav .mega-inner ul li a:hover {
  padding-left: 5px; }
.is-megamenu .mega-col-nav .mega-inner ul li a:focus, .is-megamenu .mega-col-nav .mega-inner ul li a:hover {
  color: #7abb3b; }
.is-megamenu .mega-col-nav .mega-inner ul li.active a {
  color: #7abb3b !important; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item {
  position: relative; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item > ul {
  display: none;
  padding: 10px; }
.is-megamenu .mega-col-nav .mega-inner ul li.menu-item:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 99;
  box-shadow: 0 1px 3px #D3D3D3;
  background-color: #fff; }
.is-megamenu .dropdown-menu {
  min-width: 230px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  color: #333;
  background: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.is-megamenu .dropdown-menu .nav-child {
  background: #1a1a1a; }
.is-megamenu .dropdown-menu a {
  color: #999999; }
.is-megamenu .dropdown-menu a:hover {
  color: #999999;
  text-decoration: none; }
.is-megamenu .dropdown-menu .row {
  margin-bottom: 20px; }
.is-megamenu .dropdown-menu .row:last-child {
  margin-bottom: 0; }
.is-megamenu .dropdown-menu .mega-group-ct {
  background: #000; }
.is-megamenu .dropdown-menu .product-block {
  margin-bottom: 0 !important; }
.is-megamenu .dropdown-menu .product-block .onsale, .is-megamenu .dropdown-menu .product-block .quick-view, .is-megamenu .dropdown-menu .product-block .button-groups {
  display: none; }
.is-megamenu .dropdown-menu .product-block .image:hover img {
  opacity: 1; }
.is-megamenu .dropdown-menu .dropdown-submenu > a:before {
  float: right;
  content: "\f178";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #999999; }
.is-megamenu .dropdown-submenu:hover > .dropdown-menu {
  display: block; }
.is-megamenu .dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  left: 100%;
  margin-top: 0px;
  top: 0; }
.is-megamenu .navbar-collapse {
  padding: 0; }
.is-megamenu .navbar-nav.pull-right > li > .dropdown-menu, .is-megamenu .navbar-nav > li > .dropdown-menu.pull-right {
  left: 0; }
.is-megamenu .mega-group {
  min-width: 0 !important; }
.is-megamenu .mega-group > a {
  font-size: 1.1em;
  display: block;
  margin: 5px 0 15px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  letter-spacing: 1px; }
.is-megamenu .mega-group > a span {
  color: #fff !important;
  position: relative;
  padding-right: 20px; }
.is-megamenu .mega-group > a span:hover {
  color: #7abb3b; }

@media (min-width: 768px) {
  .is-megamenu.animate .mega > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; }
  .is-megamenu.animate .mega.animating > .dropdown-menu {
    overflow: hidden;
    display: block !important; }
  .is-megamenu.animate .mega.open > .dropdown-menu {
    opacity: 1; }
  .is-megamenu.animate .mega.open.animating > .dropdown-menu {
    opacity: 1; }
  .is-megamenu.animate.zoom .mega > .dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%; }
  .is-megamenu.animate.zoom .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.bottom-to-top .megamenu .dropdown-menu {
    display: block;
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 1; }
  .is-megamenu.animate.bottom-to-top .megamenu .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 20px; }
  .is-megamenu.animate.bottom-to-top .megamenu li.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin: 0; }
  .is-megamenu.animate.elastic .mega > .dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0; }
  .is-megamenu.animate.elastic .mega.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.elastic [data-level="1"].mega > .dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .is-megamenu.animate.elastic [data-level="1"].open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  .is-megamenu.animate.slide .mega.animating > .dropdown-menu {
    overflow: hidden; }
  .is-megamenu.animate.slide .mega > .dropdown-menu > div {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -100%; }
  .is-megamenu.animate.slide .mega.open > .dropdown-menu > div {
    margin-top: 0%; }
  .is-megamenu.animate.slide .mega .mega > .dropdown-menu {
    min-width: 0; }
  .is-megamenu.animate.slide .mega .mega > .dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px; }
  .is-megamenu.animate.slide .mega .mega.open > .dropdown-menu > div {
    margin-left: 0; } }
/**
 * --------------------------------------------------------------------------------
 * 7.0 - Offcanvas
 * --------------------------------------------------------------------------------
 */
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.uk-offcanvas.uk-active {
  display: block; }

.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out; }

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none; }

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777; }

.uk-offcanvas .uk-panel-title {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]) {
  color: #ccc; }

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff; }

.uk-nav, .uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-nav li > a {
  display: block;
  text-decoration: none; }

.uk-nav > li > a {
  padding: 5px 15px; }

.uk-nav ul {
  padding-left: 15px; }

.uk-nav ul a {
  padding: 2px 0; }

.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px; }

.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }

.uk-nav-header:not(:first-child) {
  margin-top: 15px; }

.uk-nav-divider {
  margin: 9px 15px; }

ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center; }

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: ""; }

.uk-nav-side > li > a {
  color: #444; }

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  outline: none; }

.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff; }

.uk-nav-side .uk-nav-header {
  color: #444; }

.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-side ul a {
  color: #07D; }

.uk-nav-side ul a:hover {
  color: #059; }

.uk-nav-dropdown > li > a {
  color: #444; }

.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none; }

.uk-nav-dropdown .uk-nav-header {
  color: #999; }

.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-dropdown ul a {
  color: #07D; }

.uk-nav-dropdown ul a:hover {
  color: #059; }

.uk-nav-navbar > li > a {
  color: #444; }

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #fff;
  outline: none; }

.uk-nav-navbar .uk-nav-header {
  color: #999; }

.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd; }

.uk-nav-navbar ul a {
  color: #07D; }

.uk-nav-navbar ul a:hover {
  color: #059; }

.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.uk-nav-offcanvas > li > div {
  padding-left: 15px; }

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #fff;
  outline: none; }

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff; }

.uk-nav-offcanvas .uk-nav-header {
  color: #777;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: #404040;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.01);
  margin: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }

.uk-nav-offcanvas ul a {
  color: #ccc; }

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff; }

/**
 * --------------------------------------------------------------------------------
 * 8.0 - Widgets
 * --------------------------------------------------------------------------------
 */
.widget {
  margin-bottom: 0px; }
.widget .widget-title {
  color: #333; }
.widget ul {
  list-style: none;
  padding-left: 0; }
.widget ul li {
  margin: 2px 0;position:relative;}
.widget ul ul {
  margin-left: 20px; }
.widget .is-widget-twitter li {
  margin-bottom: 30px; }
.widget .is-widget-twitter li:last-child {
  margin-bottom: 0; }
.widget .is-widget-twitter .icon-social-twitter {
  font-size: 20px;
  color: #7abb3b;
  display: inline-block;
  margin-top: 5px; }
.widget .is-widget-twitter .content {
  margin-left: 35px; }
.widget .is-widget-twitter .title {
  color: rgba(51, 51, 51, 0.85); }
.widget .is-widget-twitter .title:hover {
  color: #7abb3b; }

/**
 * --------------------------------------------------------------------------------
 * 9.0 - Responsive
 * --------------------------------------------------------------------------------
 */
@media (max-width: 782px) {
  body.logged-in.admin-bar .uk-offcanvas-bar {
    padding-top: 46px; }
  body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
    top: 46px; } }
@media (max-width: 767px) {
  body.logged-in.admin-bar .uk-offcanvas-bar {
    padding-top: 0; }
  body.logged-in.admin-bar .is-header.fixed .header-mainmenu {
    top: 0; }

  .scroll-to-top {
    display: none; }

  .wpb_column + div {
    margin-top: 30px; } }

/*# sourceMappingURL=main.css.map */
.home .entry-title{display:none;}
.top-bar-social .call {
       font-size: 14px;
    border-right: 1px solid #EDEDED;
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
}
.top-bar-social ul li {
    display: inline-block;
    color: #EDEDED;
    font-size: 14px;
    padding-right: 15px;
    line-height: 1;
}
.topbar-action .widget {
    margin-bottom: 0px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0px !important;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://kurier-sachsen.de/wp-content/themes/zidane/css/cigarette/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.head{display:flex; align-items:center;}
.navigation-btn{background: #78ac19;
    padding: 10px 1px;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-family:'Roboto';}
.navigation-btn:hover{background:#d1d1d1; color:#5d7d0c;}
.navigation-btn:hover a{color:#5d7d0c;}
.btn:hover{background:#d1d1d1; color:#5d7d0c!important;}
.btn:hover a{color:#5d7d0c!important;}
.n2-section-smartslider a{color:#fff!important;}
.n2-section-smartslider:hover a{color:#78ac18!important;}
#wpsm_counter_b_row_475 .wpsm_counterbox .wpsm_number {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto';
    letter-spacing: 2px;
    margin-top: 0px !important;
    line-height: 1.3em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navigation-btn a{color:#fff;}
.header-inner .col-md-1 {width:13.333333%;}
.top-bar-social ul li:last-child {padding-right:0;}
.about-point-dtl {
    display: inline-block;
    color: #FFF;
    vertical-align: top;
}
.raqt{background-size: cover;
    background-position: top;}
.about-point-heading {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
    text-align:left;
}
.about-point-text {
    font-family: 'Roboto';
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.4;
    text-align:left;
}
.about-points-block {
    padding: 30px 25px;
    background-color: #78ac18;
    position: relative;
    z-index: 1;
    margin: -118px 10px 0px 10px;
   
}
.aheto-heading__subtitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: var(--c-active);
    -webkit-clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);
    clip-path: polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);
}
.about-type {
    padding: 30px 55px;
    background-color: #F5F5F5;
    margin:auto 10px;
}
.about-type p {
    margin-bottom: 34px !important;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
.number {
    position: absolute;
    font-size: 110px;
    bottom: 40px;
    right: 30px;
    opacity: 0.09;
    font-family: 'Roboto';
    font-weight: 800;
}
.btn-link1 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-link1 .fa{color:#3f830a;}
.heading1:before{
    content: "\\\\";
    font-size: 36px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    line-height: 1;
    font-weight: bold;
    color:#3f830a;
}
.heading1:after{
    content: "\\\\";
    font-size: 36px;
    letter-spacing: -5px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    line-height: 1;
    font-weight: bold;
    color:#3f830a;
}
.heading1{font-family: 'dashicons';
    text-align: center;}
.about-block:hover .about-type {
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
/*.testimonial-item{background-color: #fff;*/
/*    background-clip: border-box;*/
/*    border: 1px solid rgba(0,0,0,0.125);}*/
.title1{padding: 10px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;}
.para{padding: 0px 10px;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;min-height:120px;}
.link1{padding: 10px 10px;}
.btn{background: #78ac18;
    font-weight: 600;
    font-family: 'Roboto'}

.why{background-image: url(/wp-content/uploads/2021/11/warehouse-or-storage-and-shelves-with-cardboard-bo-68TUFMR-1-scaled-1.jpg?id=43) !important;
    position: relative;
    clip-path: polygon(0 120px, 100% 40px, 100% 100%, 0% 100%);
    padding: 170px 100px 60px 100px;}
.why:before{background: rgb(36 70 9 / 84%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;}
.whyt{
font-weight:600;
position:relative;
z-index:9999;
color:#fff!important;
font-family: 'Roboto';
padding-bottom:20px;
}
.whyt:after{content: "";
    position: absolute;
    display: block;
    background: #fff;
    height: 1px;
    width: 100px;
    bottom: 0px;
    left: 0;
    right: 0;}
.why p{font-size: 14px;
    font-weight: 400;
    color: #fff;
    z-index: 9999;
    position: relative; }
.btn-link2 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    color: #fff;
   
    text-transform: none;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.why2{position:relative;z-index:999;}
.aheto-content-block__title{font-weight: 600;
    position: relative;
    z-index: 9999;
    color: #fff!important;
    font-family: 'Roboto';
        font-size: 18px;}
.aheto-heading__title{font-size: 45px;
    line-height: 1.2;
    font-family: 'Roboto';
    font-weight: 600;
    color: #131c21;
    font-style: normal;
    text-align: center;
    margin-toP: 50px;}
 .aheto-heading__title .moovit-dot::after {
    content: '';
    display: inline-block;
    width: calc(1em/100*18);
    height: calc(1em/100*18);
    background: #3f830a;
}
.aheto-counter__number{font-size: 45px;
    line-height: 1.2;
    font-family: 'dashicons';
    font-weight: 600;
    color: #131c21;
    font-style: normal;
    text-align: center;}
.aheto-progress__title{    font-size: 25px;
    line-height: 1.2;
    font-family: 'dashicons';
    font-weight: 600;
    color: #131c21;
    font-style: normal;
    margin: 20px 0px;
    text-align: center;}
.req:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 663px 0;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    left: -300px;
    opacity: 0.95;
    border-right-color: #2d2d3b;
}
input[type="submit"]{background: #3f830a;
    width: auto;
    font-size: 15px;
    padding: 10px 36px;}
input{background: #65656f85;
    border: none;
    height: 50px;
    color: #fff;
    padding: 5px 10px;
    width: 92%;}
textarea{background: #65656f85;
    border: none;
    height: 150px;
    color: #fff;
    padding: 5px 10px;
    width: 96%;}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.transport ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
.transport select {background: #fff;
    border: none;
    height: 50px;
    color: #000;
    padding: 5px 10px;
    width: 97.5%;
    border: 1px solid #ddd;
    margin-bottom: 12px;
	background-image: linear-gradient(
45deg, transparent 50%, white 50%), linear-gradient(
135deg, white 50%, transparent 50%), linear-gradient(to right, #78ac19, #78ac19);
   background-position: calc(100% - 21px) calc(1em + 9px), calc(100% - 15px) calc(1em + 9px), 100% 0;
    background-size: 5px 7px, 5px 5px, 3.5em 4.5em;
    background-size: 7px 7px, 6px 5px, 3.5em 4.5em;
    background-repeat: no-repeat;
	appearance: none;
}
.transport textarea {background: #fff;
    border: none;
    height: 50px;
    color: #000;
    padding: 5px 10px;
    width: 98%;
    border: 1px solid #ddd;
    margin-bottom: 12px;}


.reqst .wpb_column{
     margin-bottom: 0px !important; 
}
.testi{position:relative;}
.testi:before {
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    z-index: 1;
    background-color: #232331;
}
.inner h5{ font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-family: 'Roboto';margin-bottom: 4px;
    line-height: 24px;}
.testimonial .meta:after{content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 68px 0 0 30px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -30px;border-left-color:#78ac19;}
.content:before {
    content: "\f10d" !important;
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #999;
    font-family: 'FontAwesome';
}
.al{background-position:center;background-size:cover;background-repeat:no-repeat;}
.alt{font-weight: 600;
    color: #fff!important;
    font-family: 'Roboto';
    padding-bottom: 20px;}
.alp{color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;}
.vc_icon_element-inner:hover .vc_icon_element-icon {color:#fff!important;}
.heading2:before {
    content: "\\\\";
    font-size: 36px;
    letter-spacing: -5px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    line-height: 1;
    font-weight: bold;
    color: #3f830a;
}
.heading2:after{
    content: "\\\\";
    font-size: 36px;
    letter-spacing: -5px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
     margin-top: -6px;
    line-height: 1;
    font-weight: bold;
    color:#3f830a;
}
.post-item .content:before {display:none;}
.post-item .content{padding: 0px 25px;}
.post-item .thumbnail {
   border: 0px solid #ddd;}
.counter{font-size: 45px;
    line-height: 1.2;
    font-family: 'dashicons';
    font-weight: 600;
    color: #131c21;
    font-style: normal;
    text-align: center;}
.wpsm_count-title{display:none;}
.wpsm_counterbox{margin:0px !important;}
.post-excerpt{font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;}
.ft{font-family: 'Roboto';
    font-size: 17px;
    text-transform: uppercase;color:#fff;    margin-bottom: 15px;}
.ppse9:before {
    content: "\f015";
    position: absolute;
    left: 11px;
    font-family: fontAwesome;
    color: #78ac19;
    font-size: 20px;
}
.ppse9{    color: #fff;
    font-size: 12px;
    padding-right: 10px;
    margin-left: 30px;
    margin-bottom: 25px;
    font-family: 'Roboto'}
.ppse10{        color: #fff;
    font-size: 12px;
    padding-right: 10px;
    margin-left: 30px;
    line-height: 10px;
    margin-bottom: 25px;}
.ppse10:before {
    content: "\f003";
    position: absolute;
    left: 11px;
    font-family: fontAwesome;
    color: #78ac19;
    font-size: 20px;
}
.ppse11:before {
    content: "\f095";
    position: absolute;
    left: 11px;
    font-family: fontAwesome;
    color: #78ac19;
    font-size: 20px;
}
.ppse11{font-size: 12px;
    padding-right: 10px;
    margin-left: 30px;
    line-height: 21px;
    margin-bottom: 25px; color: #fff;text-transform: uppercase;}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.widget_wysija_cont p label{display:none !important;}
.widget_wysija_cont{position:relative;}
.widget_wysija_cont .wysija-submit {
    display: block;
    margin-top: 10px;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 9px;
}
.about-block:hover{margin-top:-30px;}
.switcher .selected{background:none !important;}
.switcher .selected a:after {
    height: 55px !important;
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 18px !important;
    background-position: 50%;
    background-size: 14px !important;
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>);
    background-repeat: no-repeat;
    content: ""!important;
}
.post-item .thumbnail img {
    min-height: 245px !important;
    object-fit: cover;
}
.button-white:hover {
    color: #000 !important;
    border-color: #7abb3b;
    background: #fff !important;
}
.image img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.service .testimonial .testimonial-item {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    min-height: 535px;
}
.service .owl-theme .owl-nav .owl-prev {
    left: 0;
    top: 35%;
    background: #78ac19;
    border: 0;
    color: #fff;
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    line-height: 39px;}
.service .owl-theme .owl-nav .owl-next {right: 0;
    top: 35%;
    background: #78ac19;
    border: 0;
    color: #fff;
height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
    line-height: 39px;}
.dt-sc-button-1 {
   position: absolute;
    top: 510px;
   display:none;
    background: #000;
    right: 110px!important;
    border-radius: 50%;
    width: 85px;
    height: 85px;
   padding: 27px 20px;
    font-size: 19px;
    box-shadow: -1px 8px 29px rgb(247 239 239 / 39%);
}
.modal {
    top: 14%;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    min-height: 16.69230769px;
}
input[type="checkbox"]{background: #65656f85;
    border: none;
    height: auto;
    color: #fff;
    width: auto;}
.wpcf7-list-item-label{color:#898585;padding:0px 8px;}

.breadcrumb{background: #78ac19;
    color: #fff;
    padding: 15px 20px;
    width: auto;
    max-width: max-content;
    font-weight: 600;
    letter-spacing: 1px;opacity:1}
.entry-title{display:none;}
.ctitle:before {
    content: "\\\\\\\\";
    font-size: 33px;
    letter-spacing: -5px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    line-height: 1;
    font-weight: bold;
    font-family: "Times New Roman", "Bitstream Charter", Times, serif;
    color:#77ac16;
}
.icon {
    position: absolute;
    top: 33%;
    background: none;
    margin: 0 auto;
    left: 19px;
    right: 0;
    z-index:1;
}
.icon.size-default .fa {
    width: 76px;
    height: 76px;
    background: #fff;
    color: #ff5e14;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.icon.size-default .fa:after {
    width: 92px;
    height: 92px;
    left: -8px;
    top: -8px;
    border-color: #fff;
}
.icon .fa:after {
    content: '';
    border: 2px solid rgba(255,94,20,.6);
    display: block;
    position: absolute;
    border-radius: 50%;
}
.icon.size-default .radar:after {
    animation: fadeInAnimation;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.radar:after {
    content: '';
    width: 24%;
    height: 108px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    border: 2px solid #ff5e14;
    border-radius: 50%;
    animation: fadein;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
.radar:after {
    border-color: #fff !important;
}
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
.why2{   font-weight: 600;
    position: relative;
    z-index: 999;
    color: #fff!important;
    font-family: 'Roboto';
    padding-bottom: 20px;} 
.why1:before {
    background: rgb(36 70 9 / 84%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.why1{padding:100px 100px 0px 100px}
.sij1 {
    font-size: 15px !important;
    line-height: 33px !important;
    margin-bottom: 0;
    color: #fff;
}
.sij1:before {
    content: "\f058";
    color: #fff;
    font-size: 20px !important;
    font-family: 'FontAwesome';
    font-weight: 900 !important;
    margin-right: 10px;
}
.page-id-570 .is-breadcrumb{display:block;}
.sidebar .menu-item:before {content: '\f0d1';
    color: #78ac19;
    font-family: 'FontAwesome';
    height: 60px;
    line-height: 60px;
    width: 65px;
    text-align: center;
    background-color: #eee;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 26px;
    padding: 17px;}
.sidebar ul li ul li.menu-item:after{display:none;}

.sidebar ul li {
    margin: 14px 0;
    position: relative;
    border:1px solid #ddd;
}
.sidebar ul li ul li:hover{border:0;text-decoration:underline ;}
.sidebar ul li ul li:hover a{color: #78ac19 !important;}
.sidebar ul li ul li:before{display:none;}
.sidebar ul li ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto';
    top: 0;
}

.sidebar ul li ul li {
    margin: 14px 0px;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-top:0;
    border-left:0;
    border-right:0;
    padding: 10px;
}
.sidebar ul li a{color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    font-family: 'Roboto';
    top: 8px;}
.imgg img{margin-top:10px;}
.sidebar .menu-item:hover:before{background-color:#78ac19;color:#fff;}
.sidebar .menu-item:hover:after{border-color: transparent transparent transparent #78ac19;}
.sidebar ul li:hover{border:1px solid #78ac19;}
.vc_toggle_title>h4{ color: #000!important;}
/*.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before{content:'\f063';font-family:;}*/
.service li{font-size: 17px;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;list-style-type:none;
    padding-left:10px;
}
.service li:before{content: '\f061';
    color: #78ac19;
    position: absolute;
    left: 46px;
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-weight: normal;
    font-size: 13px;}
.menu .menu-item-has-children .opener {
   position: absolute;
    width: 22px;
    height: 22px;
    right: 3px;
    top: 19px;
    text-align: center;
    line-height: 22px;
    z-index: 1;
    cursor: pointer;
    color: #78ac19;
    font-size: 16px;
}
.opener.opened:before {
    content: '\f068' !important;
}
.menu .menu-item-has-children .opener:before {
    content: '\f067';
    font-family: FontAwesome;
    width: 20px;
}
.sidebar ul li.menu-item:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 25px;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    top: 0;
    left: 60px;}
.vv textarea {
    width: 96% !important;
    margin: 21px !important;
    background: #ffff;
    border: 2px solid #ddd;
    height: 100px;
    color: #000;
    padding: 5px 10px;
}
input[type=time] {
    border: none;
    color: #2a2c2d;
    font-size: 14px;
    font-family: helvetica;
    width: 100% !important;
    border: 0px solid #ddd !important;
}
input[type=time]::-webkit-datetime-edit-fields-wrapper {
  display: flex;
}

/* The space between the fields - between hour and minute, the minute and 
second, second and am/pm */
input[type=time]::-webkit-datetime-edit-text {
  padding: 19px 4px;
}

/* The naming convention for the hour, minute, second, and am/pm field is
`-webkit-datetime-edit-{field}-field` */

/* Hour */
input[type=time]::-webkit-datetime-edit-hour-field {
  background-color: #f2f4f5;
  border-radius: 15%;
  padding: 19px 13px;
}

/* Minute */
input[type=time]::-webkit-datetime-edit-minute-field {
  background-color: #f2f4f5;
  border-radius: 15%;
  padding: 19px 13px;
}

/* AM/PM */
input[type=time]::-webkit-datetime-edit-ampm-field {
  background-color: #78ac19;
  border-radius: 15%;
  color: #fff;
  padding: 19px 13px;
  content:'AM';
}

/* 'X' button for resetting/clearing time */
input[type=time]::-webkit-clear-button {
  display: none;
}

/* Up/Down arrows for incrementing/decrementing the value */
input[type=time]::-webkit-inner-spin-button {
  display: none;
}
@media(max-width:768px){
	.cnt .col-sm-4 {width: 100% !important;}
	.aheto-heading__title {
		font-size: 30px;}
	.wpsm_col-sm-6{width: 100%;}
	.whyt{text-align:center;}
	.why .col-sm-6{width:100%;}
	.why .col-sm-3{width:100%;}
	.why p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
	.top-bar-social .call {
    font-size: 13px;
    border-right: 1px solid #EDEDED;
    margin-right: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
}
	.inner h5{ text-align: center;}
	.whyt:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    height: 1px;
    width: 100px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.blg .owl-theme .owl-nav .owl-prev {
    left: 0;
    top: 35%;
    background: #78ac19;
    border: 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
    line-height: 27px;
}
	.blg .owl-theme .owl-nav .owl-next {
    right: 0;
    top: 35%;
    background: #78ac19;
    border: 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    cursor: pointer;
    line-height: 27px;
}
	.sidebar ul li ul li.current_page_item a{color:#46bbd5!important;}
	
	.counter{text-align:center;}
}
@media(max-width:767px){
	input[type="time"] {
    width: 98% !important;
		border:1px solid #ddd !important;
}
	
	input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 98% !important;
}
    .col-md-3{width: 50%;
    float: left;}
    .xyz .col-md-5 {
/*     padding: 0; */
/*     margin-left: -9px; */
}
.is-breadcrumb .breadcrumb-title {
    font-size: 21px;
    margin: 0 0 10px;
    font-weight: 700;
    padding: 81px 0px 39px 0px;
}
.sidebar ul li a {
    top: 18px;
	color:#fff;
}
	.menu .menu-item-has-children .opener{font-size:26px;}
	.sidebar ul li {
    margin: 14px 0;
    position: relative;
    border: 1px solid #ddd;
    background: #78ac19;
   
}
	.menu .menu-item-has-children .opener:before {
    content: '\f103';
    font-family: FontAwesome;
    width: 20px;
    color: #fff;
}
	.opener.opened:before {
    content: '\f102' !important;
		font-size:26px;
}
	.sidebar ul li ul li a {
    color: #fff;
	}
	.sidebar ul li ul li:last-child {
		border-bottom: 0px solid #ddd;}
	.sidebar .menu-item:hover:before {
    background-color:#eee;
    color: #78ac19;
}
.ctitle{font-size:19px;}
.service li:before{
    left: 24px;
    }
.service li {
    padding-left: 0;
}
.mres img{float: none !important;
    width: 96% !important;}
.rpimg2 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 27px 0px !important;
}
.abbc {
    width: 22% !important;
}
.dp{text-align:center;}
.cp{text-align:center;}
.navigation-btn1{background:#fff!important; margin: 0 auto;}
.navigation-btn1 a{color:#7abb3b !important;}
.why2 {padding-bottom:0px;}
.why2 .para{padding:0;}
.content-area .wpb_column {
    margin-bottom: 12px;
}
.post-item .thumbnail img {
    max-height: 245px !important;
    object-fit: cover;
    overflow: hidden;
}
.navigation-btn1 {
    background: #78ac19;
    padding: 10px 25px;
    text-align: center;
	width: max-content !important;
    margin: 0 auto;
}
.link1 {
    padding: 10px 10px;
    text-align: center;
}
.title1{text-align:center;}
.xyz .col-md-4 {
/*     padding: 0; */
}
.xyz .col-md-12 {
    padding: 0;
}
.coll1 .col-md-12 {
    padding: 0;
}
    .vv textarea{margin:10px !important;width:100%;}
    .whyt {
    padding-top: 22px;
}
.switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 163px;
    line-height: 17px;
    margin: 0 auto;
}	
}
@media(max-width:420px){
    .col-md-3{width:auto;
    float: none;}
	input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(/wp-content/uploads/2021/12/Capture.jpg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}
    
}

.sidebar ul li ul li.current_page_item{
    text-decoration: underline;
    color: #46bbd5 !important;
}
.sidebar ul li ul li.current_page_item a {
    color:#78ac19 !important;
}
.transport input[type="checkbox"] {
    background: #65656f85;
    border: none;
    height: auto;
    color: #fff;
    width: auto;
}

.fbox{margin:5px;border:1px solid #ddd;box-shadow:0px 0px 30px 0px rgb(0 0 0 / 10%);}
.page-id-983 .is-breadcrumb{display:none;}
.page-id-983 .entry-content p{font-size:14px;}
.flpb{background:#7abb3b url(/wp-content/uploads/2021/12/transparent-bg-300x256-1.png) !important;}
.vc_toggle {
    display: block;
    margin: 11px 0px;
    padding: 0;
    font-size: 1em;
}
.title {
   width:100%;
   text-align:center; 
   position: relative;
}

.title h1 {
   position: relative;
    padding: 10px;
    background: #fff;
    display: inline-block;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}

.title::after {
  content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 64%;
    height: 1px;
    background: #8bc255;
    z-index: 0;
}
@media(max-width:320px){
.top-bar-social .call {
    font-size: 12px;
    border-right: 1px solid #EDEDED;
    margin-right: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
}
}
li.call span {
  background: #78ac19;
  padding: 10px 1px;
  text-align: center;
  border-radius: 4px px;
  font-weight: 500;
  font-family: 'Roboto';
  margin-left: 10px;
  border-radius: 4px;
}