.header_bg_container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
  background-color: rgb(50, 50, 50);
}
@media(max-width:1440px) {
  .header_bg_container {
    height: 800px !important;
  }
}
@media(max-width:1024px) {
  .header_bg_container {
    height: 700px !important;
  }
}
@media(max-width:768px) {
  .header_bg_container {
    height: 400px !important;
  }
}

.header_bg {
  background-image: url('../../img/home/P1.JPG');
  background-position: center center;
  background-size:cover;
  background-repeat:repeat-x;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
  /*margin-top: 122.43px;*/
  /*transform: translate3d(0px, -122.43px, 0px);*/
  opacity: 0.5;
  filter: none;
  object-fit:fill;
}

.product_bg {
  background-image: url('../../img/product/P1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
  margin-top: 122.43px;
  transform: translate3d(0px, -122.43px, 0px);
  opacity: 0.5;
  filter: none;
}

.container-fluid {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media(max-width:768px) {
  .headers-container .headers-text-wrap {
    width: 100%;
  }
}

.headers-container:not(.transparent-box) .headers-text-wrap .headers-text-box:not(.bg-primary-black,.background-primary-color,.bg-primary-white,.bg-primary-gray) {
  background-color: #fff;
}

.headers-text-wrap .headers-text-box:not(.bg-primary-black,.background-primary-color, .bg-primary-white, .bg-primary-gray) {
  color: #000;
}

.headers-text-wrap .headers-text-box {
  padding: 15px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  .headers-text-wrap .headers-text-box .header1 ul, .headers-text-wrap .headers-text-box .header2 ul {
    display: table;
    margin: 0 auto;
  }

.headers-container:not(.transparent-box) .headers-text-wrap .headers-text-box {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

@media(min-width:767px) {
  .headers-text-wrap {
    width: 95%;
    margin: auto;
  }
}

@media(min-width:768px) {
  .headers-text-wrap .headers-text-box {
    padding: 30px 45px;
    width: 510px;
    text-align: unset;
  }

    .headers-text-wrap .headers-text-box .header1 ul, .headers-text-wrap .headers-text-box .header2 ul {
      display: block;
      margin: auto;
    }

  .headers-container.transparent-box .headers-text-wrap .headers-text-box {
    position: relative;
    padding: 60px 45px;
  }
}

html[dir="rtl"] .headers-text-wrap .headers-text-box {
  margin-bottom: 0;
  margin-top: 0;
}

@media(max-width:768px) {
  .headers-container:not(.transparent-box) .headers-text-wrap .headers-text-box {
    margin-left: auto;
    width: 100%;
    min-width: auto;
  }

  .headers-container.transparent-box .headers-text-box {
    width: 100%;
    height: 300px;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    background-color: rgba(0,0,0,1) !important;
  }
}



.headers-container.transparent-box .headers-text-box {
  background-color: rgba(0,0,0,0.7);
}

  .headers-container.transparent-box .headers-text-box:before {
    content: '';
    opacity: 0.75;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }



.headers-text-wrap .container {
  width: 100%;
}

.headers-container {
  display: grid;
  justify-items: center;
}

.headers-container {
  min-height: 300px;
}

@media(min-width:767px) {
  .headers-container {
    padding: 100px 0;
    padding: var(--sectionsPadding) 0;
  }
}

@media(max-width:768px) {
  .headers-container:not(.transparent-box) {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }
}

.headers-container .headers-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.headers-container .product_headers-text-wrap {
  display: flex;
  flex-direction: unset !important;
  justify-content: unset !important;
  z-index: 1;
}

.headers-container .headers-text-wrap .responsive-handler {
  text-align: justify;
}

.headers-text-box:not(.header-text-position-center) .headers-text-wrap .MailingTool {
  display: flex;
  justify-content: end;
}

.headers-text-box:not(.header-text-position-center) .headers-container.transparent-box .headers-text-wrap .MailingTool {
  justify-content: start;
}

.headers-container .headers-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media(max-width:768px) {
  .headers-container:not(.transparent-box) .headers-img-wrap {
    position: unset;
    height: calc(50vh - var(--homepage_layout_height_menu_space)) !important;
  }

  .headers-container:not(.transparent-box) .headers-img-wrap {
    position: unset;
    height: calc(50vh - var(--scrollHeaderSize)) !important;
  }
}

.headers-container .headers-img-wrap:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.headers-container.transparent-box .headers-img-wrap:after {
  opacity: 0.3;
}

.headers-container:not(.transparent-box) .headers-img-wrap:after {
  opacity: 0.5;
}

.headers-container:not(.transparent-box) .headers-img-wrap:after {
  opacity: 0;
}

.headers-img-wrap .carousel {
  height: 100%;
  width: 100%;
}

.carousel .item.one-item {
  display: block;
}

@media(min-width:768px) {
  .headers-container .headers-img-wrap {
    align-items: center;
  }
}

.headers-video-handler {
  display: block;
}

.carousel .item {
  height: 100%;
  width: 100%;
}

  .carousel .item.one-item {
    display: block;
  }

.carousel.slide {
  padding: 0px;
  margin: 0;
}

  .carousel.slide .carousel-inner {
    height: 100%;
  }

.header-row {
  margin-right: -15px;
  margin-left: -15px;
}

.headers-container .headers-item {
  height: 100%;
  width: 100%;
}

.headers-container .headers-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(min-width:768px) {
  .headers-container .headers-image {
    min-height: 500px;
  }
}

.s123-c-t-a {
  justify-content: space-around;
}

@media(min-width:768px) {
  .headers-text-box:not(.header-text-position-center) .s123-c-t-a, .headers-text-box:not(.header-text-position-center) .headers-container.transparent-box .s123-c-t-a {
    justify-content: start;
  }
}

.headers-item .headers-bg-video {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headers-text-orders {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media(min-width:768px) {
  .headers-text-box:not(.header-text-position-center) .headers-text-orders {
    align-items: start;
    text-align: unset;
  }
}

.video-bg {
  height: 100%;
  width: 100%;
}

.widget_subscribe_form {
  margin: 0;
}

.s123-c-t-a .mailingListBox {
  margin: 0 auto !important;
}

@media(min-width:768px) {
  .s123-c-t-a .mailingListBox {
    margin: 0 !important;
  }
}

.headers-text-box.bg-primary-black .s123-c-t-a[data-type="buttons"] .redirect-buttons-container a.btn-primary-transparent {
  color: #ffffff;
}

  .headers-text-box.bg-primary-black .s123-c-t-a[data-type="buttons"] .redirect-buttons-container a.btn-primary-transparent .svg-m {
    background-color: #ffffff;
  }

@media(min-width:767px) {
  .headers-container.second-side .headers-text-box {
    float: right;
  }

  html[dir="rtl"] .headers-container.second-side .headers-text-box {
    float: left;
  }
}

.header1, .header2 {
  font-family: var(--font_modules_header),'Open Sans',Arial,sans-serif;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .header1.custom-font-settings, .header2.custom-font-settings {
    font-size: calc(var(--header-font-size)*(100vw / 1170));
    line-height: calc((var(--header-font-size)*(100vw / 1170)) + 5px) !important;
  }
}

@media only screen and (min-width: 1px) {
  .header1.custom-font-settings, .header2.custom-font-settings {
    font-size: calc(var(--header-font-size)*(100vw / 1170) + 10px);
    line-height: calc((var(--header-font-size)*(100vw / 1170) + 10px) + 5px) !important;
  }
}

@media only screen and (min-width : 1200px) {
  .header1.custom-font-settings, .header2.custom-font-settings {
    font-size: calc(var(--header-font-size) * 1px);
    line-height: calc((var(--header-font-size) * 1px) + 5px) !important;
  }
}

.header1.custom-font-settings, .header2.custom-font-settings {
  margin-bottom: -5px;
}

.header1.weight700, .header2.weight700 {
  font-weight: 700;
}

.m-h-item span, .m-h-item {
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}

.header2.custom-font-settings {
  font-size: calc(var(--header-font-size) * (100vw / 1170));
  line-height: calc((var(--header-font-size) * (100vw / 1170)) + 5px) !important;
}

@media(min-width:768px) {
  .s123-c-t-a .s123-action-btn {
    margin: auto 0 !important;
  }

  .headers-text-box:not(.header-text-position-center) .s123-c-t-a .redirect-buttons-container {
    justify-content: start;
    gap: var(--c-t-a-buttons-space);
  }
}


.headers-text-wrap .headers-text-box:not(.bg-primary-black,.background-primary-color, .bg-primary-white, .bg-primary-gray) {
  color: #000;
}

.headers-container .headers-text-box {
  padding: 60px;
  color: #fff !important;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

@media(max-width:768px) {
  .headers-text-wrap .headers-text-box {
    padding: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media(min-width:992px) {
  .headers-text-wrap .headers-text-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media(max-width:768px) {
  .headers-text-wrap.container {
    width: 100%;
  }
}

.headers-text-wrap .header2 {
  line-height: 1.8em;
}

.line:after {
  border-top-color: var(--modules_color_second_section_main) !important;
}

@media ( min-width: 767px ) {
  .line:after {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.line:after {
  content: '';
  display: block;
  border-top: 6px solid var(--global_main_color);
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header {
  background-size: cover;
  padding: 7rem 1rem;
}

@media (min-width: 992px) {
  .header-lg-withnav {
    padding-bottom: calc(10rem - 70px);
  }

  .header-lg {
    padding: 10rem 0;
  }

  .header-xl {
    padding: 15rem 0;
  }

  .header-xl {
    min-height: 100vh;
  }

  .bottom-align-text-absolute {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.header {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .header {
    padding: 0rem 0rem;
  }
}

.header-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}


.modulesTitle {
  padding-bottom: 10px;
}

.feature-item-number {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 8rem;
  line-height: calc(8rem - 2rem);
  font-weight: bold;
  opacity: 0.1;
  font-family: Arial, Helvetica, sans-serif;
}

.s123-module {
  padding: 100px 0 100px 0;
  padding: var(--sectionsPadding) 0;
}

@media(max-width: 767px) {
  .s123-module {
    padding: 50px 0 50px 0;
    padding: calc( var(--sectionsPadding) / 2 ) 0 calc( var(--sectionsPadding) / 2 ) 0;
  }
}

.s123-module.s123-page-data {
  padding: 20px 0;
}

@media(max-width: 767px) {
  .s123-module.s123-page-data {
    padding: 20px 0;
  }
}

.img-stack {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 200px;
  line-height: 2em;
  vertical-align: middle;
  object-fit: cover;
}

.counter-number {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}

.s123-icon-converter {
  width: 4rem;
  height: 4rem;
  margin-bottom: 5px;
  background-color: transparent;
}

.s123-client-icon {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 1em;
  vertical-align: middle;
}

.countes-val {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 16px;
}

.counter label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.customer-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.customer-bg {
  width: 100%;
  padding-bottom: 100%;
}

li.open_hours_field i {
  color: var(--modules_color_second_section_main) !important;
}
