@font-face {
  font-family: "Momo Trust Sans";
  src: url("../fonts/MomoTrustSans-ExtraBold.eot");
  src:
    url("../fonts/MomoTrustSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MomoTrustSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/MomoTrustSans-ExtraBold.woff") format("woff"),
    url("../fonts/MomoTrustSans-ExtraBold.ttf") format("truetype"),
    url("../fonts/MomoTrustSans-ExtraBold.svg#MomoTrustSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Momo Trust Sans";
  src: url("../fonts/MomoTrustSans-Regular.eot");
  src:
    url("../fonts/MomoTrustSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MomoTrustSans-Regular.woff2") format("woff2"),
    url("../fonts/MomoTrustSans-Regular.woff") format("woff"),
    url("../fonts/MomoTrustSans-Regular.ttf") format("truetype"),
    url("../fonts/MomoTrustSans-Regular.svg#MomoTrustSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Momo Trust Sans";
  src: url("../fonts/MomoTrustSans-Bold.eot");
  src:
    url("../fonts/MomoTrustSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MomoTrustSans-Bold.woff2") format("woff2"),
    url("../fonts/MomoTrustSans-Bold.woff") format("woff"),
    url("../fonts/MomoTrustSans-Bold.ttf") format("truetype"),
    url("../fonts/MomoTrustSans-Bold.svg#MomoTrustSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Momo Trust Sans";
  src: url("../fonts/MomoTrustSans-Medium.eot");
  src:
    url("../fonts/MomoTrustSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MomoTrustSans-Medium.woff2") format("woff2"),
    url("../fonts/MomoTrustSans-Medium.woff") format("woff"),
    url("../fonts/MomoTrustSans-Medium.ttf") format("truetype"),
    url("../fonts/MomoTrustSans-Medium.svg#MomoTrustSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Momo Trust Sans";
  src: url("../fonts/MomoTrustSans-SemiBold.eot");
  src:
    url("../fonts/MomoTrustSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MomoTrustSans-SemiBold.woff2") format("woff2"),
    url("../fonts/MomoTrustSans-SemiBold.woff") format("woff"),
    url("../fonts/MomoTrustSans-SemiBold.ttf") format("truetype"),
    url("../fonts/MomoTrustSans-SemiBold.svg#MomoTrustSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.eot");
  src:
    url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"),
    url("../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* variable css */
body {
  line-height: 24px;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
}

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: #202020;
  /* text-transform: capitalize; */
  font-size: 14px;
  letter-spacing: 0.14px;
  font-family: var(--font-body-family);
  font-weight: 400;
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8fadb9;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-family: var(--font-body-family);
  font-weight: 400;
}

:-ms-input-placeholder,
textarea::placeholder {
  color: #8fadb9;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-family: var(--font-body-family);
  font-weight: 400;
}

/*  select option  */
.form-group.width50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.row {
  /* margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap; */
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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;
  font-family: var(--font-body-family);
}

textarea {
  resize: none;
  min-height: 180px;
  overflow: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 14px;
  letter-spacing: 0.14px;
}

.form-group {
  margin-bottom: 25px;
  width: 100%;
  clear: both;
  min-height: 50px;
}

.form-group50 {
  width: calc(50% - 12px);
}

.form-control {
  width: 100%;
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid #343434;
  color: #202020;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  border-radius: 6px !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-family: var(--font-body-family);
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  height: 52px;
}

.form-group input:not([type="checkbox"]):not([type="radio"]),
.form-group .form-control {
  min-width: 100%;
}

select.form-control {
  background: var(--white) url(../images/select-arrow.svg) no-repeat right 15px top 22px;
  padding-right: 40px;
}

#enquirenow select.form-control {
  background: var(--secondary) url(../images/select-arrow.svg) no-repeat right 15px top 16px;
}

textarea.form-control {
  height: auto;
  min-height: 180px;
}

.form-control:focus {
  border-color: var(--theme);
  box-shadow: inset 0px 0px 1.5px 1.5px rgb(255 255 255 / 70%);
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.form-group label {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.16px;
  color: var(--white);
  line-height: 1.1;
  margin: 5px 0 8px;
  display: block;
}

.radiobtndiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.submit_btn {
  width: 100%;
}

.submit_btn input.btnsubmit {
  font-size: 16px;
  font-weight: bold;
  color: var(--bgblack);
  width: 100%;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--white);
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.submit_btn input.btnsubmit:hover {
  background: var(--theme);
  border-color: var(--theme);
}

.contact_right .wpcf7-form.request_form .submit-block input[type="submit"],
.form-popup-content .submit-block .button-submit {
  background: var(--theme) !important;
  border: 1px solid var(--theme) !important;
  margin-top: 15px;
}

.contact_right .wpcf7-form.request_form .submit-block input[type="submit"]:hover,
.form-popup-content .submit-block .button-submit:hover {
  background: var(--black) !important;
  border-color: var(--black) !important;
}

/*  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 var(--theme);
  background-color: var(--theme);
}

/* arrow */
.slick-next,
.slick-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #707070;
  border-radius: 100%;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: var(--white);
  border: 1px solid var(--white);
}

.slick-next:hover:before,
.slick-prev:hover:before {
  filter: invert(1) brightness(100);
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  opacity: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.slick-next:before {
  content: "";
  margin-left: 0;
  background: url("../images/svg/arrow-right.svg") no-repeat top 50% left -7px var(--white);

}

.slick-prev:before {
  content: "";
  margin-left: 0;
  background: url("../images/svg/arrow-left.svg") no-repeat top 50% left -5px var(--white);
}

.slick-prev {
  left: -44px;
  z-index: 1;
}

.slick-next {
  right: -44px;
  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);
  /* filter: invert(1) brightness(10); */
}

.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;
}

.arrow-top .slick-prev,
.arrow-top .slick-next {
  top: 0;
  margin-top: -110px;
}

/*-----BUTTONS-----*/
.center {
  text-align: center;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.button {
  font-size: 16px;
  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: var(--white);
  min-height: auto;
  cursor: pointer;
  min-width: auto;
  font-family: var(--font-body-family);
  border: 0;
  background: #202020;
  font-weight: var(--font-weight-bold);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 54px;
  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: 0px;
  text-transform: uppercase;

  &:hover {
    background: var(--dark-theme);
  }
}

.button-theme {
  background-color: #f90000;

  &:hover {
    background-color: #202020;
  }
}

.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;
}

.sub-btnblk {
  display: block;
  width: 100%;
}

.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;
  background: transparent linear-gradient(90deg, #289744 0%, #00663f 100%) 0% 0% no-repeat padding-box;
  color: var(--white);
  min-width: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  z-index: 1;
  cursor: pointer;
  padding: 18px 45px;
  font-family: var(--font-body-family);
  border: 0;
  width: 100%;
  border-radius: 0px;
}

.btn-row a i,
.btn-outline i,
button img,
.button img,
.button i {
  margin: 0 10px 0 0px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  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 i {
  margin: 0 0 0 10px;
}

.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;
}

.btnlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0
    /*-10px*/
  ;
  gap: 10px 20px;
}

.border-radius-2x,
.service-item>img {
  border-radius: 20px;
}

.img-wrap {
  position: relative;

  &:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 195px;
    bottom: 0;
    background: transparent linear-gradient(180deg, #20202000 0%, #000000ad 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    left: 0;
    z-index: 0;
  }

  >img {
    width: 100%;
  }

  & .img-tag-list {
    position: absolute;
    background-color: var(--white);
    border-radius: 8px;
    padding: 20px;
    bottom: 20px;
    left: 25px;
    right: 25px;
    gap: 20px;
    display: flex;
    z-index: 1;
  }
}

/*---- theme content  ul,ol heading styling -------*/

.relative {
  position: relative;
}

a {
  text-decoration: none;
}

p,
ol li,
ul li {
  font-size: 16px;
  color: var(--textcolor);
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: normal;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

p a,
p span,
ul li a,
ol li a {
  text-decoration: underline;
  display: inline-block;
  text-underline-position: under;
  color: var(--dark-theme);
}

p span {
  color: initial;
  text-decoration: none;
}

p a:hover {
  color: var(--theme);
}

.content-wrapper p:has(strong) {
  font-size: 20px;
}

/* ********|| UL , OL  ||******** */

.content-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  margin: 5px 0 30px 0;
}

.content-wrapper ol {
  margin-bottom: 30px;
}

.content-wrapper ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  color: var(--textcolor);
  letter-spacing: 0px;
  font-weight: normal;

  & a {
    text-decoration: none;
  }
}

.content-wrapper ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: url(../images/svg/arrow-list.svg) no-repeat left;

  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.content-wrapper ul li:not(:last-child) {
  margin-bottom: 10px;
}

.content-wrapper ul li strong {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 3px;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--textcolor);
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.heading-46 {
  font-size: clamp(1.5rem, 1.225rem + 1.375vw, 2.875rem);
}

.heading-40,
h2 {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  line-height: 1.2;
}

.heading-36 {
  font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
}

.sub-heading-30 {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  color: var(--dark-theme);
}

.heading-30,
h3 {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}

.header-tag {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: var(--theme);
  text-transform: uppercase;
}

.fw-500 {
  font-weight: var(--font-weight-medium);
}

.fw-600 {
  font-weight: var(--font-weight-semibold);
}

.fw-bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize !important;
}

.divider {
  border-top: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 100px;
}

.text-white,
.what-we-section p,
.what-we-section .heading-20,
.what-we-section .heading-50,
.why-choose-section .content-block p,
.why-choose-section .content-block ul li,
.about-dark-section p {
  color: var(--white) !important;
}

.heading-20,
h4,
h5 {
  font-size: 20px;
}

.line-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;

  &::after {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 10%);
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-left: 25px;
    bottom: 30px;
  }

  & [class*="heading-"] {
    display: inline-block;
  }
}

.small-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-theme);
}

.button-outline {
  border: 2px solid var(--white);
  background-color: rgb(0 0 0 / 30%);
}

.heading-28 {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
}

.dark-blue-bg {
  background-color: var(--dark-theme);
}

.grey-bg {
  background-color: var(--grey);
}

.why-choose-section.content-wrapper ul li:before {
  filter: invert(1) brightness(100);
}

.about-servie-column-list {
  column-count: 2;
}

/* HOME SERVICE  */
.hm-service.lowertornflip {
  padding-top: 180px;
}

.service-grig-listing {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;

  & .wide-block {
    grid-column: span 3;
    overflow: hidden;
  }

  & .service-col-3 {
    grid-column: span 2;
    overflow: hidden;
  }

  & .service-wrap {
    position: relative;
    overflow: hidden;

    &::after {
      position: absolute;
      content: "";
      background: transparent linear-gradient(180deg, #10101000 0%, #00000082 100%) 0% 0% no-repeat padding-box;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 20px;
    }

    &::before {
      content: "";
      position: absolute;
      width: 200%;
      height: 0%;
      left: 50%;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      transform: translate(-50%, -50%) rotate(-45deg);
      z-index: 1;
    }

    & .service-caption {
      position: absolute;
      bottom: 0;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      width: 100%;
      flex-direction: column;
      justify-content: flex-end;
      z-index: 1;

      & .service-tag {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--white);
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 10px;

        &::after {
          position: absolute;
          content: "";
          width: 26px;
          height: 2px;
          background-color: var(--white);
          bottom: 10px;
          left: 0;
        }
      }

      & .service-title {
        font-size: 26px;
        color: var(--white);
        text-transform: uppercase;
        font-weight: bold;
      }
    }

    &:hover {
      & img {
        transition: all 0.6s ease-in-out;
        transform: scale(1.06);
      }

      &::before {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
      }
    }
  }

  & .service-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;

    >img {
      transition: all 0.6s ease-in-out;
    }
  }
}

.header-top-wrap {
  max-width: 450px;
  margin-bottom: 50px;

  & .heading-46 {
    margin-bottom: 0;
  }
}

.flex-container:has(.header-top-wrap) {
  align-items: center;
}

/* request form section styles start */
.requestform_sec {
  background: var(--textcolor);
  /* padding: 100px 0; */
  margin-bottom: 120px;
  padding-bottom: 0px;

  &:before {
    bottom: -120px;
    top: inherit !important;
    z-index: 1 !important;
    filter: grayscale(0) brightness(0);
    opacity: 0.875 !important;
  }

  & .form-control {
    /* color: ; */
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .reqfrm_left {
      width: calc(100% - 800px);
      padding-right: 100px;

      .heading-46,
      & p {
        color: var(--white);
      }
    }

    .reqfrm_right {
      width: 800px;

      & form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .formwidth50 {
          width: 48%;
        }

        /* .submit-block {
          width: 100%;
        } */
      }
    }
  }
}

.fileinputs {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--site-font-family);
  transition: all 0.5s ease-in-out;
  padding: 0px;
  color: #d9d9d9;
  min-height: 52px;
  font-weight: 300;
  /* background: url('../images/svg/upload.svg') no-repeat top 15px right 20px transparent; */
  border: 1px dashed #333333;

  & span.wpcf7-form-control-wrap {
    height: 100%;
    display: block;
  }

  & input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px dotted var(--themecolor);
  }
}

.fileinputs .fakefile {
  letter-spacing: 0.28px;
  color: #202020;
  background: url("../images/svg/upload.svg") no-repeat top 15px right 20px var(--white);
  border-radius: 6px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
}

.filename {
  color: #202020;
  position: absolute;
  top: 15px;
  left: 10px;
}

/* for checkbox styles */
.formcontainer {
  display: inline-block;
  position: relative;
  padding: 5px 0 0 25px;
  margin: 0 20px 20px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmarkradio {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}

.formcontainer:hover input~.checkmarkradio {
  background-color: #ccc;
}

.formcontainer input:checked~.checkmarkradio {
  background-color: #fff;
}

.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

.formcontainer input:checked~.checkmarkradio:after {
  display: block;
}

.formcontainer .checkmarkradio:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.checkbxdiv label {
  font-size: 14px;
  margin-bottom: 20px;
}

.checkbxdiv {
  & label.fullwidth {
    margin-bottom: 10px;
  }
}

.form-group.message_area {
  textarea.form-control {
    min-height: 202px;
  }
}

.form-group.width100.checkbxdiv {
  margin: 25px 0 0 0;
  /* background: green; */
  display: flex;
  flex-wrap: wrap;
}


label.fullwidth {
  width: 100%;
  font-weight: 700;
}

.reqfrm_right form {
  .submit-block {
    position: relative;

    & input[type="submit"] {
      background: url(../images/svg/arrow-right-white.svg) no-repeat top 5px right 6px var(--theme);
      position: absolute;
      top: -53px;
      right: 0;
      padding: 15px 40px 15px 30px;

      &:hover {
        background: url(../images/svg/arrow-right-white.svg) no-repeat top 5px right 6px var(--dark-theme);
      }
    }
  }
}

.checkbxdiv {
  /* background: green; */
  display: flex;

  & label.container1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 30px;

    & input[type="checkbox"] {
      max-width: 20px;
      min-width: 20px;
      margin-right: 10px;
      margin: -2px 10px 0 0;
    }
  }
}

/* request form section styles end */

/* ********* Play Animation *********  */
.xplorelinkcontainer {
  margin: 10px 0 0 0;
  position: relative;
  text-align: right;

  & a.explormor {
    font-size: 16px;
    font-weight: 700 !important;
    color: var(--dark-theme) !important;
    text-transform: uppercase;

    & i {
      font-weight: 700;
      font-size: 20px;
      margin-left: 10px;
    }

    &:hover {
      color: var(--themered);
      text-decoration: underline;
    }
  }

  &:after {
    content: "";
    position: absolute;
    width: calc(100% - 400px);
    height: 1px;
    left: 120px;
    top: 12px;
    background: #e2e2e2;
  }
}

/* ********* BREADCRUMB *********  */
.inner-banner {
  position: relative;
  min-height: 450px;

  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgb(0 4 9 / 40%);

  & .container {
    width: 100%;
  }

  & .innerbanner-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  & .inner-banner-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
  }

  & .heading-50 {
    color: var(--white);
    font-size: clamp(1.375rem, 1.025rem + 1.75vw, 3.125rem);
    margin-bottom: 10px;
  }

  & .right-section-shape {
    bottom: -35px;
    right: 0;
  }
}

.innerbanner-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

ul.woo_breadcums {
  margin: 0;
}

ul.woo_breadcums li {
  list-style: none;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: var(--font-weightmedium);
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 0;
}

.woo_breadcums li::before {
  display: none;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 30px 0 0;
  display: inline-block;
  color: var(--grey);
  line-height: 24px;
  text-decoration: none;
}

ul.woo_breadcums li span {
  padding: 0;
  display: inline-block;
  line-height: 100%;
  /*display: flex;
  flex-wrap: wrap;
  align-items: center;*/
  line-height: 24px;
  color: var(--grey);
}

span.breadcrumb_last {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.woo_breadcums a:hover::after {
  left: unset !important;
}

ul.woo_breadcums li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 3px;
  right: -20px;
  bottom: 0;
  left: unset;
  font-family: "FontAwesome";
  opacity: 1;
  z-index: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
}

.col6 {
  width: 50%;
}

/*-------------- form message style  ---------------*/
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  padding: 6px 8px;
}

.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/svg/icon-validation.svg) no-repeat left top;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 7px;
  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: #fae7e7;
  border-color: #f54812;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/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: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  color: #498e36;
  width: 100%;
  padding: 10px 10px 10px 40px;
}

/* common content  */
.content-block {
  width: calc(100% - 650px);
  padding-right: 140px;

  & .btnlist {
    justify-content: flex-start;
  }
}

.content-img-block {
  width: 650px;
  text-align: right;
}

.flex-row-reverse {
  & .content-block {
    padding-left: 140px;
    padding-right: 0;
  }

  .content-img-block {
    text-align: left;
  }
}

.content-block ul li {
  >a {
    color: var(--dark-theme);
    text-decoration: underline;

    &:hover {
      color: var(--theme);
    }
  }
}

/*-----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: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scrollTop i {
  margin: 0;
  color: var(--white);
}

.scrollTop:hover {
  background: var(--dark-theme);
  border-color: var(--white);
}

.scrollTop:hover i {
  color: var(--white);
}

/* CTA  */

/* ********* FOOTER *********  */

.copyright {
  padding: 15px 0;

  & p {
    font-size: 14px;
    font-weight: 500;

    & span {
      color: var(--textcolor);
    }
  }
}

/*  SERVICE  */

/* CONTENT BLOCK  */
.ctent-block {
  width: calc(100% - 670px);
}

.ctent-img {
  width: 670px;
}

/* ********| thank you 0r error | ******** */

.thank_you_content {
  margin: 0 auto;
}

.thank_you_content p {
  margin-bottom: 20px;
}

.thank_you_content p a {
  font-weight: bold;
}

.error-left {
  width: 60%;
  padding-right: 100px;
}

.error-right {
  width: 40%;
}

main .thank_you_content ul {
  list-style-type: none;
  margin-left: 0;
}

main .thank_you_content ul li a {
  text-decoration: underline;
}

main .thank_you_content ul li a:hover {
  color: var(--theme);
}

.row-reverse {
  flex-direction: row-reverse;
}

.img-tag-list {
  & span {
    font-size: 14px;
    line-height: 1.2;
    color: #202020;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 38px;

    &::before {
      position: absolute;
      content: "";
      background: url(../images/svg/check-mark.svg) no-repeat left;
      width: 27px;
      height: 25px;
      top: -4px;
      left: 0;
    }
  }
}

/*  inner banner large style */

/* common style for paper torn effect */
.lowertorn {
  position: relative;

  &:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: url(../images/svg/paper-torn-lower-new.svg);
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
}

.lowertornflip {
  position: relative;

  &:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: url(../images/svg/paper-torn-lower-new.svg);
    transform: scaleX(-1);
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
}

.uppertorn {
  position: relative;
  background: var(--dark-theme);
  z-index: 0;

  & img.bgimg {
    opacity: 0.1;
  }

  &:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: url(../images/svg/paper-torn-upper.svg);
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
  }
}

.paintpattern {
  position: relative;
  z-index: 0;

  &:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 49px;
    background: url(../images/svg/paint-pattern.svg);
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
  }
}

/* for footer styles  */
footer {
  position: relative;
  background: rgb(16 17 23 / 90%);
  position: relative;
  min-height: 805px;

  & img.bgimg {
    z-index: -1;
  }

  .container {
    padding: 170px 15px 0;

    .ftupper {
      justify-content: space-between;
      align-items: center;
      padding-bottom: 40px;

      .ftctatxt {
        color: var(--white);
        text-transform: uppercase;
      }

      & .btnlist {
        & .button-theme:hover {
          background-color: var(--white);
          border-color: var(--theme);
          color: var(--theme);
        }
      }
    }

    .ftmain {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 80px 0;

      .fttitle {
        width: 100%;
        display: block;
        font-size: 19px;
        font-weight: bold;
        font-family: "Roboto Condensed";
        line-height: 22px;
        color: var(--white);
        margin-bottom: 24px;
        position: relative;
        text-transform: uppercase;
      }

      .ft-openinghr {
        width: 360px;
        padding-right: 90px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;

        .fttitle {
          margin-top: 20px;
        }

        & p {
          color: #bbbbbb;
          font-size: 14px;
          margin: 0;
        }

        & p.licencetxt {
          color: var(--white);
          position: relative;
          margin-top: 40px;

          &:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 2px;
            background: var(--white);
            left: 50%;
            top: -20px;
            margin: 0 0 0 -10px;
          }
        }
      }

      .ft-getintouch {
        width: 330px;

        & dl {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: 25px;

          & dt {
            width: 20px;
            margin-right: 10px;
          }

          & dd {
            color: #bbbbbb;
            font-size: 14px;
            font-weight: 400;
            margin-inline-start: 0;

            & address {
              max-width: 130px;
            }

            & a {
              color: #bbbbbb;
              text-decoration: none;

              &:hover {
                color: var(--theme);
                text-decoration: underline;
              }
            }
          }
        }
      }

      .ft-links {
        width: calc(100% - 800px);
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        /* background: greenyellow; */

        & ul {
          margin: 0;
          padding: 0;

          & li {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 400;
            list-style-type: none;

            &.active {
              text-decoration: underline;
              color: var(--theme);
            }

            & a {
              color: #bbbbbb;
              text-decoration: none;

              &:hover {
                text-decoration: underline;
                color: var(--theme);
              }
            }
          }
        }
      }
    }

    .fthzlines {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;

      & a {
        color: var(--white);
        margin: 0 20px;
        font-weight: 600;
        text-decoration: none;

        &:hover {
          color: var(--theme);
          text-decoration: underline;
        }
      }
    }

    .ftcopyright {
      padding: 20px 0;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;

      & P {
        color: #bbbbbb;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        padding: 0;

        .signature {
          display: block;
        }
      }

      .ftsociallinks {
        & a {
          margin: 0 8px;
          min-width: 22px;
          height: 22px;

          & img {
            filter: brightness(0) invert(1);
          }

          &:hover {
            & img {
              filter: invert(15%) sepia(92%) saturate(6682%) hue-rotate(3deg) brightness(92%) contrast(117%);
            }
          }
        }
      }

      .fttermsprivacy {
        color: #bbbbbb;
        font-size: 14px;

        & a {
          display: inline-block;
          color: #bbbbbb;
          text-decoration: none;

          &:hover {
            text-decoration: underline;
            color: var(--theme);
          }
        }
      }
    }
  }
}

.industries-serve-section {
  & .heading-40 {
    margin-bottom: 40px;
  }
}

/*  WHAT WE buy */
.buy-grid-wrapper,
.about-buy-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
  gap: 40px;

  & .buy-wrap {
    position: relative;
    overflow: hidden;

    & .buy-item {
      position: relative;
      overflow: hidden;
      border-radius: 20px;

      >img {
        width: 100%;
      }
    }

    & .buy-caption {
      position: absolute;
      bottom: 0;
      padding: 30px;
      background: transparent linear-gradient(180deg, #20202000 0%, #000000c2 100%) 0% 0% no-repeat padding-box;
      border-radius: 20px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;

      & .heading-26 {
        font-size: 26px;
        color: var(--white);
        position: relative;
        padding-top: 15px;
        margin-bottom: 0;

        &:before {
          position: absolute;
          content: "";
          top: 0;
          width: 26px;
          height: 2px;
          left: 0;
          background-color: var(--white);
        }
      }
    }
  }
}

body.page-template-buying-detail {
  .why-choose-section {
    padding-bottom: 140px;
    padding-top: 180px;
  }

  .content-wrapper ul li:before {
    top: 0;
  }
}


.slick-prev:before,
.slick-next:before {}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  /*background-color: transparent;
  border-color: transparent;*/
}

/*-------- media query ------*/
@media (min-width: 992px) {

  .content-img-block,
  .sticky {
    position: sticky;
    top: 130px;
    align-self: flex-start;
  }

  .hm-service {
    & .service-grig-listing {
      order: 3;
    }

    & .heade-btn-wrap {
      order: 2;
      display: inline-flex;
      margin: 0 0 0 auto;
    }
  }
}

@media (max-width: 1599.98px) {
  .content-block {
    padding-right: 100px;
  }

  .divider {
    margin-bottom: 90px;
  }
}

@media (max-width: 1439.98px) {
  .content-block {
    padding-right: 70px;
  }

  .flex-row-reverse {
    & .content-block {
      padding-left: 70px;
    }
  }

  .divider {
    margin-bottom: 70px;
  }

  .content-block,
  .content-img-block {
    width: 50%;
  }

  .buy-grid-wrapper,
  .about-buy-grid-wrapper {
    margin-bottom: 30px;
    gap: 30px;
  }

  .img-wrap {
    & .img-tag-list {
      gap: 10px;
      padding: 15px 10px;
      bottom: 15px;
      left: 15px;
      right: 15px;

      & span {
        padding-left: 30px;

        &::before {
          width: 23px;
          height: 23px;
          background-size: 100%;
        }
      }
    }
  }

  .requestform_sec {
    & .container {
      .reqfrm_left {
        width: calc(100% - 700px);
        padding-right: 30px;
      }

      .reqfrm_right {
        width: 700px;
      }
    }
  }

  footer {
    .container {
      .ftupper {
        .btnlist {
          max-width: 220px;
        }
      }

      .ftmain {
        .ft-openinghr {
          width: 250px;
          padding-right: 0;
          /* background: goldenrod; */
        }

        .ft-getintouch {
          width: 230px;
          /* background: gainsboro; */
        }

        .ft-links {
          width: calc(100% - 520px);
        }
      }
    }
  }

  .service-grig-listing {
    gap: 25px;
  }

  .service-grig-listing {
    & .service-wrap {
      & .service-caption {
        & .service-title {
          font-size: 24px;
        }
      }
    }
  }

  .error-left {
    padding-right: 70px;
  }

  .form-group.width100.checkbxdiv {
    margin: 0;
  }

}

@media (max-width: 1199.98px) {
  .inner-banner {
    min-height: 400px;
  }

  .content-block {
    padding-right: 40px;
  }

  .flex-row-reverse {
    & .content-block {
      padding-left: 40px;
    }
  }

  .error-left {
    padding-right: 40px;
  }

  .buy-grid-wrapper,
  .about-buy-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
    gap: 20px;

    & .buy-wrap {
      & .buy-caption {
        padding: 20px;

        & .heading-26 {
          font-size: 24px;
        }
      }
    }
  }

  .button {
    padding: 12px 25px;
  }

  .divider {
    margin-bottom: 50px;
  }

  .requestform_sec {
    & .container {
      .reqfrm_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
      }

      .reqfrm_right {
        width: 94%;
      }
    }
  }

  .service-grig-listing {
    gap: 20px;
  }

  .service-grig-listing {
    & .service-wrap {
      & .service-caption {
        & .service-title {
          font-size: 22px;
        }
      }
    }
  }

  .content-wrapper.pt-pb100 {
    & .content-block {
      margin-bottom: 40px;
    }
  }

  footer {
    .container {
      .ftcopyright {
        flex-wrap: wrap;
      }

      .ftmain {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 40px 0;

        .ft-openinghr {
          width: 300px;
          padding-right: 0;
          /* background: goldenrod; */
        }

        .ft-getintouch {
          width: 300px;
          /* background: gainsboro; */
          padding-left: 30px;
        }

        .ft-links {
          width: 100%;
          margin-top: 40px;
          padding: 40px 0 0;
          border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
      }
    }
  }
}

@media (max-width: 991.98px) {
  .inner-banner {
    min-height: 350px;
  }

  .content-block,
  .error-left {
    padding-right: 0;
  }

  .flex-row-reverse {
    & .content-block {
      padding-left: 0px;
    }
  }

  .content-wrapper p:has(strong) {
    font-size: 18px;
  }

  .content-block,
  .content-img-block,
  .error-left,
  .error-right {
    width: 100%;
  }

  .content-block {
    margin-bottom: 40px;
  }

  .header-top-wrap {
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .buy-grid-wrapper,
  .about-buy-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);

    & .buy-wrap {
      & .buy-caption {
        padding: 20px;

        & .heading-26 {
          font-size: 22px;
        }
      }
    }
  }

  .divider {
    margin-bottom: 40px;
  }

  .form-group.width100.checkbxdiv {
    margin: 0;
  }

  .reqfrm_right form {
    & .submit-block {
      & input[type="submit"] {
        position: relative;
        top: 0;
        right: 0;
      }
    }
  }

  .service-grig-listing {
    margin-bottom: 40px;

    & .service-col-3 {
      grid-column: span 3;
    }

    & .service-wrap {
      & .service-caption {
        & .service-title {
          font-size: 20px;
        }
      }
    }
  }

  .hm-service .heade-btn-wrap {
    width: 100%;
    text-align: center;
  }

  footer {
    .container {
      /* padding: 100px 15px 0; */

      .ftupper {
        flex-wrap: wrap;
        justify-content: center;

        .ftctatxt.heading-30 {
          width: 100%;
          margin: 20px 0;
          text-align: center;
        }

        .btnlist {
          max-width: 100%;
        }
      }

      .fthzlines {
        flex-wrap: wrap;
        padding: 20px 0 8px;

        & a {
          margin: 0 20px 10px;
        }
      }

      .ftcopyright {
        & P {
          width: 100%;
          text-align: center;
        }

        .fttermsprivacy {
          margin: 10px 0 0;
        }
      }
    }
  }

  a.service-wrap .service-item {
    position: relative;
    height: 250px;
  }

  a.service-wrap .service-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .form-group.cf7_rpmsg {
    min-height: auto;
    margin-top: 0 !important;
  }

  .cf7_rpmsg.cf7_rpmsg_wht {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 767.98px) {
  .inner-banner {
    min-height: 300px;
  }

  .buy-grid-wrapper,
  .about-buy-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);

    & .buy-wrap {
      & .buy-item {
        border-radius: 10px;
      }

      & .buy-caption {
        padding: 15px;
        border-radius: 10px;

        & .heading-26 {
          font-size: 20px;
        }
      }
    }
  }

  .content-wrapper p:has(strong) {
    font-size: 16px;
  }

  .border-radius-2x,
  .service-item>img {
    border-radius: 10px;
  }

  .img-wrap {
    &:after {
      border-radius: 10px;
    }
  }

  .about-servie-column-list {
    column-count: 1;
  }

  .service-grig-listing {
    & .service-item {
      border-radius: 10px;
    }
  }

  .service-grig-listing {

    & .service-wrap::after,
    & .service-caption {
      border-radius: 10px;
    }

    & .service-wrap {
      & .service-caption {
        padding: 15px;

        & .service-title {
          font-size: 18px;
        }
      }
    }
  }

  .hm-service.lowertornflip {
    padding-top: 100px;
  }

  .divider {
    margin-bottom: 30px;
  }

  .requestform_sec {
    & .container {
      & .reqfrm_right {
        & form {
          .formwidth50 {
            width: 100%;
            padding: 15px 0;
          }
        }
      }
    }
  }

  .checkbxdiv {
    flex-wrap: wrap;
  }

  /* .form-group.width100.checkbxdiv {
    margin: 25px 0 0 0;
  } */

  footer {
    & .container {
      & .fthzlines {
        & a {
          margin: 0 10px 10px;
        }
      }
    }
  }

  footer {
    & .container {
      padding: 120px 15px 0;

      .ftmain {
        .ft-openinghr {
          width: 50%;
          padding-right: 0;
          /* background: goldenrod; */
        }

        .ft-getintouch {
          width: 50%;
        }
      }

      .ftsociallinks {
        margin: 10px auto 5px;
      }

      .ftcopyright {
        .fttermsprivacy {
          margin: 10px 0 0;
          width: 100%;
          text-align: center;
        }
      }
    }
  }

  .heading-20 {
    font-size: 18px;
  }

}

@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 250px;
  }

  .buy-grid-wrapper,
  .about-buy-grid-wrapper {
    margin-bottom: 15px;
    gap: 10px;

    & .buy-wrap {
      & .buy-caption {
        padding: 20px;

        & .heading-26 {
          font-size: 18px;
        }
      }
    }
  }

  .button {
    font-size: 13px;
    padding: 10px 12px;
    height: 42px;

    & img {
      width: 15px;
    }
  }

  .btnlist {
    margin: 0 -5px;
    gap: 5px;

    & .button {
      margin: 0px 5px;
      gap: 0;
    }
  }

  p {
    margin-bottom: 20px;
  }

  .content-wrapper ul {
    margin: 20px 0;
  }

  .requestform_sec {
    margin-bottom: 100px;
  }

  .content-wrapper ul li {
    padding-left: 25px;
  }

  .content-wrapper ul li:before {
    /* top: 0; */
    width: 20px;
    height: 20px;
    /* background-size: 100%; */

    background-size: 16px !important;
    top: 2px !important;
  }

  .heading-20 {
    font-size: 16px;
  }

  .img-tag-list {
    & span {
      &::before {
        width: 15px;
        height: 15px;
      }
    }
  }

  .service-grig-listing {
    gap: 10px;

    & .service-wrap {
      & .service-caption {
        & .service-tag {
          font-size: 12px;
          line-height: 1.2;
          padding-bottom: 0;
          margin-bottom: 5px;

          &::after {
            content: none;
          }
        }

        & .service-title {
          font-size: 15px;
        }
      }
    }
  }

  .service-grig-listing {

    & .wide-block,
    & .service-col-3 {
      grid-column: span 12;
    }
  }

  .form-group.width50 {
    width: 100%;
    padding-left: 10px;
    padding-right: 5px;
  }

  .ftlogo {
    width: 150px;
  }

  footer {
    .container {
      .ftmain {
        padding: 20px 0 0;

        .ft-openinghr {
          width: 100%;
          text-align: left;
          margin-bottom: 30px;
          border-right: 0;

          & p.licencetxt {
            &:before {
              left: 0;
              top: -20px;
              margin: 0;
            }
          }
        }

        .ft-getintouch {
          width: 100%;
          padding-left: 0;

          & dl {
            margin-bottom: 10px;
            margin-top: 0;
          }
        }

        .ft-links {
          flex-wrap: wrap;
          padding: 20px 0 0;
          margin: 10px 0 0 0;

          .widt33 {
            width: 100%;
          }

          & ul {
            display: none;
            margin-bottom: 15px;
          }
        }
      }
    }
  }

  .fttitle.showhide ul {
    display: block;
  }

  .ft-links .fttitle:before {
    display: block;
    position: absolute;
    right: 0;
    right: 0;
    top: -4px;
    margin: 0;
    content: "";
    width: 30px;
    height: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background: url(../images/plus-icon.svg) no-repeat 0 0;
    filter: brightness(0) invert(1);
  }

  .ft-links .fttitle.linkopen:before {
    background: url(../images/minus-icon.svg) no-repeat 0 0;
  }

  .img-wrap {
    & .img-tag-list {
      flex-wrap: wrap;

      & span {
        padding-left: 20px;
        font-size: 13px;

        &::before {
          width: 15px;
          height: 15px;
          top: 0;
        }
      }
    }
  }

  .scrollTop {
    display: none;
  }


  .form-group.width100.checkbxdiv {
    margin: 0;
  }

  .reqfrm_right form {
    & .submit-block {
      & input[type="submit"] {
        background: url(../images/svg/arrow-right-white.svg) no-repeat top -1px right 6px var(--theme);
      }
    }
  }

  .button i {
    margin: -3px 0 0 10px;
  }

  .reqfrm_right form {
    & .submit-block {
      & input[type="submit"] {
        &:hover {
          background: url(../images/svg/arrow-right-white.svg) no-repeat top -1px right 6px var(--dark-theme);
        }
      }
    }
  }

  .hm_gallerysec {
    .galleryslider {
      overflow-x: visible !important;
    }
  }

  .hm_news_sec {
    .container {
      overflow-x: visible !important;
      height: auto !important;
    }
  }

  .xplorelinkcontainer {
    & a.explormor {
      font-size: 14px;
    }
  }

  .project-detail-page .wonderplugin-gridgallery-loadmore button.wonderplugin-gridgallery-loadmore-btn {
    margin: 0 !important;
  }

  body.page-template-service-detail .hm_testimonial_sec {
    margin-top: 40px;
  }


  /* to remove shape from section style start */
  .lowertornflip:before,
  .lowertorn:before,
  .uppertorn:before {
    display: none;
  }

  footer {
    & .container {
      padding: 40px 15px 0;
    }
  }

  .hm_testimonial_sec {
    margin-top: 30px;
  }

  .hm_gallerysec {
    .flex-container.wrap {
      padding-top: 40px !important;
    }
  }

  .ourteam_cta {
    & .container {
      .ctaright_img {
        margin: 0 auto -80px !important;
      }
    }
  }

  .requestform_sec {
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
  }

  .how-work-section.pt-pb100 {
    padding-bottom: 40px !important;
  }

  .hm-service.lowertornflip {
    padding-top: 40px !important;
  }

  .why-choose-right mb-100 {
    margin-bottom: 20px !important;
  }

  body.page-template-suburb {
    .pt-pb100.hm-service {
      padding: 40px 0 0 !important;
    }

    .industries-serve-section.lowertornflip {
      .heading-46 {
        margin-top: 0px !important;
      }
    }

    .suburblist_content {
      .heading-40 {
        margin-top: 0 !important;
      }
    }

    .areafaq_sec {
      padding: 40px 0 40px !important;
    }
  }

  body.page-template-service-detail {
    .industries-serve-section {
      padding-top: 40px !important;
    }
  }

  /* to remove shape from section style end */
}

@media (max-width: 480px) {

  .form-group.checkbxdiv {

    .chkbx1 {
      .wpcf7-checkbox {
        /* background: green; */
        position: relative;
        z-index: 0;
        display: block;

        .wpcf7-list-item {
          /* background: gold; */
          padding: 0 0 0 25px;

          & input[type="checkbox"] {
            position: absolute;
            left: 0;
            top: 2px;
          }
        }
      }
    }

    .chkbx2 {
      .mc4wp-checkbox {
        & span {
          margin: 0 0 0 25px !important;
          display: block;
        }
      }

      & label {
        position: relative
      }

      & input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 2px;
      }
    }



  }

}

@media (max-width: 360px) {
  footer {
    .container {
      & .fthzlines {
        & a {
          margin: 0 20px 10px;
          width: 100%;
          text-align: center;
        }
      }
    }
  }
}

.header-topwrap {
  & .hd-right {
    .call-wrap-link:hover .call-text {
      color: var(--theme);
    }
  }
}

.inner-banner {
  & .btnlist {
    & .button-theme:hover {
      background-color: var(--white);
      color: var(--theme);
    }
  }
}

.buy-wrap {
  &::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50% 122.5px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
  }

  & .buy-item {
    & img {
      transition: all 0.6s ease-in-out;
    }
  }

  &:hover {
    &::before {
      height: 250%;
      transition: all 600ms linear;
      background-color: transparent;
    }

    & .buy-item {
      & img {
        transform: scale(1.06);
      }
    }
  }
}

.inputFileHolder .wpcf7-drag-n-drop-file {
  padding: 10px 18px;
  background: var(--white);
  border: 1px solid #343434;
  height: 52px;
  border-radius: 4px;
}

.codedropz-upload-inner h3 {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 34px;
  margin: 0 !important;
  text-align: left;
  font-weight: normal;
}

.codedropz-upload-handler {
  border: 0px dashed #c5c5c5;
  margin: 0;
}

.codedropz-upload-container {
  padding: 0;
  height: auto;
  margin: 0;
  background: #fff;
  border-radius: 6px;
}

.codedropz-upload-inner {
  padding: 10px 18px;
  margin-bottom: 0 !important;
  height: 52px;
  position: relative;
}

.form-group:has(.inputFileHolder) {
  margin-bottom: 0;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.codedropz-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;

  & a {
    font-size: 0;
    background: url("../images/svg/upload.svg") no-repeat top 15px right 15px
      /*var(--white)*/
    ;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    position: absolute;
    right: 0;
  }
}

.dnd-upload-status .dnd-upload-details .name,
.dnd-upload-status .dnd-upload-details .name em {
  color: #ffffff;
  font-weight: normal;
}

.checkbxdiv {
  & label.container1 {
    align-items: flex-start;

    & span.wpcf7-form-control-wrap {
      display: block;
    }
  }
}

.form-group.cf7_rpmsg {
  & p {
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;

    & a {
      text-decoration: underline;

      &:hover {
        color: var(--theme);
      }
    }
  }
}

.checkbxdiv label {
  margin-bottom: 8px;
  /* background: salmon; */
}

span.wpcf7-checkbox,
span.mc4wp-checkbox {
  /* margin-left: 20px; */

  & input[type="checkbox"] {
    left: -20px;
  }
}


& .checkbxdiv {
  & .container1 {
    width: 100%;

    & .wpcf7-list-item {
      width: 100% !important;
    }
  }
}


.checkbxdiv {
  & label.container1 {
    & .wpcf7-validates-as-required.wpcf7-not-valid {
      color: red;
    }
  }
}

.codedropz-upload-inner {
  & span {
    display: none;
  }
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar,
.dnd-upload-status .dnd-upload-image {
  display: none;
}

.wpgridlightbox {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #202020;

  & img.wonderplugin-gridgallery-item-img {
    width: 100% !important;
    border-radius: 20px;
    height: 100% !important;
    object-fit: cover;
    opacity: 1;
    margin: 0 !important;
  }

  &::after {
    position: absolute;
    content: "";
    background: url(../images/svg/zoom-i.svg) no-repeat center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  &:hover {
    & img.wonderplugin-gridgallery-item-img {
      opacity: 0.3;
    }

    &::after {
      opacity: 1;
    }
  }
}

.wonderplugin-gridgallery-loadmore-btn {
  background: #202020 !important;
  padding: 15px 30px !important;
  border-radius: 4px !important;
  border: 0 !important;
  color: var(--white) !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  font-family: var(--font-body-family) !important;
  font-weight: var(--font-weight-bold) !important;
  margin: 40px 0 0 0 !important;

  &:hover {
    background: var(--theme) !important;
  }

  &::after {
    content: "\f105";
    position: relative;
    margin-left: 5px;
    font-size: 20px;
    font-family: "FontAwesome";
    margin-left: 10px;
    line-height: 1;
  }
}