@import "../style.css";
.main-categories .elementor-heading-title {
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.breadcrumb {
  padding-top: 85px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.53;
}
.breadcrumb span {
  font-weight: 600;
}
.breadcrumb span.seperator {
  color: var(--e-global-color-accent);
}
.breadcrumb a, .breadcrumb a:visited {
  font-weight: 600;
}
.search-widget .curve-wrapper {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: absolute;
  bottom: -53px;
  background: white;
}
.search-widget .curve-wrapper .curve {
  position: absolute;
  top: -30px;
  background: var(--e-global-color-3024b26);
  width: 104%;
  height: 100%;
  border-radius: 100%;
  margin-left: -2%;
}
.terms-container {
  margin-top: -16px;
}
.terms-container > div {
  float: left;
  width: 50%;
  margin-top: 50px;
}
.terms-container > div a, .terms-container > div a:visited, .terms-container > div a:hover, .terms-container > div .term-header {
  color: var(--e-global-color-primary);
  font-weight: 600;
}
.terms-container > div:nth-child(odd) {
  padding-right: 17px;
}
.terms-container > div:nth-child(even) {
  padding-left: 17px;
}
.terms-container > div > ul {
  padding-top: 28px;
  padding-left: 29px;
  padding-right: 29px;
  border: 1px solid var(--e-global-color-3024b26);
  background-color: var(--e-global-color-421e76e);
  border-radius: 10px;
}
.terms-container > div > ul ul {
  padding-bottom: 63px;
}
.terms-container > div > ul h2.no-siblings {
  margin-top: -18px;
}
.terms-container > div > ul h2:not(.no-siblings) {
  margin-bottom: 29px;
}
.terms-container > div > ul a.parent, .terms-container > div > ul .term-header {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.42;
  font-family: var(--e-global-typography-primary-font-family);
  border-bottom: 1px solid var(--e-global-color-accent);
  display: inline;
}
.terms-container > div > ul a.child {
  line-height: 32px;
  border-bottom: 1px solid var(--e-global-color-accent);
}
@media (max-width: 767px) {
  .terms-container {
    padding-top: 16px;
  }
  .terms-container > div {
    width: 100%;
    margin-top: 34px;
  }
  .terms-container > div:nth-child(odd) {
    padding-right: 0;
  }
  .terms-container > div:nth-child(even) {
    padding-left: 0;
  }
}
.employees .elementor-widget-icon-list a[href^="tel:"] {
  font-weight: 400 !important;
  color: var(--e-global-color-text);
}
.employees .elementor-widget-icon-list a[href^="mailto:"] {
  font-weight: 600 !important;
}
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mfp-close {
  border: 0 !important;
  background: 0 !important;
  width: auto !important;
}
.white-popup {
  background-color: white;
  padding: 25px;
  max-width: 450px;
  margin: auto;
  position: relative;
}
.white-popup h2 {
  color: var(--e-global-color-primary);
  font-size: var(--e-global-typography-1aee7a1-font-size);
  line-height: var(--e-global-typography-1aee7a1-line-height);
  letter-spacing: var(--e-global-typography-1aee7a1-letter-spacing);
  word-spacing: var(--e-global-typography-1aee7a1-word-spacing);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding-bottom: 15px;
}
.white-popup .mfp-close {
  top: -41px;
  right: -22px;
  color: white !important;
}
.elementor-widget-jet-listing-dynamic-field ul li, .elementor-widget-text-editor ul li, .white-popup ul li {
  vertical-align: middle;
}
.elementor-widget-jet-listing-dynamic-field ul li:before, .elementor-widget-text-editor ul li:before, .white-popup ul li:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 1px;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  background-color: var(--e-global-color-primary);
  border-radius: 6px;
}
.elementor-widget-image-carousel.stretch {
  height: 100%;
}
.elementor-widget-image-carousel.stretch .elementor-widget-container, .elementor-widget-image-carousel.stretch .elementor-image-carousel-wrapper {
  border-radius: 10px 10px 10px 10px;
  height: 100%;
}
.elementor-widget-image-carousel.stretch .swiper-slide {
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
.elementor-widget-image-carousel.stretch .swiper-slide figure {
  height: 100%;
}
.elementor-widget-text-editor.tags a, .elementor-widget-text-editor.tags a:visited {
  background-color: var(--e-global-color-421e76e);
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-text);
  display: inline-block;
  border-radius: 10px;
  padding-bottom: 1px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 7px;
}
.elementor-widget-text-editor p + p {
  padding-top: 27px;
}
.elementor-widget-text-editor a, .elementor-widget-text-editor a:visited {
  font-weight: 600;
  border-bottom: 1px solid var(--e-global-color-accent);
}
.jet-listing-not-found.jet-listing-grid__items {
  text-align: left;
}
.jet-ajax-search__results-area .jet-ajax-search__results-slide {
  padding-top: 29px;
  padding-bottom: 12px;
}
.jet-ajax-search__results-area .jet-ajax-search__results-slide .jet-ajax-search__item-title {
  border-bottom: 1px solid var(--e-global-color-accent);
  width: auto;
  display: inline;
}
.product-items.featured .product-item {
  background-color: var(--e-global-color-secondary);
}
.product-items .product-item {
  overflow: hidden;
  cursor: pointer;
  background-color: var(--e-global-color-421e76e);
}
.product-items .product-item .elementor-container {
  height: 100%;
}
.product-items .product-item .read-more, .product-items .product-item .read-more:visited {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.36;
  display: inline-block;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid var(--e-global-color-primary);
  color: var(--e-global-color-text);
  font-weight: 600;
  padding-right: 9px;
  padding-left: 21px;
  padding-bottom: 1px;
  background-image: url("../img/icon-plus.svg");
  background-size: 8.25px 8.25px;
  background-position: 7px center;
  background-repeat: no-repeat;
}
.product-items .product-item .icon.lupe {
  cursor: pointer;
  position: absolute;
  right: 6px;
  bottom: -2px;
  width: auto;
}
.product-items .product-item .sku {
  position: absolute;
  bottom: -52px;
}
.header {
  background-image: linear-gradient(79deg, var(--e-global-color-5cc7419) 0%, var(--e-global-color-ed5ceb0) 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
header {
  background-image: linear-gradient(0deg, #004E9E 0%, #003570 100%);
  position: fixed !important;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  z-index: 99999;
}
header.nav-up {
  top: -80px;
}
header.nav-down {
  top: 0 !important;
}
header.fixed {
  top: -80px;
}
header .logo {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: auto !important;
}
@media (max-width: 1023px) {
  header .logo {
    top: 11px;
  }
  header .logo img {
    max-width: 89px !important;
  }
}
header .action-icon {
  position: absolute;
  top: 18px;
  width: auto !important;
  display: inline-block;
}
header .action-icon.phone {
  right: 65px;
}
header .action-icon.mail {
  right: 0;
}
header .action-icon img {
  height: 45px;
  width: 45px;
}
@media (max-width: 1023px) {
  header .action-icon {
    top: 17px;
  }
  header .action-icon img {
    height: 34px;
    width: 34px;
  }
  header .action-icon.phone {
    right: 110px;
  }
  header .action-icon.mail {
    right: 56px;
  }
}
header #menu-toggle-wrapper {
  display: none;
}
header #nav-wrapper {
  position: absolute;
  top: 30px;
  right: 211px;
  width: auto;
}
header #menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: right;
  font-family: var(--e-global-typography-primary-font-family);
}
header #menu-main.sf-arrows .sf-with-ul:after {
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  content: "e";
}
header #menu-main * {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #menu-main li {
  float: left;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  *white-space: normal;
  z-index: 200;
  box-sizing: border-box;
}
header #menu-main li.current-menu-item > a, header #menu-main li.current-menu-parent > a, header #menu-main li:hover > a {
  color: var(--e-global-color-secondary);
}
header #menu-main li.menu-item-has-children:not(:last-child) {
  margin-right: 11px;
}
header #menu-main li:last-child a {
  padding-right: 0;
}
header #menu-main li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: var(--e-global-color-secondary);
  padding: 0 30px;
}
header #menu-main li:hover {
  color: var(--e-global-color-secondary);
}
header #menu-main li:hover > ul {
  display: block;
}
header #menu-main li + li {
  border-left: 1px solid var(--e-global-color-secondary);
}
header #menu-main ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 12em;
  *width: 12em;
  background-color: white;
  text-align: left;
  padding-top: 13px;
  margin-left: -9px !important;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 21px;
  margin-top: 24px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid var(--e-global-color-f1b5e61);
}
header #menu-main ul li {
  display: block;
  padding-bottom: 5px;
}
header #menu-main ul li.current-menu-item > a, header #menu-main ul li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}
header #menu-main ul li a {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.32;
  text-transform: initial;
  font-weight: normal;
}
header #menu-main ul ul {
  margin-top: -9px;
  padding-top: 9px;
  margin-left: 9px !important;
  padding-left: 9px;
  top: 0;
  left: 100%;
  display: none;
}
header #menu-main ul ul li.current-menu-item > a {
  color: var(--e-global-color-primary);
}
header #menu-main ul ul li a {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  header #menu-main {
    padding-top: 0;
    box-sizing: border-box;
    text-align: left;
    width: 100% !important;
    left: 0;
    padding-left: 0;
    padding-top: 36px;
    padding-bottom: 16px;
  }
  header #menu-main > li {
    width: 100%;
    display: block !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 26px;
    margin-left: 0 !important;
  }
  header #menu-main > li a {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.33;
    padding: 0 25px;
  }
  header #menu-main > li:nth-child(2) {
    padding-right: 0;
  }
  header #menu-main > li:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
  }
  header #menu-main > li:nth-child(3) > ul {
    margin-left: 0;
  }
  header #menu-main > li:nth-child(4) {
    padding-left: 0;
  }
  header #menu-main > li:nth-child(4) > ul {
    margin-left: 0 !important;
  }
  header #menu-main li {
    float: none;
  }
  header #menu-main li:hover > ul {
    display: none;
  }
  header #menu-main li.menu-item-has-children:not(:last-child) {
    margin-right: 0;
  }
  header #menu-main li.menu-item-has-children.open > a:after {
    content: "g";
    margin-top: -1px;
  }
  header #menu-main li.menu-item-has-children > a:after {
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    content: "h";
    margin-left: 8px;
  }
  header #menu-main li + li {
    border-left: 0;
  }
  header #menu-main ul {
    border: 0;
    text-align: left;
    position: relative;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    min-width: auto;
    *width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 18px;
    margin-left: 0;
    margin-bottom: -2px;
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: 0;
    padding-right: 0;
    background-color: transparent;
  }
  header #menu-main ul li {
    padding-left: 10px;
    padding-top: 8px;
  }
  header #menu-main ul li a {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.375;
  }
}
@media (max-width: 1023px) {
  header #nav-wrapper {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    display: none;
    background: var(--e-global-color-primary);
    box-sizing: border-box;
    overflow: hidden;
  }
  header #menu-toggle-wrapper {
    display: inline-block;
    width: 48px;
    position: absolute;
    right: -6px;
    top: 10px;
    cursor: pointer;
  }
}
.content-col {
  width: 100%;
  max-width: 256px;
}
.content-col .elementor-widget-text-editor p + p {
  padding-top: 27px;
}
.content-col .elementor-widget-text-editor a, .content-col .elementor-widget-text-editor a:visited, .content-col .elementor-widget-text-editor a:hover {
  color: var(--e-global-color-secondary);
  border-bottom: 1px solid var(--e-global-color-accent);
  display: inline;
}
@media (max-width: 1023px) {
  .content-col {
    max-width: none;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
*:focus {
  outline: none !important;
}
html, body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding-top: 80px;
}
@media (max-width: 1023px) {
  body {
    padding-top: 68px;
  }
}
.elementor-section-boxed:not(.no-padding) > .elementor-container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .elementor-section-boxed:not(.no-padding) > .elementor-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.elementor-section-boxed.outer-wrapper .elementor-container, .elementor-section-full_width.outer-wrapper .elementor-container {
  padding-left: 33px;
  padding-right: 33px;
}
.elementor-section-boxed.outer-wrapper .elementor-container .elementor-inner-section > .elementor-container, .elementor-section-full_width.outer-wrapper .elementor-container .elementor-inner-section > .elementor-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .elementor-section-boxed.outer-wrapper .elementor-container, .elementor-section-full_width.outer-wrapper .elementor-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .elementor-section-boxed.outer-wrapper .elementor-container .elementor-inner-section > .elementor-container, .elementor-section-full_width.outer-wrapper .elementor-container .elementor-inner-section > .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.to-bg {
  visibility: hidden;
  width: 100%;
}
.bg-img {
  background-position: center center;
  background-size: cover;
}
.elementor-section .elementor-container {
  flex-wrap: wrap;
}
.flex-3cols > .elementor-container > .elementor-column {
  width: 33.33%;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .flex-3cols > .elementor-container > .elementor-column {
    width: 50%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .flex-3cols > .elementor-container > .elementor-column {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
