.training-section {
  margin-top: 40px;
}

.training-section .row:nth-child(odd) .col-lg-6:last-child {
  padding-left: 50px;
}

.training-section .row:nth-child(even) .col-lg-6:last-child {
  padding-right: 50px;
}

.training-section h1 {
  font-size: 32px;
  line-height: 48px;
}

.training-section h6 {
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

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

.training-section .training-sec-margin {
  margin-top: 40px;
}

.training-section .training-sec-margin img {
  width: 100%;
}

.training-section .row:nth-child(even) .col-lg-6:first-child {
  order: 2;
}

.training-section .row:nth-child(even) .col-lg-6:last-child {
  order: 1;
}

/* .training-section .training-sec-margin .row:nth-child(1){
  margin-bottom: 40px;
} */

/* .training-section .row:nth-child(2) .col-lg-6:last-child {
  padding-left: 50px;
} */

/* .training-section .row:nth-child(3) .col-lg-6:last-child {
  padding-right: 50px;
} */

.process-section .process-margin {
  margin-top: 40px;
}

.process-section .process-list {
  margin-top: 40px;
}

.process-section .process-item {
  display: flex;
  align-items: center;
}

.process-section .process-item:not(:last-child) {
  margin-bottom: 32px;
}

.process-section .process-item .process-img {
  min-width: 100px;
  height: 100px;
  /* border: 2px solid var(--primarycolor); */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.process-section .process-item .process-content {
  margin-left: 15px;
}

.process-section .process-item .process-content h5 {
  font-family: var(--fontGraphikSB);
  font-size: 26px;
  line-height: 34px;
  color: var(--normalcolor);
  margin: 0;
}

.process-section .process-item .process-content p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 8px;
}

.stay-section h5 {
  font-family: var(--fontGraphikSB);
  font-size: 26px;
  line-height: 34px;
  color: var(--headingcolor);
  margin: 0;
}

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

.stay-section ul {
  margin-top: 48px;
  padding-left: 2rem;
}

.stay-section ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.stay-section ul li:not(:last-child) {
  margin-bottom: 24px;
}

.stay-section ul li::before {
  content: "";
  background-image: url("../img/icons/black-tick.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.stay-section ul li p {
  font-family: var(--fontGraphikSB);
  font-size: 20px;
  line-height: 28px;
  color: var(--headingcolor);
  margin: 0;
  margin-bottom: 8px;
}

.stay-section ul li span {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
}

.stay-section .row .col-lg-5 img:not(:last-child) {
  margin-bottom: 40px;
}

.stay-margin {
  margin-top: 64px;
}

.stay-section .row:first-child .col-lg-7 {
  padding-right: 64px;
}

.stay-section .row:last-child .col-lg-7 {
  padding-left: 64px;
}

.stay-section .row:last-child .col-lg-7 {
  order: 2;
}

.stay-section .row:last-child .col-lg-5 {
  order: 1;
}

.training-offers .to-margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.training-offers .row:last-child {
  margin-top: 40px;
}

.training-offers .to-section h5 {
  font-family: var(--fontGraphikSB);
  font-size: 26px;
  line-height: 48px;
  color: var(--headingcolor);
  margin: 0;
}

.training-offers .to-section ul {
  margin-top: 40px;
  padding-left: 2rem;
}

.training-offers .to-section ul li {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.training-offers .to-section ul li::before {
  content: "";
  background-image: url("../img/icons/blue-tick.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.training-offers .to-section ul li:not(:last-child) {
  margin-bottom: 24px;
}

.training-offers .to-section p,
.training-offers .row:last-child .col-12 p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 48px;
}

.training-offers .row:last-child .col-12 p {
  margin-top: 0;
}

.training-offers .row .col-md-6:first-child .to-section {
  padding-right: 60px;
}

.training-offers .row .col-md-6:last-child .to-section {
  padding-left: 60px;
}

.training-offers .row .col-md-6:last-child .to-section div {
  padding-left: 40px;
}

.training-performance-new {
  background: rgb(253 180 20 / 42%);
  padding: 40px 20px;
}

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

.training-performance img {
  margin-top: 40px;
  margin-bottom: 20px;
}

.lockout-tagout-solution .lts-margin {
  margin-top: 40px;
}

.lockout-tagout-solution table {
  width: 100%;
  border: 1px solid var(--primarycolor);
}

.lockout-tagout-solution table tbody tr:nth-child(odd) {
  background-color: rgba(253, 180, 20, 0.3);
}

.lockout-tagout-solution table tbody tr:nth-child(even) {
  background-color: var(--whitecolor);
}

.lockout-tagout-solution table tbody tr:last-child td:last-child {
  font-family: var(--fontGraphikSB);
}

.lockout-tagout-solution table tbody tr td {
  font-family: var(--fontGraphik);
  font-size: 18px;
  line-height: 28px;
  color: var(--descriptioncolor);
  margin: 0;
  padding: 16px 0;
  padding-left: 30px;
  padding-right: 30px;
}

.lockout-tagout-solution table tbody tr td p {
  display: flex;
  align-items: center;
}

.lockout-tagout-solution table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--primarycolor);
}

.lockout-tagout-solution table tbody tr td img {
  margin-right: 16px;
}

.get-started {
  background-color: #222222;
  padding: 48px 0;
}

.get-started .button-tertiary:hover {
  border-color: #fff;
}

.get-started h3 {
  font-family: var(--fontGraphikSB);
  font-size: 32px;
  line-height: 48px;
  color: var(--whitecolor);
  margin: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* single blue banner */

.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 {
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -ms-border-radius: 49px;
  -o-border-radius: 49px;
}

/* end */

/* 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) {
  .stay-section .row:first-child .col-md-7 {
    padding-right: 40px;
  }

  .stay-section .row:last-child .col-md-7 {
    padding-left: 40px;
  }

  .stay-section ul {
    margin-top: 20px;
  }

  .stay-section ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .training-offers .row .col-md-6:first-child .to-section {
    padding-right: 30px;
  }

  .training-offers .row .col-md-6:last-child .to-section {
    padding-left: 30px;
  }

  .training-offers .row .col-md-6:last-child .to-section div {
    padding-left: 30px;
  }

  .training-offers .to-section ul li {
    padding-left: 10px;
  }

  .lockout-tagout-solution table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .training-section .row:nth-child(2) .col-lg-6:last-child {
    padding-left: 30px;
  } */

  /* .training-section .row:nth-child(3) .col-lg-6:last-child {
    padding-right: 30px;
  } */

  .training-section .row:nth-child(odd) .col-lg-6:last-child {
    padding-left: 30px;
  }

  .training-section .row:nth-child(even) .col-lg-6:last-child {
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  /* .training-section .row:nth-child(2) .col-lg-6:last-child {
    padding-left: 20px;
  } */

  /* .training-section .row:nth-child(3) .col-lg-6:last-child {
    padding-right: 20px;
  } */

  .training-section .row:nth-child(odd) .col-lg-6:last-child {
    padding-left: 20px;
  }

  .training-section .row:nth-child(even) .col-lg-6:last-child {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .certifications p {
    margin-top: 16px;
  }

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

  .certifications .certification-detail p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
  }

  .stay-section .row:last-child .col-lg-7 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .training-section .row:nth-child(even) .col-lg-6:first-child {
    order: 1;
  }

  .training-section .row:nth-child(even) .col-lg-6:last-child {
    order: 2;
  }

  .training-section .training-section-content {
    margin-top: 25px;
  }

  .stay-section .row:last-child .col-lg-7 {
    order: 1;
  }

  .stay-section .row:last-child .col-lg-5 {
    order: 2;
  }

  .stay-section .row .col-lg-5 {
    margin-top: 30px;
  }

  .training-offers .row .col-md-6:last-child .to-section {
    padding-left: 0;
  }

  .training-offers .to-section h5 {
    line-height: 34px;
    min-height: 68px;
  }

  .lockout-tagout-solution table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lockout-tagout-solution table tbody tr td img {
    margin-right: 10px;
  }

  .stay-section .row:first-child .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  /* .training-section .row:nth-child(2) .col-lg-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  } */

  /* .training-section .row:nth-child(3) .col-lg-6:last-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  } */

  .training-section .row:nth-child(odd) .col-lg-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .training-section .row:nth-child(even) .col-lg-6:last-child {
    padding-right: 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) {
  .single-blue-banner .row .col-md-3 {
    margin-top: 24px;
  }

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

  .training-section h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .training-section .training-sec-margin,
  .training-section .training-section-content {
    margin-top: 24px;
  }

  .process-section .process-margin {
    margin-top: 16px;
  }

  .process-section .process-item {
    align-items: start;
  }

  .process-section .process-item .process-img {
    min-width: 50px;
    height: 50px;
  }

  .process-section .process-item .process-content h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .process-section .process-item .process-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .stay-section h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .stay-section p {
    margin-top: 16px;
  }

  .stay-section ul {
    margin-top: 24px;
  }

  .stay-section ul li p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .stay-section ul li span {
    font-size: 14px;
    line-height: 22px;
  }

  .stay-section .row .col-lg-5 {
    margin-top: 24px;
  }

  .stay-section .row .col-lg-5 img:not(:last-child) {
    margin-bottom: 24px;
  }

  .training-offers .to-section h5 {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
  }

  .training-offers .to-section ul {
    margin-top: 16px;
  }

  .training-offers .to-section ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .training-offers .to-section ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .training-offers .to-section p {
    margin-top: 24px;
  }

  .training-offers .row .col-md-6:last-child {
    margin-top: 16px;
  }

  .training-offers .row .col-md-6:last-child .to-section div {
    padding-left: unset;
  }

  .training-performance img {
    margin-top: 24px;
    margin-bottom: 4px;
  }

  .lockout-tagout-solution table tbody tr td {
    width: 33.3%;
    padding: 16px 0;
    font-size: 12px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .lockout-tagout-solution table tbody tr td img {
    margin-right: 6px;
  }

  .get-started h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .stay-margin {
    margin-top: 40px !important;
  }

  .customers-section .customers-aboutpage button.prev-arrow,
  .customers-section .customers-aboutpage button.next-arrow {
    width: 35px;
    height: 35px;
  }

  .customers-section .customers-aboutpage button img {
    width: 8px;
  }

  .get-started {
    padding: 35px 0;
  }

  .stay-section .row:first-child .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .training-offers .row .col-md-6:first-child .to-section {
    padding-right: 0;
  }

  .stay-section ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .training-offers .to-margin {
    margin-bottom: 24px;
  }
}
