/*---------------------*/

/*Base*/

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0.5px;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  outline: 0;
}

a {
  color: #de4a10;
}

b,
strong {
  font-weight: 600;
}

div,
p,
a,
input,
textarea,
button,
span {
  outline: none;
}

.custom-title-1,
.custom-title-1 h1,
.custom-title-1 h2,
.custom-title-1 h3,
.custom-title-1 h4,
.custom-title-1 h5,
.custom-title-1 h6,
.custom-title-1 span,
.custom-title-1 div,
.custom-title-1 p,
.custom-title-1 a {
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}

.custom-title-2,
.custom-title-2 h1,
.custom-title-2 h2,
.custom-title-2 h3,
.custom-title-2 h4,
.custom-title-2 h5,
.custom-title-2 h6,
.custom-title-2 span,
.custom-title-2 div,
.custom-title-2 p,
.custom-title-2 a {
  font-size: 3.5rem;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}

.custom-title-3,
.custom-title-3 h1,
.custom-title-3 h2,
.custom-title-3 h3,
.custom-title-3 h4,
.custom-title-3 h5,
.custom-title-3 h6,
.custom-title-3 span,
.custom-title-3 div,
.custom-title-3 p,
.custom-title-3 a {
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}

.custom-title-4,
.custom-title-4 h1,
.custom-title-4 h2,
.custom-title-4 h3,
.custom-title-4 h4,
.custom-title-4 h5,
.custom-title-4 h6,
.custom-title-4 span,
.custom-title-4 div,
.custom-title-4 p,
.custom-title-4 a {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px 0;
}

.custom-title-5,
.custom-title-5 h1,
.custom-title-5 h2,
.custom-title-5 h3,
.custom-title-5 h4,
.custom-title-5 h5,
.custom-title-5 h6,
.custom-title-5 span,
.custom-title-5 div,
.custom-title-5 p,
.custom-title-5 a {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 0 0 10px 0;
}

.custom-title-6,
.custom-title-6 h1,
.custom-title-6 h2,
.custom-title-6 h3,
.custom-title-6 h4,
.custom-title-6 h5,
.custom-title-6 h6,
.custom-title-6 span,
.custom-title-6 div,
.custom-title-6 p,
.custom-title-6 a {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  line-height: 1.25em;
}

.version-notice {
  width: 100%;
  text-align: center;
  font-size: 12px;
  background: #000;
  color: #fff;
}

/*Breadcrumbs Style*/

.chw-breadcrumb p {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  color: #3e3a39;
  font-size: 0.8rem;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  float: left;
  height: 35px;
  min-width: 25vw;
}

.chw-breadcrumb p:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: #ccc;
  top: 0;
  right: -34px;
  z-index: -1;
  clip-path: polygon(0% 0%, 0% 110%, 28% 0%);
}

.chw-breadcrumb p:after {
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  background-color: #ccc;
  width: 50vw;
  top: 0;
  left: -50vw;
}

.chw-breadcrumb p .separator {
  display: inline-block;
  padding: 0 5px;
}

.chw-breadcrumb p a {
  color: #3e3a39;
}

.chw-breadcrumb p a:hover {
  color: #de4a10;
}

/*Contact Form Style*/

.chw-contact .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.chw-contact p {
  margin: 10px 0;
}

.chw-contact input,
.chw-contact textarea {
  border: none;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
}

.chw-contact .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.chw-contact .wpcf7-checkbox input {
  width: auto;
  position: relative;
}

.chw-contact input[type="checkbox"] {
  opacity: 1;
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: transparent;
  border: solid 1px #666;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
}

.chw-contact input[type="checkbox"]:checked {
  background-image: url(../../../uploads/2020/11/chw-check-box-w20-h20.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: none;
}

.chw-contact .wpcf7-list-item {
  margin: 0;
}

.chw-contact .ct-two-col {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 5px;
}

/* CF7 adds extra br */
.chw-contact .ct-two-col > br {
  display: none;
}

.chw-contact .ct-two-col label {
  width: 50%;
}

.chw-contact .ct-submit-container {
  display: flex;
  justify-content: flex-end;
}

.chw-contact .ct-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #fff;
  border-radius: 0;
  border: none !important;
  position: relative;
  padding: 13px 30px;
  font-size: 0.8rem;
  width: 170px;
  min-height: 40px;
  overflow: hidden;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(62, 58, 57, 1) 100%
  ) !important;
  clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
}

.chw-contact .ct-submit input {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.chw-contact .ct-submit:after {
  content: "";
  display: block;
  background: #fff;
  height: 200px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(30deg);
  transform: rotate(15deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}

.chw-contact .ct-submit:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.chw-contact .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 2;
  font-size: 0.6rem;
  bottom: -5px;
  left: 10px;
}

.cf7-checkbox .wpcf7-not-valid-tip {
  position: relative;
  left: 0;
  top: 0;
}

.chw-contact .wpcf7-response-output {
  border: none !important;
  margin-top: 75px !important;
  padding: 0 !important;
  color: #dc3232;
  line-height: 1;
  font-size: 0.8rem;
}

.chw-contact .sent .wpcf7-response-output {
  color: #00865e;
}

/*contact form new edit Nathan*/

.chw-contact input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}

.chw-contact span.wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.chw-contact span.wpcf7-list-item-label {
  font-size: 0.8em;
}

/*coockie alert css style*/

#my-cookie__consent .my-cookie__accept-button {
  border-radius: 0 !important;
  padding: 9px 15px !important;
  font-size: 0.85rem !important;
  color: #333 !important;
  font-weight: 600 !important;
}

#my-cookie__consent .my-cookie__open-settings {
  font-size: 0.85rem !important;
}

#my-cookie__consent .my-cookie__open-settings::before {
  bottom: -2px !important;
}

/*formating post without thumnails*/
.chw-posts.list.elementor-posts--thumbnail-none article {
  border-top: solid 10px #026749;
  padding-top: 20px !important;
}

/*new lang bar formating*/
li.lang-icon-mob-menu a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
li.lang-icon-mob-menu a:hover {
  fill: white;
}

li.lang-icon-mob-menu svg#icon {
  width: 1.5em;
  margin-right: 5px;
}

/*new fix for product pages since e-update.16.2022*/

@media (min-width: 1025px) {
  .heading-col {
    width: 100% !important;
  }

  .img-col-hidden {
    width: 0% !important;
  }
}
.img-col-hidden .elementor-widget-image {
  width: 100vw !important;
  margin-left: -30px;
  margin-right: -30px;
}

.chw-img-col .chw-catalog-list {
  padding-left: 30px;
}

/*/////////////////MDPI Screen Style/////////////////*/

@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 18px;
    line-height: 30px;
  }
  .custom-title-1,
  .custom-title-1 h1,
  .custom-title-1 h2,
  .custom-title-1 h3,
  .custom-title-1 h4,
  .custom-title-1 h5,
  .custom-title-1 h6,
  .custom-title-1 span,
  .custom-title-1 div,
  .custom-title-1 p,
  .custom-title-1 a {
    font-size: 4rem;
  }
  .custom-title-2,
  .custom-title-2 h1,
  .custom-title-2 h2,
  .custom-title-2 h3,
  .custom-title-2 h4,
  .custom-title-2 h5,
  .custom-title-2 h6,
  .custom-title-2 span,
  .custom-title-2 div,
  .custom-title-2 p,
  .custom-title-2 a {
    font-size: 3rem;
  }
  .custom-title-3,
  .custom-title-3 h1,
  .custom-title-3 h2,
  .custom-title-3 h3,
  .custom-title-3 h4,
  .custom-title-3 h5,
  .custom-title-3 h6,
  .custom-title-3 span,
  .custom-title-3 div,
  .custom-title-3 p .custom-title-3 a {
    font-size: 2.5rem;
  }
}

/*/////////////////Tablet Style/////////////////*/

@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 17px;
    line-height: 29px;
  }
  .custom-title-5,
  .custom-title-5 h1,
  .custom-title-5 h2,
  .custom-title-5 h3,
  .custom-title-5 h4,
  .custom-title-5 h5,
  .custom-title-5 h6,
  .custom-title-5 span,
  .custom-title-5 div,
  .custom-title-5 p,
  .custom-title-5 a {
    font-size: 1.25rem;
  }
  .custom-title-6,
  .custom-title-6 h1,
  .custom-title-6 h2,
  .custom-title-6 h3,
  .custom-title-6 h4,
  .custom-title-6 h5,
  .custom-title-6 h6,
  .custom-title-6 span,
  .custom-title-6 div,
  .custom-title-6 p,
  .custom-title-6 a {
    font-size: 1.15rem;
  }
  .chw-contact .ct-submit-container {
    justify-content: center;
  }
}

/*/////////////////Mobile Style/////////////////*/

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 16px;
    line-height: 28px;
  }
  .custom-title-1,
  .custom-title-1 h1,
  .custom-title-1 h2,
  .custom-title-1 h3,
  .custom-title-1 h4,
  .custom-title-1 h5,
  .custom-title-1 h6,
  .custom-title-1 span,
  .custom-title-1 div,
  .custom-title-1 p,
  .custom-title-1 a {
    font-size: 3rem;
  }
  .custom-title-2,
  .custom-title-2 h1,
  .custom-title-2 h2,
  .custom-title-2 h3,
  .custom-title-2 h4,
  .custom-title-2 h5,
  .custom-title-2 h6,
  .custom-title-2 span,
  .custom-title-2 div,
  .custom-title-2 p,
  .custom-title-2 a {
    font-size: 2.5rem;
  }
  .custom-title-3,
  .custom-title-3 h1,
  .custom-title-3 h2,
  .custom-title-3 h3,
  .custom-title-3 h4,
  .custom-title-3 h5,
  .custom-title-3 h6,
  .custom-title-3 span,
  .custom-title-3 div,
  .custom-title-3 p,
  .custom-title-3 a {
    font-size: 2rem;
  }
  .custom-title-4,
  .custom-title-4 h1,
  .custom-title-4 h2,
  .custom-title-4 h3,
  .custom-title-4 h4,
  .custom-title-4 h5,
  .custom-title-4 h6,
  .custom-title-4 span,
  .custom-title-4 div,
  .custom-title-4 p,
  .custom-title-4 a {
    font-size: 1.65rem;
  }
  .mobile-hide {
    display: none;
  }
}

/*/////////////////Tiny Mobile Style/////////////////*/

@media screen and (max-width: 359px) {
  html,
  body {
    font-size: 15px;
  }
  .custom-title-1,
  .custom-title-1 h1,
  .custom-title-1 h2,
  .custom-title-1 h3,
  .custom-title-1 h4,
  .custom-title-1 h5,
  .custom-title-1 h6,
  .custom-title-1 span,
  .custom-title-1 div,
  .custom-title-1 p,
  .custom-title-1 a {
    font-size: 2.5rem;
  }
  .custom-title-2,
  .custom-title-2 h1,
  .custom-title-2 h2,
  .custom-title-2 h3,
  .custom-title-2 h4,
  .custom-title-2 h5,
  .custom-title-2 h6,
  .custom-title-2 span,
  .custom-title-2 div,
  .custom-title-2 p,
  .custom-title-2 a {
    font-size: 2rem;
  }
  .custom-title-3,
  .custom-title-3 h1,
  .custom-title-3 h2,
  .custom-title-3 h3,
  .custom-title-3 h4,
  .custom-title-3 h5,
  .custom-title-3 h6,
  .custom-title-3 span,
  .custom-title-3 div,
  .custom-title-3 p,
  .custom-title-3 a {
    font-size: 1.75rem;
  }
  .custom-title-4,
  .custom-title-4 h1,
  .custom-title-4 h2,
  .custom-title-4 h3,
  .custom-title-4 h4,
  .custom-title-4 h5,
  .custom-title-4 h6,
  .custom-title-4 span,
  .custom-title-4 div,
  .custom-title-4 p,
  .custom-title-4 a {
    font-size: 1.5rem;
  }
}

/*video icon*/

.company-vid .elementor-custom-embed-image-overlay:before {
  content: "";
  display: block;
  background: #00000042;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: 5rem;
  background-position: center center !important;
  z-index: 1;
  background-image: url(../../../uploads/2021/04/play_100.svg);
}

/* designed by text */
.globalsense-text,
.globalsense-text a {
	color: #CCCCCC;
	font-size: 0.9rem;
}

