@charset "utf-8";
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Light.eot");
  src: url("../fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SpaceGrotesk-Light.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-Light.woff") format("woff"),
    url("../fonts/SpaceGrotesk-Light.ttf") format("truetype"),
    url("../fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.eot");
  src: url("../fonts/SpaceGrotesk-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff"),
    url("../fonts/SpaceGrotesk-SemiBold.ttf") format("truetype"),
    url("../fonts/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.eot");
  src: url("../fonts/SpaceGrotesk-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-Regular.woff") format("woff"),
    url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype"),
    url("../fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.eot");
  src: url("../fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-Bold.woff") format("woff"),
    url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype"),
    url("../fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.eot");
  src: url("../fonts/SpaceGrotesk-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/SpaceGrotesk-Medium.woff") format("woff"),
    url("../fonts/SpaceGrotesk-Medium.ttf") format("truetype"),
    url("../fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.ttf") format("truetype"),
    url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* variable css */
body {
  color: var(--textcolor);
  line-height: 24px;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-family: "Inter";
}

body {
  overflow-x: hidden;
}

/*  select option */
::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow.svg) no-repeat right 10px center /
    1em;
  border-radius: 0;
  padding-right: 2em;
}

::-moz-selection {
  color: #fff;
  background: var(--theme);
}

::selection {
  color: #fff;
  background: var(--theme);
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/*  select option  */
input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  min-height: 100px;
  overflow: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
}

.form-group {
  margin-bottom: 23px;
  width: 100%;
  position: relative;
}

.form-group50 {
  width: calc(50% - 10px);
}

.form-control {
  width: 100%;
  padding: 14px 20px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: normal;
  font-family: "Inter";
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.form-group input,
.form-group .form-control {
  min-width: 100%;
}

select.form-control {
  background: #ffffff url(../images/select-arrow.svg) no-repeat right 15px top
    16px;
  padding-right: 40px;
}

textarea.form-control {
  height: auto;
  min-height: 120px;
}

.form-control:focus {
  border-color: var(--theme);
  box-shadow: inset 0px 0px 1.5px 1.5px rgb(40 173 248 / 70%);
}

.form-group.width50 {
  width: calc(50% - 10px);
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}
input[type="submit"] {
  cursor: pointer;
  min-width: 180px;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.file-upload {
  position: relative;
  width: 100%;
}
.file-upload span.wpcf7-form-control-wrap {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  margin-bottom: 0;
}
.file-upload input.file {
  cursor: pointer !important;
  display: block;
  filter: alpha(opacity = 0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 1;
}
.file-upload #filevalue {
  position: absolute;
  left: 0;
  padding: 10px 15px 10px 15px;
  top: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 94%;
  white-space: nowrap;
}
.file-upload::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../images/attachment-file.svg) no-repeat center center;
  width: 50px;
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid var(--white);
}

.slick-dots li.slick-active button {
  width: 12px;
  opacity: 1;
  border: 2px solid #94a1ab;
  background-color: #94a1ab;
}

/* arrow */
.slick-next,
.slick-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #d1d3d4;
  border-radius: 100%;
  background-color: var(--white);
}

.slick-next:hover,
.slick-prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: var(--white);
}

.slick-next:before,
.slick-prev:before {
  width: 100%;
  height: 100%;
  position: absolute;
  font-family: "FontAwesome";
  color: #43454a;
  font-size: 20px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-next:before {
  content: "\f105";
  margin-left: 1px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-prev {
  left: -15px;
  z-index: 1;
}

.slick-next {
  right: -15px;
  z-index: 1;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--theme);
  border-color: var(--theme);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
  color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/*-----BUTTONS-----*/
.center {
  text-align: center;
}

.button,
.woocommerce button.button,
a.woocommerce-Button {
  font-size: 14px;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  line-height: 1;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  color: #2d2d2d;
  min-height: auto;
  min-width: auto;
  font-family: var(--font-sora-family);
  border: 1px solid #bfbfbf;
  background: var(--white);
  font-weight: 600;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  width: auto !important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  letter-spacing: 0.28px;
}
.button-border {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: var(--white);
}
.button-border:hover {
  background-color: #fff;
  border-color: var(--theme);
  color: var(--theme);
}
.button-theme,
a.woocommerce-button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button {
  border: 1px solid var(--theme);
  background-color: var(--theme);
  color: var(--white);
  font-weight: 600 !important;
  border-radius: 23px;
  font-size: 14px !important;
  padding: 15px 30px;
}

.button-border > img,
.button i {
  margin-left: 8px;
}
.cta-content-wrapper .btnlist .button i {
  margin-right: 8px;
}
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.button span {
  text-decoration: none;
}

.sub-btnblk input[type="submit"] {
  transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  min-width: auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  z-index: 1;
  cursor: pointer;
  padding: 20px 28px;
}

.sub-btnblk input[type="submit"]:hover,
a.woocommerce-Button:hover,
a.button:hover {
  background-color: var(--theme);
}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  transition: all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.button:hover i {
  transform: translateX(5px);
  -moz-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  transition: all ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.btn-row a:not(:last-child) {
  margin-right: 14px;
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -8px;
}

.btnlist li,
.btnlist .button {
  margin: 0px 8px;
}

.button-theme,
.button-outline:hover {
  background-color: var(--theme);
}
.button-theme:hover,
.woocommerce-button.button:hover,
a.woocommerce-Button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover {
  background-color: var(--secondary);
  border-color: var(--white);
}
.button-outline:hover,
.button-outline:hover i {
  color: var(--white);
}
.head-btn .button,
.hm-banenr-content .btnlist .button {
  font-weight: bold;
}

/*---- theme content  ul,ol heading styling -------*/

.text-white {
  color: var(--white) !important;
}

a {
  text-decoration: none;
}

p,
ol li,
ul li {
  font-size: 16px;
  color: #2d2d2d;
  line-height: 28px;
  letter-spacing: 0px;
}

p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
p a,
p span,
ul li a,
ol li a {
  color: var(--theme);
  text-decoration: underline;
  display: inline-block;
  text-underline-position: under;
}

p span {
  color: initial;
  text-decoration: none;
}

p a:hover {
  color: var(--theme);
}

/* ********|| UL , OL  ||******** */

main ul,
ul.dlist {
  list-style-type: none;
  margin-left: 0;
  margin: 0 0 30px 0;
}
.content-area ul li,
ul.dlist li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
  color: #2d2d2d;
  letter-spacing: 0px;
}
.content-area ul li:before,
ul.dlist li::before {
  content: "";
  background: url("../images/icon/list-icon.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
}
.content-area ul li strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: var(--font-theme-family);
  font-weight: bold;
}
[class*="heading-"] span {
  font-weight: 300;
}
.heading-40 {
  font-size: clamp(1.625rem, 1.25rem + 1.0417vw, 2.5rem);
}
.heading-30 {
  font-size: clamp(1.375rem, 1.1607rem + 0.5952vw, 1.875rem);
}
.fw-500 {
  font-weight: var(--font-weight-medium);
}

.fw-600 {
  font-weight: var(--font-weight-semibold);
}

.fw-bold {
  font-weight: var(--font-body-weight-bold);
}

.capitalize {
  text-transform: capitalize !important;
}

/*------------ breadcrumb css --------------*/
.breadcrumb-bg {
  background-color: #e1ebf6;
  padding: 10px 0;
}
.woo_breadcums {
  padding: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.woo_breadcums li {
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: var(--white);
  padding-left: 0;
}

.woo_breadcums li span {
  text-decoration: none;
  display: inline-block;
}

ul.woo_breadcums li:before {
  display: none;
}

ul.woo_breadcums li a:after {
  content: "-";
  margin: 1px 0 0 0;
  position: absolute;
  top: 0;
  font-size: 16px;
  right: -16px;
  line-height: 16px;
}

.woo_breadcums li span a {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}

.woo_breadcums li span a:hover {
  color: var(--theme);
  text-decoration: underline;
}

.divider {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  position: relative;
}
.form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  padding: 4px 8px;
  position: absolute !important;
  top: 99%;
  left: 0;
}
.form-wrapper .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.wpcf7-not-valid-tip {
  line-height: 1;
  vertical-align: top;
  margin-left: 3px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output {
  background: #fff9df;
  width: 100%;
  display: block;
  color: inherit;
  padding: 10px 10px 10px 40px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  color: #585858;
  font-size: 14px;
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
  position: absolute;
  content: "";
  background: url(../images/icon/material-error-outline.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 9px;
  display: inline-block;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
  background-color: #ffdfdf;
  border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/icon/failed-validation.svg) no-repeat 15px center
    #ffdfdf;
  font-size: 14px;
  color: #ff0000;
  padding: 10px 20px 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  padding-left: 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/icon/validation-tick.svg) no-repeat 15px center
    #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  padding: 10px 10px 10px 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  line-height: 0;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  color: var(--white);
  background: var(--theme);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--white);
  border-radius: 10px;
}

.scrollTop i {
  margin: 0;
  color: var(--white);
}

.scrollTop:hover {
  background: var(--secondary);
  border-color: var(--white);
}

.scrollTop:hover i {
  color: var(--white);
}
.captchatext p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.2;
}
/*  FORM SECTION  */
.enq-form-wrapper {
  padding: 100px;
  background-color: #000000;
  position: relative;
  z-index: 1;
}
.enquiry-section .bottom-text,
.enq-form-wrapper .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.enq-form-wrapper img.bgimg {
  opacity: 0.1;
  height: 100%;
}
.enq-form-wrapper .form-wrapper {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enq-form-wrapper > *,
.enq-form-wrapper .heading-40,
.enq-form-wrapper p,
.enq-form-wrapper .form-wrapper {
  color: var(--white);
}
.enq-form-wrapper .heading-40 {
  margin-bottom: 10px;
}
.enq-form-wrapper .heading-40 + p:last-of-type {
  margin-bottom: 30px;
}
.enq-form-wrapper .form-wrapper .form-control {
  background-color: transparent;
  border: 2px solid rgb(255 255 255 / 20%);
  color: var(--white);
}
.enq-form-wrapper .form-wrapper .form-control::placeholder {
  color: #d8d8d8;
}
.enq-form-wrapper
  .form-wrapper
  .form-control.form-control::-webkit-input-placeholder {
  color: #d8d8d8;
}
.form-wrapper .submit-block {
  width: 100%;
  margin-bottom: 30px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.captchatext {
  width: 100%;
  text-align: center;
}
.cta-section .shape-side-right {
  position: absolute;
  right: -3%;
  bottom: -72%;
  z-index: -1;
}
.left-bottom-shape {
  position: absolute;
  left: -100px;
  bottom: 50px;
  z-index: -1;
}
.item-border {
  border: 1px solid #e1e1e1;
}
.two-column {
  display: flex;
  flex-wrap: wrap;
}
.two-column li {
  width: 50%;
}
.two-column li:nth-child(odd) {
  padding-right: 50px;
}
.light-bg.relative .shape-side-right {
  position: absolute;
  right: -3%;
  bottom: -25%;
}
.enquiry-section {
  position: relative;
  z-index: 1;
}
/*  inner banner  */
.inner-banner {
  position: relative;
  min-height: 450px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 90px;
}

.inner-banner::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #000000 0%, #0000001a 100%) 0%
    0% no-repeat padding-box;
  z-index: -1;
}
.inner-banner .heading-40 {
  width: 100%;
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
}
/* product  */
.product-listing-grid {
  margin-left: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.product-listing-grid li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e1e1e1;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.product-listing-grid li::before {
  content: none;
}
.product-listing-grid li a {
  color: var(--textcolor);
  text-decoration: none;
  text-align: center;
}
.product-listing-grid li .pro-code {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.product-listing-grid li .product-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  height: 40px;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.product-listing-grid li a > *,
.product-listing-grid li .product-short-info > * {
  margin-bottom: 10px;
}
.product-listing-grid li .product-short-info {
  margin-bottom: 0;
}
.product-listing-grid li .product-short-info .pro-code {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-listing-grid li .button-outline {
  padding: 15px 30px;
}
.product-listing-grid li .button-outline i {
  margin-bottom: 0;
}
.pro-category {
  font-size: 12px;
  color: #858585;
  font-weight: normal;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.product-listing-grid li a img.pro-item {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
}
.product-listing-grid li:hover a img.pro-item {
  transform: translateY(-5px) scale(1.05);
}
/*  common CTA  */
.cta-section {
  position: relative;
  padding: 150px 0;
  background-color: #151516;
  z-index: 1;
}
.cta-section img.bgimg {
  opacity: 0.1;
}
.cta-section .heading-40 {
  color: var(--white);
  margin-bottom: 15px;
}
.cta-section .heading-40 span {
  font-weight: 300;
}
.cta-section p {
  color: var(--white);
}
.cta-section .cta-content-wrapper {
  max-width: 1085px;
  margin: 0 auto;
}
.ft-20 p {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
/*---------------- inner page banner styles  -----------*/
.md-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.cta-section.service-cta .container {
  max-width: 1230px;
}
/*  product range style */
.pro-range-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  justify-content: center;
}
.pro-range-grid-wrapper .pro-range-wrap {
  background-color: #f4f4f4;
  padding: 25px;
  border: 2px solid transparent;
}
.pro-range-grid-wrapper .pro-range-wrap:hover {
  border-color: var(--theme);
}
.pro-range-wrap {
  display: inline-flex;
  align-items: center;
}
.pro-range-title {
  font-size: 18px;
  color: var(--textcolor);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}
.pro-range-info {
  flex: 1;
  padding-left: 20px;
}
.pro-range-wrap:hover .view-link {
  color: var(--theme);
}
.pro-range-wrap .pro-range-item img {
  transition: filter 0.3s, transform 0.5s cubic-bezier(0.63, 0.24, 0.26, 0.91);
  filter: saturate(100%);
  max-width: 90px;
}
.pro-range-wrap:hover .pro-range-item img {
  filter: saturate(0%);
  transform: translateX(3px) scale(1.01);
}
.view-link {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  line-height: 1.2;
}
.view-link i {
  font-weight: 600;
  margin-left: 5px;
  line-height: 100%;
  font-size: 15px;
  display: inline-block;
  margin-top: -1px;
}
.exp-all {
  margin-bottom: 5px;
}
/*  tabs- section */
.light-bg {
  background: #f4f4f4;
  position: relative;
  z-index: 1;
}
.resp-tabs-list {
  margin: 0;
  padding: 0;
}
.resp-tabs-list li::before,
.tabs li::before,
.slick-dots li::before {
  content: none;
}
.resp-vtabs .resp-tabs-list li:after {
  content: none;
}
.tab-item {
  padding: 5px;
  height: 570px;
}
.tab-item .tab-video-item {
  width: 100%;
  height: calc(100% - 100px);
}
.tab-item .tab-video-item video {
  object-fit: cover;
}
.tab-item .text-center:has(.button.button-theme) {
  margin-top: 25px;
}
.tabs-section .heading-40:has(+ p) {
  margin-bottom: 10px;
}
.tabs-section .heading-40 + p {
  margin-bottom: 40px;
}
.tabs-section .resp-tabs-container {
  margin-top: -120px;
}
.tabs-section .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
/*  PROduct section */
.feature-pro-section {
  position: relative;
  z-index: 1;
  background-color: #2d2d2d;
  padding: 100px 0;
}
.feature-pro-section > img.bgimg {
  opacity: 0.2;
  height: 100%;
}
.brd-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.key-feature-wrapper {
  padding: 10px 0;
}
.key-feature-wrapper.slick-slider {
  display: block;
}
.key-feature-wrapper .key-item img {
  margin-right: 10px;
  display: inline-block;
}
.key-feature-wrapper.slick-slider .key-item,
.key-feature-wrapper > .key-item {
  display: inline-flex !important;
  align-items: center;
}
.key-item span {
  width: calc(100% - 60px);
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--textcolor);
}
.brd_section {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.brd_section .woo_breadcums {
  text-align: left;
  padding: 10px 0;
}
.brd_section .woo_breadcums li,
.brd_section .woo_breadcums li span a {
  color: var(--secondary);
}
.contact-left ul.contact-info li a:hover {
  color: var(--theme);
}
/* Footer STYLE */
.footer-cta-wrapper {
  background-color: #f4f4f4;
  padding: 40px 0;
}
.ft-cta-left {
  width: 55%;
}
.ft-cta-left .cta-heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}
.ft-cta-left .cta-heading span {
  font-weight: bold;
}
.cta-btn-list .btn-product {
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
}
.cta-btn-list {
  column-gap: 20px;
  display: flex;
  width: 45%;
  justify-content: flex-end;
}
.footer-bg {
  background-color: #2d2d2d;
}
.secondary-bg {
  background-color: #292828;
}
.pdtb-30 {
  padding: 30px 0;
}
.footer-bottom {
  padding: 20px 0;
  color: var(--white);
}
.ft-bottom-links a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.ft-bottom-links a:not(:last-of-type) {
  padding-right: 40px;
}
.ft-bottom-links a:not(:last-of-type):before {
  position: absolute;
  content: "";
  background-color: var(--white);
  height: 100%;
  width: 1px;
  right: 18px;
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}
.footer-main-links {
  display: inline-flex;
  flex: 1;
  margin: 0 auto 0 0;
  align-items: center;
  justify-content: flex-end;
}
.footer-main-links ul.footer-links,
.footer-product-links ul.footer-links {
  display: flex;
  margin: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
.footer-main-links ul.footer-links li {
  margin: 0;
}
.ft-bottom-links a:hover {
  color: var(--theme);
}
.footer-main-links ul.footer-links li:not(:last-of-type) {
  margin-right: 50px;
}
.footer-main-links ul.footer-links li a,
.footer-product-links ul li a {
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.footer-main-links ul.footer-links li a::after,
.footer-product-links ul li a::after,
.view-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--theme);
  transition: width 0.3s;
}
.footer-main-links ul.footer-links li:hover > a::after,
.footer-product-links ul li:hover > a::after,
.view-link:hover::after,
.pro-range-info:hover .view-link::after {
  width: 100%;
}
.footer-signup-block {
  width: 32%;
  padding-right: 140px;
}
.footer-signup-block .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.footer-top-wrapper {
  padding-top: 75px;
}
.footer-product-links ul li.view-all a {
  font-size: 12px;
  text-decoration: underline;
}
.footer-main-links ul.footer-links li:hover > a,
.footer-product-links ul li:hover > a,
.footer-product-links ul li.active > a,
.footer-main-links ul.footer-links li.active > a {
  color: var(--theme);
}
.footer-top-wrapper > [class*="footer-"]:not(:first-child) {
  padding-left: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 22%;
  margin-bottom: 60px;
}
.footer-product-links ul.footer-links li {
  width: 100%;
  line-height: 1.2;
}
.ft-heading {
  font-size: 30px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.footer-signup-block p,
.footer-product-links ul.footer-links li a {
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
}
.ft-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--white);
  font-weight: bold;
}
.footer-signup-block form .form-control {
  margin-bottom: 0px;
  font-size: 14px;
  color: #2d2d2d;
}
.footer-signup-block form .btn-submit,
.wc-block-components-button {
  background-color: var(--theme);
  color: var(--white);
  min-width: 150px;
  border-radius: 23px;
  border: 0;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter";
  padding: 13px 15px;
  border: 2px solid transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.2;
}
.footer-signup-block form .btn-submit:hover,
.wc-block-components-button:hover {
  background-color: var(--white);
  border-color: var(--theme);
  color: var(--theme);
}
.footer-get-info .contact-info {
  margin: 0;
  list-style-type: none;
}
.footer-get-info .contact-info li a.btn-linkedin:hover {
  color: #0177b6;
  background-color: var(--white);
  border-color: #0177b6;
}
.contact-info li {
  display: flex;
  color: var(--white);
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 14px;
}
.contact-info li address {
  max-width: 150px;
  line-height: 24px;
}
.contact-info li img {
  margin-right: 10px;
  margin-top: 5px;
}
.contact-info li label {
  margin-bottom: 5px;
  display: block;
}
.contact-info li a {
  color: var(--white);
  text-decoration: none;
}
.btn-linkedin {
  background-color: #0177b6;
  min-width: 140px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.24rem;
  border-radius: 20px;
  border: 2px solid transparent;
}
.contact-info li a.btn-linkedin img {
  margin: 0 10px 0 0;
  /* transition: filter 0.1s all; */
}
.contact-left ul.contact-info li a.btn-linkedin:hover {
  color: #0177b6;
}
.contact-left ul.contact-info li a.btn-linkedin:hover {
  background-color: var(--white);
  border-color: #0177b6;
  color: #0177b6;
}
.contact-info li a.btn-linkedin:hover img {
  filter: invert(73%) sepia(150%) saturate(3659%) hue-rotate(184deg)
    brightness(99%) contrast(89%);
}
.contact-info li a:hover,
.footer-product-links ul.footer-links li:hover > a,
.footer-product-links ul.footer-links li.active > a {
  color: var(--theme);
}
.product-listing-grid li:hover {
  border-color: var(--theme);
}
/*  animation */
@keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotateText {
  0% {
    -moz-transform: rotate(-360deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes rotateText {
  0% {
    -ms-transform: rotate(-360deg);
  }

  100% {
    -ms-transform: rotate(0deg);
  }
}

/********---------- product list---------*********/

/*---------*/

.arrow-top .slick-next {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-right: 10px;
}

.arrow-top .slick-prev {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-left: -95px;
  left: 100%;
}
.slick-dots li button {
  border: 2px solid #707070;
}
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: none;
}
/* comon content block */
.hm-item {
  width: 680px;
}
.hm-content {
  width: calc(100% - 680px);
  padding-right: 100px;
}
.hm-content .heading-40 span {
  display: inline-block;
}
.flex-container.flex-row-reverse .hm-content {
  padding-left: 100px;
  padding-right: 0;
}
.hm-content p:has(+ hr) strong {
  font-weight: 600;
  color: #2d2d2d;
}
.hm-content p + hr {
  padding-bottom: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.ft-600-text {
  font-weight: 600;
}
.about-special-text {
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.about-special-text:before {
  position: absolute;
  content: "";
  border-left: 4px solid var(--theme);
  left: 0;
  top: 8px;
  height: calc(100% - 12px);
}

.counter-item .num {
  font-size: 60px;
  color: var(--theme);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.counter-item .counter-name {
  font-size: 16px;
  line-height: 1.2;
}
.counter-item:not(:last-of-type) {
  margin-right: 100px;
}
.hm-about-item {
  width: 760px;
}
.hm-about-item > img:first-of-type {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}
.hm-about-content {
  width: calc(100% - 760px);
}
.about-bottom-panel {
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 30px 90px;
}
.hm-about-content {
  padding: 80px 100px;
  border: 1px solid var(--theme);
  border-left: 0;
}
.heading-36 {
  font-size: 36px;
}
.heading-34 {
  font-size: 34px;
}
.hmcl-content-left {
  width: 45%;
}
.hm-cl-item {
  width: 50%;
  text-align: right;
  position: relative;
}
.hmcl-content-left .cl-content {
  border-left: 4px solid var(--theme);
  padding-left: 40px;
  padding-top: 40px;
}
.hmcl-content-left .cl-content p {
  font-size: 18px;
  line-height: 26px;
}
.hmcl-content-left .cl-content .qt-icon,
.hm-content-about .cl-content .qt-icon {
  margin-bottom: 15px;
}
.hm-cl-item .exp-badge {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.cl-name {
  color: #252a2a;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
  line-height: 1.2;
}
.cl-name:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  top: 0;
  background-color: #2d2d2d;
}
.hm-about-content {
  flex: 1;
  padding: 60px 100px 60px 120px;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
.hm-about-content .heading-36 {
  font-size: 36px;
}
.hmcl-content-left .js-cl-slider .slick-dots {
  display: none !important;
}

/* services css */
.flex-container.flex-row-reverse .hm-content.service-content {
  padding-right: 100px;
}
.service-content ul.dlist li {
  padding-right: 50px;
}
/*  home faq  */
.faq-left-block {
  width: 37%;
}
.faq-left-block .heading-40 {
  margin-bottom: 15px;
}
.hm-faq-block {
  width: 50%;
}
.faq_accordion .accordion_in.acc_active .faq-head {
  color: var(--theme);
}
/*  ARES list */
.areas-list li a,
.areas-list li {
  color: #2d2d2d;
}
.areas-list li {
  position: relative;
  padding-left: 25px;
}
.areas-list li::before {
  position: absolute;
  content: "";
  background: url(../images/map-marker.svg) no-repeat;
  top: 7px;
  left: 0;
  width: 12px;
  height: 15px;
  filter: invert(1) brightness(0);
}
.areas-list {
  list-style-type: none;
  margin: 0;
}
.areas-list li a {
  text-decoration: none;
}
.areas-list li a span {
  display: block;
  font-weight: 600;
}
.list-inline {
  display: flex;
  flex-wrap: wrap;
}
.list-inline li {
  width: calc(50% - 30px);
}
.list-inline li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.list-inline li:nth-child(odd) {
  margin-right: 30px;
}
/* media query */
@media (min-width: 576px) {
  .mobile-show {
    display: none;
  }
}
@media (min-width: 991px) {
  .hm-item,
  .sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
}
@media (max-width: 1599.98px) {
  .cta-section {
    padding: 100px 0;
  }
  .hm-about-content {
    padding: 50px;
  }

  .pro-range-item {
    width: 130px;
  }
  .pro-range-grid-wrapper .pro-range-wrap {
    padding: 15px 10px;
  }
  .pro-range-info {
    padding-left: 15px;
  }
  .pro-range-grid-wrapper {
    grid-gap: 20px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-left: 50px;
  }
  .footer-signup-block {
    width: 30%;
    padding-right: 40px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    width: 23.33%;
  }
  .hm-faq-block {
    width: 60%;
  }
  .enq-form-wrapper {
    padding: 80px;
  }
  .feature-pro-section {
    padding-bottom: 80px;
  }
  .service-content ul.dlist li {
    padding-right: 20px;
  }
}
@media (max-width: 1439.98px) {
  .key-feature-wrapper > .key-item:not(:nth-child(-n + 3)) {
    display: none !important;
  }
  .pro-range-grid-wrapper,
  .product-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-listing-grid {
    gap: 20px;
  }
  .product-listing-grid li .button-outline {
    padding: 15px 20px;
  }
  .hm-item {
    width: 50%;
  }
  .hm-content {
    width: 50%;
    padding-right: 50px;
  }
  .flex-container.flex-row-reverse .hm-content {
    padding-left: 50px;
  }
  .flex-container.flex-row-reverse .hm-content.service-content {
    padding-right: 50px;
  }
  .hm-about-content {
    padding: 40px;
  }
  .hm-about-item {
    width: 50%;
    overflow: hidden;
  }
  .hm-about-content {
    padding: 40px;
  }
  .hm-about-content .heading-36,
  .heading-36 {
    font-size: 32px;
  }
  .about-bottom-panel {
    padding: 30px 50px;
  }
  .two-column li {
    width: 100%;
  }
  .service-content ul.dlist li {
    padding-right: 0px;
  }
  .counter-item .num {
    font-size: 46px;
  }
  .counter-item:not(:last-of-type) {
    margin-right: 60px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    margin-bottom: 50px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-left: 40px;
  }
  .ft-heading {
    font-size: 28px;
  }
  .footer-top-wrapper {
    padding-top: 50px;
  }
  .footer-main-links ul.footer-links li:not(:last-of-type) {
    margin-right: 40px;
  }
  .cta-section {
    padding: 60px 0;
  }
  .enq-form-wrapper {
    padding: 80px;
  }
  .feature-pro-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .inner-banner {
    min-height: 350px;
    padding-top: 63px;
  }
  .about-bottom-panel {
    padding: 30px;
  }
  .counter-item:not(:last-of-type) {
    margin-right: 30px;
  }
  .counter-item .num {
    font-size: 42px;
  }
  .cta-section {
    padding: 60px 0;
  }
  .product-listing-grid li {
    padding: 20px 15px 30px;
  }
  .feature-pro-section {
    padding-bottom: 40px;
  }
  .tabs-section .resp-tabs-container {
    margin-top: 0;
  }
  .hm-about-content .heading-36,
  .heading-36 {
    font-size: 30px;
  }
  .hmcl-content-left .cl-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .hmcl-content-left .cl-content {
    padding-left: 30px;
    padding-top: 30px;
  }
  .tab-item {
    height: 500px;
  }
  .ft-cta-left,
  .cta-btn-list {
    width: 50%;
  }

  .flex-container.flex-row-reverse .hm-content {
    padding-left: 40px;
  }
  .ft-cta-left .cta-heading {
    font-size: 32px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    margin-bottom: 40px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-left: 20px;
  }
  .ft-heading {
    font-size: 26px;
  }
  .footer-top-wrapper {
    padding-top: 40px;
  }
  .footer-main-links ul.footer-links li:not(:last-of-type) {
    margin-right: 15px;
  }
  .ft-bottom-links a:not(:last-of-type) {
    padding-right: 20px;
  }
  .ft-bottom-links a:not(:last-of-type):before {
    right: 8px;
  }
  .enq-form-wrapper {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .ft-cta-left,
  .cta-btn-list,
  .cta-btn-list,
  .hm-content,
  .hm-item,
  .hm-about-item,
  .hm-about-content,
  .hmcl-content-left,
  .hm-cl-item,
  .hm-faq-block,
  .faq-left-block {
    width: 100%;
  }
  .pro-range-grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hm-about-item > img:first-of-type {
    max-width: 100%;
  }
  .hm-cl-item {
    text-align: center;
  }
  .hm-about-content {
    flex: 0 100%;
    border: 1px solid var(--theme);
  }
  .hm-about-content .heading-36,
  .heading-36 {
    font-size: 26px;
  }
  .feature-pro-section {
    padding-top: 70px;
  }
  .hm-content ul.dlist:last-child {
    margin-bottom: 0;
  }
  .key-feature-wrapper > .key-item:not(:nth-child(-n + 2)) {
    display: none !important;
  }
  .tab-item {
    padding: 5px;
  }
  .exp-all.mobile-hide {
    display: none !important;
  }
  .exp-all.mobile-show {
    display: block !important;
  }

  .flex-container.flex-row-reverse .hm-content {
    padding-left: 0px;
  }
  .key-feature-wrapper .key-item img {
    margin-right: 5px;
  }
  .cta-section .shape-side-right,
  .shape-wrapper .shape-side-right.top-right {
    display: none;
  }
  .pro-range-grid-wrapper {
    grid-gap: 15px;
  }
  .hm-content {
    padding-right: 0;
  }
  .cta-section {
    padding: 40px 0;
  }
  .list-inline li:not(:nth-last-child(2):nth-child(odd)) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .list-inline li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .footer-cta-wrapper {
    text-align: center;
  }
  .product-listing-grid li .pro-code {
    font-size: 18px;
  }
  .cta-btn-list {
    justify-content: center;
    margin-top: 30px;
  }
  .ft-cta-left .cta-heading {
    font-size: 28px;
  }
  .footer-signup-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    width: 33.33%;
  }
  .footer-top-wrapper .footer-get-info {
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .footer-main-links {
    flex: 1 100%;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
  }
  .footer-bg .logo {
    margin: 0 auto;
  }
  .footer-main-links ul.footer-links {
    justify-content: center;
  }
  main ul:last-of-type,
  main ul:last-of-type > li:last-of-type {
    margin-bottom: 0;
  }
  .enq-form-wrapper {
    padding: 30px;
  }
  .counter-item .num {
    font-size: 34px;
  }
  .about-bottom-panel {
    padding: 20px;
  }
  .hm-about-content .heading-36,
  .heading-36 {
    font-size: 22px;
  }
  .hm-about-content {
    padding: 30px;
  }
  .js-cl-slider.slick-slider {
    margin-bottom: 0;
  }
  .ft-20 p {
    font-size: 18px;
    line-height: 26px;
  }
  .light-bg .flex-container .hm-content {
    margin-bottom: 40px;
  }
  .flex-container.flex-row-reverse .hm-content.service-content {
    padding-right: 0;
  }
  .light-bg.relative .shape-side-right,
  .left-bottom-shape {
    display: none;
  }
  .product-range-section .heading-40 {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .inner-banner {
    padding-top: 108px;
  }
  .pro-range-item {
    width: 100px;
  }
  .pro-range-title,
  .product-listing-grid li .pro-code {
    font-size: 16px;
  }
  .view-link i {
    font-size: 14px;
    margin-top: 0px;
  }
  .tab-item {
    height: 400px;
  }
  .pro-range-grid-wrapper {
    grid-gap: 10px;
  }
  .product-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .about-bottom-panel {
    padding: 15px;
  }
  .hm-cl-item .exp-badge {
    width: 120px;
  }
  .feature-pro-section {
    padding-top: 60px;
  }
  .list-inline li:not(:nth-last-child(2):nth-child(odd)) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .list-inline li:nth-child(odd) {
    margin-right: 20px;
  }
  .light-bg .flex-container .hm-content {
    margin-bottom: 30px;
  }
  .footer-bottom .justify-content-between {
    justify-content: center !important;
  }
  .footer-cta-wrapper {
    padding: 30px 0;
  }
  .ft-cta-left .cta-heading {
    font-size: 24px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    width: 100%;
  }
  .footer-get-info .contact-info {
    column-count: 3;
    -webkit-column-break-inside: avoid;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgb(208 208 208 / 21%);
    padding-top: 30px;
  }
  .footer-product-links ul.footer-links > li {
    width: 48%;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    margin-bottom: 30px;
  }
  .footer-main-links ul.footer-links li {
    margin-bottom: 10px;
  }
  .pdtb-30 {
    padding: 30px 0 20px;
  }
  .footer-bottom p {
    text-align: center;
  }
  .footer-main-links ul.footer-links li a,
  .footer-product-links ul li a {
    font-size: 14px;
  }
  .counter-item .num {
    font-size: 30px;
  }
  .hm-about-content .heading-36 {
    font-size: 20px;
  }
  .hm-about-content {
    padding: 20px;
  }
  .hmcl-content-left .cl-content p {
    font-size: 16px;
  }
  .hmcl-content-left .cl-content {
    padding-left: 20px;
    padding-top: 0;
  }
  .ft-20 p {
    font-size: 16px;
    line-height: 24px;
  }
  .map-section iframe {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .key-feature-wrapper > .key-item:not(:nth-child(-n + 1)) {
    display: none !important;
  }
  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.16;
  }
  p,
  ol li,
  ul li,
  .content-area ul li,
  ul.dlist li {
    font-size: 14px;
    line-height: 22px;
  }
  .content-area ul li,
  ul.dlist li {
    padding-left: 25px;
  }
  .content-area ul li:before,
  ul.dlist li::before {
    top: 5px;
    width: 15px;
    height: 15px;
    background-size: 100%;
  }
  .pro-range-item {
    width: 70px;
  }
  .pro-range-grid-wrapper .pro-range-wrap {
    padding: 10px;
    text-align: center;
    flex-wrap: wrap;
  }
  .product-listing-grid {
    gap: 10px;
  }
  .pro-range-item {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
  }
  .pro-range-info {
    padding-left: 0;
    flex: 0 100%;
  }
  .secondary-bg.pdtb-30 {
    padding: 25px 0 10px;
  }
  .counter-item .counter-name {
    font-size: 14px;
  }
  .counter-item .num {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .enq-form-wrapper .heading-40 + p:last-of-type {
    margin-bottom: 20px;
  }
  .form-group.width50 {
    width: 100%;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .ft-cta-left .cta-heading {
    font-size: 20px;
  }
  .cta-btn-list .btn-product {
    width: calc(50% - 10px);
  }
  .footer-get-info .contact-info {
    column-count: 1;
  }
  .footer-get-info .contact-info > li {
    break-inside: avoid-column;
  }
  .footer-product-links ul.footer-links > li {
    width: 100%;
  }
  .footer-product-links ul.footer-links {
    display: none;
  }
  .footer-get-info .contact-info > li address {
    max-width: 100%;
  }
  .ft-title.showhide + .footer-links {
    display: block;
    padding-top: 20px;
  }
  .footer-product-links .ft-title {
    margin-bottom: 0;
    position: relative;
  }
  .footer-product-links .ft-title::after,
  .footer-product-links .ft-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 0px 0px;
    background: #ffffff;
    border-radius: 2px;
  }
  .footer-product-links .ft-title::before {
    right: 9px;
    width: 2px;
    height: 20px;
    transition: all 300ms;
    margin-top: -9px;
    background: #ffffff;
  }
  .footer-product-links .ft-title::after {
    width: 20px;
    height: 2px;
  }
  .footer-top-wrapper > [class*="footer-"]:not(:first-child) {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .footer-product-links .ft-title.showhide::before {
    content: none;
  }
  .footer-get-info {
    margin-bottom: 0;
  }
  .hm-about-content .heading-36 {
    font-size: 18px;
  }
  .btnlist li,
  .btnlist .button {
    margin: 0px 5px;
  }
  .btnlist {
    margin: 0 -5px;
  }
  .button {
    padding: 12px 20px;
  }
  .hm-cl-item .exp-badge {
    width: 100px;
  }
  .ft-20 p {
    font-size: 14px;
    line-height: 20px;
  }
  .list-inline li:last-of-type {
    margin-bottom: 0;
  }
  .list-inline li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .areas-list li {
    padding-left: 20px;
  }
  .enq-form-wrapper {
    padding: 20px;
  }

  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .exp-all.mobile-show {
    text-align: center;
    margin-top: 20px;
  }
  .hmcl-content-left .cl-content p,
  .ft-bottom-links a {
    font-size: 14px;
  }
  .feature-pro-section {
    padding-top: 50px;
  }
  .list-inline li:nth-child(odd) {
    margin-right: 10px;
  }
  .cta-section .heading-40,
  .heading-36 {
    font-size: 22px;
  }
  .product-listing-grid li {
    padding: 20px 10px 20px;
  }
  .product-listing-grid li .pro-code {
    font-size: 14px;
  }
  .product-listing-grid li .product-title {
    font-size: 15px;
    height: 38px;
  }
  .button-border > img,
  .button i {
    margin-left: 5px;
  }
}

.product-listing-grid.product-slider .slick-track,
.product-slider .product-listing-grid.slick-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.product-listing-grid.product-slider .slick-track .slick-slide,
.product-slider .product-listing-grid.slick-slider .slick-track .slick-slide {
  height: auto;
}
.product-listing-grid.product-slider .slick-track .slick-slide > div,
.product-slider
  .product-listing-grid.slick-slider
  .slick-track
  .slick-slide
  > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.map-section {
  line-height: 0;
}
.cl-bottom-testimonial {
  position: relative;
  z-index: 1;
}

.submit-block .wpcf7-spinner {
  right: 8px;
  z-index: 1;
  top: 11px;
}

.hm-faq-section {
  position: relative;
  z-index: 2;
}

.shape-wrapper {
  position: relative;
}
.shape-wrapper .shape-side-right.top-right {
  position: absolute;
  top: -35%;
  right: -2%;
  z-index: 0;
}
