.inside-heading {
  margin-top: 40px;
}

.inside-heading h1 {
  font-size: 32px;
}

.inside-heading p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.iwt-ihs-section {
  margin-top: 40px;
}

.iwt-ihs-section p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.iwt-ihs-section ul {
  margin-top: 20px;
  padding-left: 0;
}

.iwt-ihs-section ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.iwt-ihs-section ul li::before {
  content: url("../img/icons/is-arrow.png");
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.iwt-ihs-section ul li:not(:last-child) {
  margin-bottom: 10px;
}

.iwt-ihs-section .row:not(:first-child) {
  margin-top: 40px;
}

/* .iwt-ihs-section .row:nth-child(2) .col-md-6:nth-child(1) {
  order: 2;
} */

.iwt-ihs-section .row:nth-child(odd) .col-md-6:nth-child(1) {
  padding-right: 50px;
}

.iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(1) {
  order: 2;
  padding-left: 50px;
}

.iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(2) {
  order: 1;
}

/* .iwt-ihs-section .row:nth-child(2) .col-md-6:nth-child(2) {
  order: 1;
} */

.site-survey {
  background-color: #eff0f4;
  padding: 48px 0;
}

.site-survey .row:not(:first-child) {
  margin-top: 40px;
}

.site-survey h5 {
  font-family: var(--fontGraphikSB);
  font-size: 24px;
  line-height: 32px;
  color: var(--headingcolor);
  margin: 0;
  margin: 15px 0;
}

.site-survey p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.single-blue-banner {
  background-color: #009fe3;
  padding: 65px 0;
}

.single-blue-banner .row .col-lg-9 {
  display: flex;
  /* justify-content: center; */
}

.single-blue-banner .row .col-lg-3 {
  display: flex;
  justify-content: center;
}

.single-blue-banner h5 {
  font-family: var(--fontGraphik);
  font-size: 26px;
  line-height: 34px;
  color: var(--whitecolor);
  margin: 0;
}

.single-blue-banner .button-tertiary,
.health-safety-needs-second .button-tertiary {
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -ms-border-radius: 49px;
  -o-border-radius: 49px;
}

.health-safety-needs,
.health-safety-needs-second {
  background-color: #292929;
  padding: 58px 0;
}

.health-safety-needs button.button-tertiary:hover,
.health-safety-needs-second button.button-tertiary:hover {
  border: 1px solid var(--whitecolor);
}

.health-safety-needs-second {
  position: relative;
  padding-bottom: 110px;
  overflow-y: hidden;
}

.health-safety-needs-second .ss {
  position: absolute;
  bottom: -25px;
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.health-safety-needs h4,
.health-safety-needs-second h4 {
  color: var(--whitecolor);
}

.health-safety-needs p,
.health-safety-needs-second p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--whitecolor);
  margin: 0;
  margin-top: 20px;
}

.health-safety-needs .pointss {
  margin-top: 40px;
}

.health-safety-needs .pointss .col-md-6 {
  margin-bottom: 24px;
}

.health-safety-needs h6 {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--whitecolor);
  margin: 0;
  margin: 10px 0;
}

.health-safety-needs .pointss p {
  font-family: var(--fontGraphik);
  font-size: 14px;
  line-height: 22px;
  color: var(--whitecolor);
  margin: 0;
}

.health-safety-needs .btnn {
  margin-top: 10px;
}

.health-safety-needs .button-tertiary {
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -ms-border-radius: 49px;
  -o-border-radius: 49px;
}

.health-safety-needs-second .hsns-points {
  margin-top: 20px;
}

.health-safety-needs-second .row.btnn {
  margin-top: 50px;
}

.health-safety-needs-second .hsns-points div:not(:last-child) {
  margin-bottom: 32px;
}

.health-safety-needs-second .hsns-points div h5 {
  font-family: var(--fontGraphik);
  font-size: 24px;
  line-height: 32px;
  color: var(--whitecolor);
  margin: 0;
}

.health-safety-needs-second .row .col-lg-7 {
  padding-right: 58px;
}

.health-safety-needs-second .row .col-lg-5 img:first-child {
  margin-bottom: 40px;
}

.health-safety-needs .row .col-lg-7 {
  padding-right: 30px;
}

.health-safety-needs .row .col-lg-5 {
  padding-left: 30px;
}

.why-esquare-counting {
  background-color: #eff0f4;
  padding: 60px 0;
}

.why-esquare-counting .row:not(:first-child) {
  margin-top: 40px;
}

.why-esquare-counting h5 {
  font-family: var(--fontGraphikSB);
  font-size: 26px;
  line-height: 48px;
  color: var(--normalcolor);
  margin: 0;
}

.why-esquare-counting p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.why-esquare-counting span {
  font-family: var(--fontGraphikSB);
  font-size: 60px;
  line-height: 60px;
  color: var(--primarycolor);
  margin: 0;
}

.why-esquare-counting h6 {
  font-family: var(--fontGraphikSB);
  font-size: 20px;
  line-height: 28px;
  color: var(--normalcolor);
  margin: 0;
  margin-top: 20px;
}

.why-esquare-counting .row:last-child .col-md-4:not(:last-child) {
  border-right: 3px solid var(--primarycolor);
}

.why-esquare-counting .secoo h5 {
  margin: 20px 0;
}

.training-offers .to-card {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.training-offers .to-card h6 {
  font-family: var(--fontGraphikSB);
  font-size: 16px;
  line-height: 24px;
  color: var(--normalcolor);
  margin: 0;
  margin-top: 12px;
  padding-left: 5px;
  position: relative;
}

.training-offers .row:not(:first-child) .col-md-6 {
  margin-top: 40px;
}

.training-offers .to-card h6::after {
  content: url("../img/icons/plus.png");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  margin-right: 5px;
}

.training-offers .to-card h6.to-card-open::after {
  content: url("../img/icons/minus.png");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  margin-right: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.training-offers .to-card-inner {
  background-color: transparent;
  border: 1px solid var(--primarycolor);
  padding: 40px;
  display: none;
}

.training-offers .to-card-inner p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.tailored p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
  text-align: left !important;
}

.tailored-second {
  background-color: #eff0f4;
  margin-top: 40px;
  padding: 60px 0;
}

.tailored-second p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.tailored-second .row .col-lg-6:first-child {
  padding-right: 30px;
}

.tailored-second .row .col-lg-6:last-child {
  padding-left: 30px;
}

.customers-section-industry-inside .customers-inside-ii .customer-inside {
  background-color: var(--whitecolor);
  /* box-shadow: 4px 4px 15px 12px rgba(0, 0, 0, 0.25); */
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
  padding: 0 20px;
  padding-top: 50px;
  padding-bottom: 16px;
  margin: 15px 10px;
  position: relative;
  /* width: 95% !important; */
  /* box-shadow: 4px 4px 10px 4px rgb(0 0 0 / 25%); */
  box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 25%);
  /* box-shadow: 2px 4px 15px 4px rgb(0 0 0 / 15%); */
}

.customers-section-industry-inside-margin {
  margin-top: 40px;
}

.customers-section-industry-inside .customers-inside-ii .customer-inside h6 {
  font-family: var(--fontGraphikMD);
  font-size: 20px;
  line-height: 28px;
  color: var(--primarycolor);
  margin: 0;
}

.customers-section-industry-inside .customers-inside-ii .customer-inside p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.customers-section-industry-inside .customers-inside-ii .customer-inside div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customers-section-industry-inside .customers-inside-ii .customer-inside div p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.customers-section-industry-inside
  .customers-inside-ii
  .customer-inside
  div
  p
  span {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--headingcolor);
  margin: 0;
}

.customers-section-industry-inside
  .customers-inside-ii
  .customer-inside
  div
  p
  span:last-child {
  font-family: var(--fontGraphik);
  font-size: 12px;
  line-height: 20px;
  color: var(--descriptioncolor);
  display: inline-block;
  margin-top: 15px;
}

.customers-section-industry-inside
  .customers-inside-ii
  .customer-inside
  .about-tq {
  position: absolute;
  left: 24px;
  top: -10px;
}

.customers-section-industry-inside .customers-inside-ii button.prev-arrow {
  position: absolute;
  background-color: var(--bordercolor);
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: var(--whitecolor);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: -12px;
}

.customers-section-industry-inside .customers-inside-ii button.next-arrow {
  position: absolute;
  background-color: var(--bordercolor);
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: var(--whitecolor);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: -12px;
}

.customers-section-industry-inside .customers-inside-ii button img {
  width: 12px;
}

/* ccc */

.certifications {
  overflow-x: hidden;
}

.certifications p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 22px;
  text-align: left;
}

.certifications .certification-detail {
  margin-top: 40px;
}

.certifications .certification-detail img {
  /* width: 100%; */
  margin: 0 auto;
}

.certifications .certification-detail p {
  font-family: var(--fontGraphikSB);
  font-size: 20px;
  line-height: 28px;
  color: var(--headingcolor);
  margin: 0;
  text-align: center;
  margin-top: 15px;
}

.ccc .slide-arrow.prev-arrow {
  background-color: #e0e0e0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ccc .slide-arrow.next-arrow {
  background-color: #e0e0e0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ccc .slide-arrow.prev-arrow img,
.ccc .slide-arrow.next-arrow img {
  width: 12px;
}

/* end */

@media (max-width: 1399px) {
  .iwt-ihs-section .row:nth-child(odd) .col-md-6:nth-child(1) {
    padding-right: 35px;
  }

  .iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(1) {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .iwt-ihs-section .row:nth-child(odd) .col-md-6:nth-child(1) {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(1) {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
	
  .certifications p {
    margin-top: 16px;
  }


  .iwt-ihs-section,
  .site-survey .row:not(:first-child),
  .site-survey .row:not(:first-child),
  .why-esquare-counting .row:not(:first-child),
  .why-esquare-counting .row:not(:first-child) {
    margin-top: 32px;
  }

  .health-safety-needs .row .col-lg-5,
  .health-safety-needs-second .row .col-lg-5,
  .training-offers .row:not(:first-child) .col-md-6 {
    margin-top: 32px;
  }

  .health-safety-needs-second .row .col-lg-5 {
    display: none;
  }

  .health-safety-needs .pointss {
    margin-top: 32px;
  }

  .health-safety-needs-second .row .col-lg-5 img:first-child {
    margin-bottom: 32px;
  }

  .why-esquare-counting span {
    font-size: 48px;
    line-height: 48px;
  }

  .training-offers .to-card {
    padding-top: 28px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
  }

  .training-offers .to-card-inner {
    padding: 24px;
  }

  .tailored-second .row .col-lg-6:last-child {
    margin-top: 32px;
  }

  .health-safety-needs .row .col-lg-7,
  .health-safety-needs-second .row .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .health-safety-needs .row .col-lg-5 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .tailored-second .row .col-lg-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .tailored-second .row .col-lg-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .single-blue-banner .row .col-lg-9 {
    display: flex;
    justify-content: start;
  }

  .single-blue-banner .row .col-lg-3 {
    display: flex;
    justify-content: start;
    margin-top: 24px;
  }

  .single-blue-banner {
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  .inside-heading h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .inside-heading p,
  .iwt-ihs-section p {
    margin-top: 16px;
  }

  .iwt-ihs-section .row .col-md-6:last-child {
    margin-top: 24px;
  }

  /* .iwt-ihs-section .row:nth-child(2) .col-md-6:nth-child(1) {
    order: 1;
  } */

  /* .iwt-ihs-section .row:nth-child(2) .col-md-6:nth-child(2) {
    order: 2;
  } */

  .iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(1) {
    order: 1;
  }

  .iwt-ihs-section .row:nth-child(even) .col-md-6:nth-child(2) {
    order: 2;
  }

  .iwt-ihs-section .row:not(:first-child) {
    margin-top: 32px;
  }

  .site-survey {
    padding: 24px 0;
  }

  .site-survey p {
    margin-top: 16px;
  }

  .site-survey .row:not(:first-child) {
    margin-top: 0;
  }

  .site-survey .row .col-md-4,
  .site-survey .row .col-md-3 {
    margin-top: 24px;
  }

  .health-safety-needs,
  .health-safety-needs-second {
    padding: 24px 0;
  }

  .health-safety-needs .pointss {
    margin-top: 0;
  }

  .health-safety-needs .pointss .col-md-6 {
    margin-top: 16px;
  }

  .health-safety-needs .row .col-lg-6:last-child {
    margin-top: 24px;
  }

  .health-safety-needs-second .row .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .health-safety-needs p,
  .health-safety-needs-second p {
    margin-top: 16px;
  }

  .health-safety-needs-second .hsns-points div:not(:last-child) {
    margin-bottom: 24px;
  }

  .health-safety-needs-second .row .col-lg-5,
  .why-esquare-counting .row:not(:first-child),
  .why-esquare-counting .row:not(:first-child) {
    margin-top: 24px;
  }

  .health-safety-needs-second .row .col-lg-5 img:first-child {
    margin-bottom: 24px;
  }

  .health-safety-needs-second .row .col-lg-5 img:first-child {
    padding: 24px 0;
  }

  .why-esquare-counting h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .why-esquare-counting .row .col-md-7 {
    margin-top: 24px;
  }

  .why-esquare-counting .row:last-child {
    margin-top: 0;
  }

  .why-esquare-counting .row:last-child .col-md-4 {
    margin-top: 32px;
  }

  .why-esquare-counting span {
    font-size: 28px;
    line-height: 26px;
  }

  .why-esquare-counting h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .why-esquare-counting .row:last-child .col-md-4:not(:last-child) {
    border-right: 0;
  }

  .why-esquare-counting {
    padding: 24px 0;
  }

  .training-offers .to-card {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }

  .training-offers .to-card-inner {
    padding: 0;
    padding: 20px 16px;
  }

  .training-offers .row:not(:first-child) .col-md-6,
  .tailored-second .row .col-lg-6:last-child {
    margin-top: 24px;
  }

  .tailored p,
  .tailored-second p {
    margin-top: 16px;
  }

  .tailored-second {
    padding: 24px 0;
  }

  .single-blue-banner .row .col-md-3 {
    margin-top: 24px;
  }

  .health-safety-needs .btnn {
    margin-top: 0;
  }

  .health-safety-needs-second .row .col-lg-5 img:first-child {
    padding: 12px 0;
  }

  .single-blue-banner h5 {
    font-size: 20px;
    line-height: 32px;
  }

  .health-safety-needs-second .row .col-lg-5 {
    display: block;
  }

  .health-safety-needs-second .ss {
    display: none;
  }

  .health-safety-needs-second .row.btnn {
    margin-top: 20px;
  }
}
