@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin: 0;
  padding: 0;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
input[type="checkbox"]:checked:before {
  content: '\2713';
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  padding: 7px;
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  margin-left: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.iso-45001 * {
  box-sizing: border-box;
  font-family: Roboto;
}
.iso-45001 p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  color: #2C2C2C;
  width: 100%;
}
.iso-45001 p strong,
.iso-45001 p b {
  font-weight: 700;
}
.iso-45001 a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.iso-45001 h1,
.iso-45001 h2,
.iso-45001 h3,
.iso-45001 h4 {
  margin: 0;
}
.iso-45001 h2 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
}
.iso-45001 ul,
.iso-45001 li {
  padding: 0;
  margin: 0;
  color: #2C2C2C;
}
.iso-45001 .container {
  width: 100%;
}
.iso-45001 .flex-container {
  display: flex;
  margin: auto;
}
.iso-45001 .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.iso-45001 .buttons img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.iso-45001 .buttons .btn-blue,
.iso-45001 .buttons .btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  position: relative;
  text-decoration: none;
  outline: none;
  min-width: 167px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.iso-45001 .buttons .btn-blue:hover,
.iso-45001 .buttons .btn-white:hover {
  color: #FFF;
}
.iso-45001 .buttons .btn-blue::after,
.iso-45001 .buttons .btn-white::after {
  content: "";
  background: #00B6D1;
  position: absolute;
  z-index: -1;
  padding: 10px 12px;
}
.iso-45001 .buttons .grow::after {
  transition: all 0.7s ease;
}
.iso-45001 .buttons .grow::after:hover {
  transition: all 0.7s ease-out;
}
.iso-45001 .buttons .grow-spin::after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0) rotate(-180deg);
}
.iso-45001 .buttons .grow-spin:hover::after {
  transform: scale(1, 1) rotate(0deg);
}
.iso-45001 .buttons .btn-blue {
  background-color: #001081;
  color: #FFF;
}
.iso-45001 .buttons .btn-white {
  background-color: #FFF;
  color: #000000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.iso-45001 .buttons .btn-white::after {
  background-color: #ecf0f1;
}
.iso-45001 .buttons .btn-white:hover {
  color: #000000;
}
@keyframes heading-move {
  0% {
    transform: translateX(-120px);
  }
  100% {
    transform: translateX(80px);
  }
}
@keyframes cross {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes cross2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movefact {
  0% {
    transform: translate(-30px, 40px) rotate(0deg);
  }
  50% {
    transform: translate(60px, -40px) rotate(180deg);
  }
  100% {
    transform: translate(-30px, 40px), rotate(360deg);
  }
}
@keyframes progress {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(70deg);
  }
  60% {
    transform: rotate(-70deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sppiner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes testi-move {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100px);
  }
  0% {
    transform: translateX(0px);
  }
}
@keyframes footer-ani {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(100px);
  }
  80% {
    transform: rotate(45deg);
  }
  100% {
    transform: translateX(0px);
  }
}
.iso-45001 .heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
}
.iso-45001 .heading h2 {
  font-size: 22px;
  color: #000000;
}
.iso-45001 .heading span {
  width: 120px;
  height: 5px;
  margin-top: 5px;
  background-color: #001081;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.iso-45001 .heading span::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 7px;
  top: -1px;
  background-color: #FFF;
  animation: heading-move 5s linear infinite;
  z-index: -1;
}
.iso-45001 .heading span::after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  right: 21px;
  top: -1px;
  background-color: #FFF;
  animation: heading-move 5s linear infinite;
  z-index: -1;
}
.iso-45001 .center-heading {
  justify-content: center;
  align-items: center;
}
.iso-45001 .center-heading h2 {
  text-align: center;
}
.iso-45001 .white-heading {
  justify-content: center;
  align-items: center;
}
.iso-45001 .white-heading h2 {
  color: #FFF;
  text-align: center;
}
.iso-45001 .white-heading span {
  background-color: #FFF;
}
.iso-45001 .white-heading span::before,
.iso-45001 .white-heading span::after {
  background-color: #0097AE;
  top: -1;
}
.iso-45001 .form {
  display: flex;
  flex-direction: column;
}
.iso-45001 .form .main-input {
  display: flex;
  flex-direction: column;
}
.iso-45001 .form .main-input .input-container {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.iso-45001 .form .main-input .input-container .input-field,
.iso-45001 .form .main-input .input-container textarea {
  width: 100%;
  border: none;
  padding: 0.7rem;
  outline: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #181818;
  border-radius: 10px;
}
.iso-45001 .form .main-input .input-container textarea {
  height: 75px;
  resize: none;
  overflow: auto;
}
.iso-45001 .form .main-input .input-container ::-webkit-input-placeholder {
  /* Edge */
  color: #95989A;
}
.iso-45001 .form .main-input .input-container :-ms-input-placeholder { 
  /* IE 10+ */
  color: #95989A;
}
.iso-45001 .form .main-input .input-error .input-field {
  border: 2px solid red;
}
.iso-45001 .form .main-input .input-error ::-webkit-input-placeholder {
  /* Edge */
  color: red;
}
.iso-45001 .form .main-input .input-error :-ms-input-placeholder { 
  /* IE 10+ */
  color: red;
  }
.iso-45001 .form .form-consent {
  display: flex;
  color: #FFF;
  font-size: 11px;
  margin-bottom: 0.4rem;
}
.iso-45001 .form .form-consent label {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  width: calc(100% - 22px);
}
.iso-45001 .form .form-consent p {
  color: #FFF;
  line-height: 1.4;
  font-size: 11px;
}
.iso-45001 .form .form-consent a {
  font-weight: 800;
  text-decoration: underline;
}
.iso-45001 .form .form-consent:last-child {
  margin-bottom: 0;
}
.iso-45001 .form .consent-error {
  margin-bottom: 0.5rem;
}
.iso-45001 .form .consent-error p {
  color: red;
  line-height: 1.4;
  font-size: 11px;
}
.iso-45001 .banner {
  flex-direction: column;
}
.iso-45001 .banner .logo-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  height: 100%;
  padding: 1rem 1.5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.098);
}
.iso-45001 .banner .logo-container .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.iso-45001 .banner .logo-container .tka-logo {
  display: flex;
  max-width: 200px;
}
.iso-45001 .banner .logo-container .tka-logo img {
  width: 100%;
  height: 100%;
}
.iso-45001 .banner .logo-container .tka-logo .red-logo {
  display: none;
}
.iso-45001 .banner .logo-container .tka-logo .white-logo {
  display: flex;
}
.iso-45001 .banner .logo-container .menu {
  display: flex;
  z-index: 1;
  margin-left: auto;
}
.iso-45001 .banner .logo-container .menu img {
  width: 24px;
  height: 22px;
}
.iso-45001 .banner .logo-container .menu .menu-purple {
  display: flex;
}
.iso-45001 .banner .logo-container .menu .menu-white {
  display: none;
}
.iso-45001 .banner .logo-container .menu-links {
  width: 0;
  transition: all 0.5s;
  height: fit-content;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.iso-45001 .banner .logo-container .menu-links .menu-toggle {
  color: #000000;
}
.iso-45001 .banner .logo-container .menu-links .menu-toggle img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.iso-45001 .banner .logo-container .menu-links ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.iso-45001 .banner .logo-container .menu-links ul .links-li {
  padding: 8px 0;
  border-bottom: 1px dotted #000000;
}
.iso-45001 .banner .logo-container .menu-links ul .links-li:first-child {
  padding-top: 0;
}
.iso-45001 .banner .logo-container .menu-links ul .links-li:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.iso-45001 .banner .logo-container .menu-links ul .links-li:last-child {
  display: none;
  padding-bottom: 0;
}
.iso-45001 .banner .logo-container .menu-links ul .links-li .link {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.iso-45001 .banner .logo-container .menu-links ul .buttons {
  display: none;
}
.iso-45001 .banner .logo-container .menu.active {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.047);
}
.iso-45001 .banner .logo-container .menu.active + .menu-links {
  padding: 15px;
  width: 80%;
}
.iso-45001 .banner .logo-container .menu.active + .menu-links .menu-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.iso-45001 .banner .iso-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  padding: 1rem 1.5rem;
  transition: 1s;
}
.iso-45001 .banner .iso-sticky .container {
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.iso-45001 .banner .iso-sticky .tka-logo .red-logo {
  display: none;
}
.iso-45001 .banner .iso-sticky .tka-logo .white-logo {
  display: flex;
}
.iso-45001 .banner .iso-sticky .menu .menu-purple {
  display: none;
}
.iso-45001 .banner .iso-sticky .menu .menu-white {
  display: flex;
}
.iso-45001 .banner .iso-sticky-up {
  top: -100px;
}
.iso-45001 .banner .iso-sticky-down {
  top: 0;
}
.iso-45001 .banner .container {
  height: 100%;
}
.iso-45001 .banner .banner-container {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  padding-top: 2rem;
}
.iso-45001 .banner .banner-container .banner-content {
  display: flex;
  flex-direction: column;
}
.iso-45001 .banner .banner-container .banner-content h1{
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  font-size: 24px;
}
.iso-45001 .banner .banner-container .banner-content h1 img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer h3 {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer h3 img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer {
  display: flex;
  flex-direction: row;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.5rem;
  position: relative;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time::after {
  position: absolute;
  content: '';
  background-image: url("/_public/images/iso45001/colon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 40px;
  top: 0px;
  right: -19px;
  animation: blink 1.5s linear infinite;
  z-index: -1;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time:last-child {
  margin-right: 0;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time:last-child::after {
  content: none;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time span::before {
  content: '';
  width: 70%;
  height: 70%;
  position: absolute;
  top: 2px;
  left: 7px;
  border-left: 3px solid #001081;
  border-top: 3px solid #001081;
  transform: rotate(45deg);
  z-index: -1;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time span::after {
  content: '';
  width: 70%;
  height: 70%;
  position: absolute;
  bottom: 2px;
  left: 7px;
  border-right: 3px solid #001081;
  border-bottom: 3px solid #001081;
  transform: rotate(45deg);
  z-index: -1;
}
.iso-45001 .banner .banner-container .banner-content .countdown-offer .timer .time p {
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
}
.iso-45001 .banner .banner-container .banner-content .buttons {
  justify-content: flex-start;
}
.iso-45001 .banner .banner-container .banner-img {
  display: none;
}
.iso-45001 .banner .banner-container .banner-img img {
  width: 100%;
  height: 100%;
}
.iso-45001 .facts-figure {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
}
.iso-45001 .facts-figure .main-facts-figure {
  display: flex;
  flex-direction: column;
}
.iso-45001 .facts-figure .main-facts-figure p {
  text-align: center;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact {
  display: flex;
  margin-top: 1.5rem;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001081;
  padding: 1rem;
  width: 75px;
  height: 75px;
  border-radius: 30px 0 0 30px;
  position: relative;
  z-index: 1;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-img::before {
  content: '';
  background-color: #001081;
  border-radius: 100px;
  width: 45px;
  height: 40px;
  position: absolute;
  top: 17px;
  left: 44px;
  z-index: -1;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-img img {
  width: 80%;
  height: 80%;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-img .white-img {
  display: flex;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-img .blue-img {
  display: none;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-content {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-left: 2rem;
  border-radius: 0 10px 10px 0;
  width: 200px;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-content p {
  text-align: left;
}
.iso-45001 .facts-figure .main-facts-figure .fact-list .fact .fact-content .fact-count {
  display: flex;
  font-weight: 400;
  font-size: 21px;
}
.iso-45001 .delivery {
  padding: 3rem 1.5rem;
}
.iso-45001 .delivery .delivery-inner {
  display: flex;
  flex-direction: column;
}
.iso-45001 .delivery .delivery-inner .left-delivery {
  display: flex;
  flex-direction: column;
}
.iso-45001 .delivery .delivery-inner .left-delivery .buttons {
  justify-content: flex-start;
}
.iso-45001 .delivery .delivery-inner .left-delivery p:nth-child(3) {
  margin-top: 1rem;
}
.iso-45001 .delivery .delivery-inner .right-delivery {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.iso-45001 .delivery .delivery-inner .right-delivery .heading {
  margin-bottom: 1.5rem;
}
.iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods {
  display: flex;
  flex-direction: column;
}
.iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background-color: #FFF;
  font-weight: 700;
}
.iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:last-child {
  margin-bottom: 0;
}
.iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #001081;
  padding: 0.9rem;
  border-radius: 50%;
  margin-right: 1rem;
  box-shadow: -4px 0px 0px #01c3e1;
}
.iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods span img {
  width: 100%;
  height: 100%;
}
.iso-45001 .training-courses {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
}
.iso-45001 .training-courses .main-courses {
  display: flex;
  flex-direction: column;
}
.iso-45001 .training-courses .main-courses .headline {
  text-align: center;
  color: #BBBBBB;
  line-height: 1.6;
}
.iso-45001 .training-courses .main-courses .headline span {
  color: #00C3E1;
  font-weight: 700;
}
.iso-45001 .training-courses .main-courses .courses-list {
  display: flex;
  flex-direction: column;
}
.iso-45001 .training-courses .main-courses .courses-list .course {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  margin-top: 1.5rem;
  background-image: linear-gradient(0deg, #fff 0, #D4F5FA 30%, #00C3E1 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.iso-45001 .training-courses .main-courses .courses-list .course .course-img {
  display: flex;
  background-color: #00C3E1;
  padding: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 13px;
}
.iso-45001 .training-courses .main-courses .courses-list .course .course-img img {
  width: 100%;
}
.iso-45001 .training-courses .main-courses .courses-list .course .course-img .white {
  display: flex;
}
.iso-45001 .training-courses .main-courses .courses-list .course .course-img .blue {
  display: none;
}
.iso-45001 .training-courses .main-courses .courses-list .course h3 {
  margin: 1rem 0;
  text-align: center;
  width: 100%;
}
.iso-45001 .training-courses .main-courses .courses-list .course p {
  text-align: center;
  color: #BBBBBB;
  font-weight: 600;
}
.iso-45001 .training-courses .main-courses .courses-list .course p span {
  font-weight: initial;
}
.iso-45001 .training-courses .main-courses .courses-list .course:hover {
  transition: 0.8s ease-in;
  background-size: 100% 100%;
}
.iso-45001 .training-courses .main-courses .courses-list .course:hover .course-img {
  background-color: #FFF;
}
.iso-45001 .training-courses .main-courses .courses-list .course:hover .course-img .white {
  display: none;
}
.iso-45001 .training-courses .main-courses .courses-list .course:hover .course-img .blue {
  display: flex;
}
.iso-45001 .training-courses .main-courses .courses-list .course:hover .buttons .btn-blue {
  color: #FFF;
}
.iso-45001 .training-courses .main-courses .courses-list .course .buttons .btn-blue::after {
  content: none;
}
.iso-45001 .timeline {
  display: none;
  background-color: #F5F5F5;
}
.iso-45001 .timeline .main-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.iso-45001 .timeline .main-timeline::after,
.iso-45001 .timeline .main-timeline::before {
  content: '';
  background-image: url('/_public/images/iso45001/line-circle.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 79px;
  height: 89px;
  position: absolute;
  z-index: -1;
  animation: progress 3s infinite linear;
}
.iso-45001 .timeline .main-timeline::after {
  bottom: 0;
  right: 0;
}
.iso-45001 .timeline .main-timeline::before {
  top: 0;
  left: 0;
}
.iso-45001 .timeline .main-timeline span img {
  width: 100%;
}
.iso-45001 .popular-courses {
  background-color: #FFF;
}
.iso-45001 .budget-certification {
  padding: 3rem 1.5rem;
  padding-top: 1rem;
}
.iso-45001 .budget-certification .main-budget {
  display: flex;
  flex-direction: column;
}
.iso-45001 .budget-certification .main-budget .limited-budget {
  order: 2;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 1.5rem 1rem;
  border-radius: 20px;
  margin-top: 2rem;
}
.iso-45001 .budget-certification .main-budget .limited-budget span {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
}
.iso-45001 .budget-certification .main-budget .limited-budget span img {
  width: 100%;
}
.iso-45001 .budget-certification .main-budget .limited-budget p {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
}
.iso-45001 .budget-certification .main-budget .limited-budget ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.5rem 0;
  width: 100%;
}
.iso-45001 .budget-certification .main-budget .limited-budget ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1rem;
  z-index: 1;
}
.iso-45001 .budget-certification .main-budget .limited-budget ul li:last-child {
  margin-bottom: 0;
}
.iso-45001 .budget-certification .main-budget .limited-budget ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background-image: linear-gradient(#00C3E1, #006271);
  z-index: -1;
}
.iso-45001 .budget-certification .main-budget .limited-budget .counter {
  font-weight: 600;
  font-size: 16px;
  color: #001081;
}
.iso-45001 .budget-certification .main-budget .certification {
  display: flex;
  order: 1;
  flex-direction: column;
}
.iso-45001 .budget-certification .main-budget .certification p {
  margin-bottom: 0.5rem;
}
.iso-45001 .budget-certification .main-budget .certification ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.iso-45001 .budget-certification .main-budget .certification ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1.4rem;
  z-index: 1;
}
.iso-45001 .budget-certification .main-budget .certification ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background-image: url(/_public/images/iso45001/diamond.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.iso-45001 .budget-certification .main-budget .certification .buttons {
  margin-top: 0.5rem;
  justify-content: flex-start;
}
.iso-45001 .skill-benefits {
  padding: 3rem 1.5rem;
  background-color: #F5F5F5;
}
.iso-45001 .skill-benefits .main-skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.iso-45001 .skill-benefits .main-skill .skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.iso-45001 .skill-benefits .main-skill .skill .skill-img {
  display: flex;
  margin-top: 1rem;
  width: 100%;
  height: 100%;
}
.iso-45001 .skill-benefits .main-skill .skill .skill-img img {
  width: 100%;
}
.iso-45001 .skill-benefits .main-skill .benefits {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
}
.iso-45001 .skill-benefits .main-skill .benefits ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 1rem;
}
.iso-45001 .skill-benefits .main-skill .benefits ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 0.8rem;
}
.iso-45001 .skill-benefits .main-skill .benefits ul li:last-child {
  margin-bottom: 0;
}
.iso-45001 .skill-benefits .main-skill .benefits ul li span {
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-image: url(/_public/images/iso45001/polygon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.iso-45001 .skill-benefits .main-skill .benefits ul li span img {
  width: 26px;
  height: 60px;
}
.iso-45001 .skill-benefits .main-skill .benefits .buttons {
  justify-content: flex-start;
}
.iso-45001 .choose-us {
  padding: 3rem 1.5rem;
}
.iso-45001 .choose-us .why-choose {
  display: flex;
  flex-direction: column;
}
.iso-45001 .choose-us .why-choose p {
  text-align: center;
  line-height: 1.6;
}
.iso-45001 .choose-us .why-choose .choose-list {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.iso-45001 .choose-us .why-choose .choose-list .choose-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  margin-bottom: 2rem;
  background-image: url(/_public/images/iso45001/choose-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 32%;
  background-position: bottom;
}
.iso-45001 .choose-us .why-choose .choose-list .choose-content:last-child {
  margin-bottom: 0;
}
.iso-45001 .choose-us .why-choose .choose-list .choose-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: #00B6D1;
  box-sizing: content-box;
}
.iso-45001 .choose-us .why-choose .choose-list .choose-content span img {
  width: 100%;
  height: 100%;
}
.iso-45001 .choose-us .why-choose .choose-list .choose-content h3 {
  margin: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.iso-45001 .testimonial {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  background: linear-gradient(to right, #006271, #00C3E1);
  z-index: 0;
  position: relative;
}
.iso-45001 .testimonial::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/iso45001/testi-bg-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.iso-45001 .testimonial .testi-main {
  display: flex;
  flex-direction: column;
}
.iso-45001 .testimonial .testi-main .testi-inner {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  border-radius: 20px;
  margin-top: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  background-color: #FFF;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .content p {
  line-height: 1.3;
  margin: 5px 0;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .content span {
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 30px;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .content span img {
  width: 100%;
  height: 18px;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .image {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 50px;
  padding: 0.7rem;
  border: 7px solid #001081;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .image::before {
  position: absolute;
  content: '';
  background-image: url(/_public/images/iso45001/bg-testi.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  right: -6px;
  bottom: -7px;
  z-index: -1;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .clients-info .image::after {
  position: absolute;
  content: '';
  background-image: url(/_public/images/iso45001/bg-testi2.svg);
  width: 40px;
  height: 40px;
  left: 0;
  bottom: 16px;
  z-index: -1;
  background-size: contain;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .para {
  position: relative;
  z-index: 0;
}
.iso-45001 .testimonial .testi-main .testi-inner .testi-clients .para::before {
  content: '';
  position: absolute;
  background-image: url(/_public/images/iso45001/bg-testi.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: -20px;
  z-index: -1;
  animation: testi-move 6s linear infinite;
}
.iso-45001 .testimonial .testi-main .owl-nav {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
}
.iso-45001 .testimonial .testi-main .owl-nav .owl-next {
  display: flex;
  background-image: url(/_public/images/iso45001/forward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  outline: none;
}
.iso-45001 .testimonial .testi-main .owl-nav .owl-next span {
  display: none;
}
.iso-45001 .testimonial .testi-main .owl-nav .owl-prev {
  display: flex;
  background-image: url(/_public/images/iso45001/backward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-right: 2rem;
  outline: none;
}
.iso-45001 .testimonial .testi-main .owl-nav .owl-prev span {
  display: none;
}
.iso-45001 .stakeholders {
  padding: 3rem 1.5rem;
  background-color: #f9f9f9;
}
.iso-45001 .stakeholders .stakeholder-main {
  display: flex;
  flex-direction: column;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-content {
  display: flex;
  flex-direction: column;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-content p {
  margin-top: 0.5rem;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-content p span {
  font-weight: 700;
  color: #000000;
  font-size: 15px;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-content .buttons {
  justify-content: flex-start;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-image {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  height: 100%;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-image .image {
  display: flex;
  height: 100%;
}
.iso-45001 .stakeholders .stakeholder-main .stakeholder-image .image img {
  width: 100%;
}
.iso-45001 .faq-clients {
  padding: 3rem 1.5rem;
}
.iso-45001 .faq-clients .main-faq-clients {
  display: flex;
  flex-direction: column;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq {
  display: flex;
  flex-direction: column;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  background-color: #FFF;
  height: fit-content;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques::before {
  position: absolute;
  content: '';
  width: 45%;
  height: 94%;
  border-left: 3px solid #00C3E1;
  border-top: 3px solid #00C3E1;
  background-color: #FFF;
  z-index: -1;
  top: 0;
  left: 0;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques h3 {
  font-size: 15px;
  width: 90%;
  margin-right: auto;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques span {
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques span img {
  width: 100%;
  height: 100%;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques span .up-arrow {
  display: none;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ans {
  display: none;
  padding: 1rem;
  padding-top: 0;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ans p {
  line-height: 1.6;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ans ul {
  margin-bottom: 0;
  padding-left: 18px;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ans ul li {
  font-size: 12px;
  line-height: 1.5;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content.active .faq-ques span .down-arrow {
  display: none;
}
.iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content.active .faq-ques span .up-arrow {
  display: flex;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list {
  display: flex;
  flex-wrap: wrap;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo img {
  width: 120px;
  height: 116px;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(1) {
  order: 3;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(2) {
  order: 1;
}
.iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(3) {
  order: 2;
}
.iso-45001 .footer {
  padding: 3rem 1.5rem;
  background: linear-gradient(#00C3E1, #006271);
}
.iso-45001 .footer .main-footer {
  display: flex;
  flex-direction: column;
}
.iso-45001 .footer .main-footer .form .heading {
  margin-bottom: 1rem;
}
.iso-45001 .footer .main-footer .contact-us {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}
.iso-45001 .footer .main-footer .contact-us::before {
  content: '';
  background-image: url(/_public/images/iso45001/contact-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 240px;
  z-index: -1;
  position: absolute;
  top: -55px;
}
.iso-45001 .footer .main-footer .contact-us .contact-info {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  width: 252px;
  padding-left: 1.5rem;
  height: 130px;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  align-items: center;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact:last-child {
  margin-bottom: 0;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact .content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact .content h3 {
  font-size: 16px;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact span {
  display: flex;
  background-color: transparent;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact span img {
  width: 100%;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact a,
.iso-45001 .footer .main-footer .contact-us .contact-info .contact p {
  font-size: 11px;
  color: #000000;
  width: 128px;
}
.iso-45001 .footer .main-footer .contact-us .contact-info .contact a {
  align-self: center;
}
.iso-45001 .popup {
  display: none;
  background-color: rgba(221, 221, 221, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 16;
}
.iso-45001 .popup .popup-inner {
  margin: auto;
  width: 86%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  max-width: 400px;
}
.iso-45001 .popup .popup-inner .close-btn {
  width: 54px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  cursor: pointer;
}
.iso-45001 .popup .popup-inner .form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.098);
  margin-bottom: 2rem;
  z-index: 1;
}
.iso-45001 .popup .popup-inner .form::before {
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/_public/images/iso45001/popup-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.iso-45001 .popup .popup-inner .form::after {
  content: '';
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -36px;
  right: 0;
  background-image: url(/_public/images/iso45001/popup-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.iso-45001 .popup .popup-inner .form h2 {
  margin: auto;
  margin-bottom: 1.6rem;
  color: #000000;
  text-align: center;
  width: 75%;
  margin-top: 1rem;
}
.iso-45001 .popup .popup-inner .form .main-input {
  display: flex;
  flex-direction: column;
}
.iso-45001 .popup .popup-inner .form .buttons {
  justify-content: center;
}
.iso-45001 .popup .popup-inner .form .form-consent,
.iso-45001 .popup .popup-inner .form p {
  color: #2C2C2C;
}
/* scroll */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: #FFF;
}
::-webkit-scrollbar-thumb {
  background: #001081;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #001081;
}
@media (min-width : 768px) {
  .iso-45001 .buttons .btn-blue,
  .iso-45001 .buttons .btn-white {
    font-size: 16px;
  }
  .iso-45001 .heading {
    margin-bottom: 1rem;
  }
  .iso-45001 .banner .logo-container {
    width: 100%;
    padding: 1rem 2rem;
  }
  .iso-45001 .banner .logo-container .menu.active + .menu-links {
    width: 50%;
  }
  .iso-45001 .banner .banner-container {
    padding: 3rem 2rem;
    padding-top: 2rem;
  }
  .iso-45001 .facts-figure {
    padding: 3rem 2rem;
  }
  .iso-45001 .facts-figure .main-facts-figure .fact-list {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .iso-45001 .delivery {
    padding: 3rem 2rem;
  }
  .iso-45001 .delivery .delivery-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .delivery .delivery-inner .left-delivery {
    width: 52%;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery {
    margin-top: 0;
    width: 39%;
    position: sticky;
    top: 70px;
    height: fit-content;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods {
    position: relative;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:hover {
    background-color: #00C3E1;
    transition: all 1s;
    color: #FFF;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:hover span {
    box-shadow: 4px 0px 0px #FFF;
    transition: all 1s;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:hover::before {
    top: 0;
    left: -30px;
    transition: all 1s;
    color: #001081;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods::before {
    font-size: 3.5rem;
    color: #e5e4e4;
    font-weight: 600;
    position: absolute;
    bottom: -12px;
    left: -21px;
    z-index: -1;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:nth-child(1)::before {
    content: '1';
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:nth-child(2)::before {
    content: '2';
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:nth-child(3)::before {
    content: '3';
  }
  .iso-45001 .delivery .delivery-inner .right-delivery .delivery-methods .methods:nth-child(4)::before {
    content: '4';
  }
  .iso-45001 .training-courses {
    padding: 3rem 2rem;
    background-color: transparent;
    padding-top: 1rem;
  }
  .iso-45001 .training-courses .main-courses .courses-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course {
    width: 31%;
    margin-left: 1.5rem;
    min-height: 286px;
    box-shadow: 3px 3px 5px 6px #f0f0f0;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course h3 {
    min-height: 50px;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course:first-child,
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(4),
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(7),
  .iso-45001 .training-courses .main-courses .courses-list .course:last-child {
    margin-left: 0;
  }
  .iso-45001 .timeline {
    display: flex;
    padding: 3rem 2rem;
  }
  .iso-45001 .timeline .main-timeline span {
    display: flex;
    height: 100%;
  }
  .iso-45001 .popular-courses {
    padding: 3rem 2rem;
  }
  .iso-45001 .budget-certification {
    padding: 3rem 2rem;
  }
  .iso-45001 .budget-certification .main-budget {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .iso-45001 .budget-certification .main-budget .limited-budget {
    width: 47%;
    position: sticky;
    height: fit-content;
    top: 60px;
    order: 1;
    margin-top: 0;
  }
  .iso-45001 .budget-certification .main-budget .certification {
    width: 47%;
    order: 2;
  }
  .iso-45001 .skill-benefits {
    padding: 3rem 2rem;
  }
  .iso-45001 .skill-benefits .main-skill .skill .heading {
    align-items: center;
  }
  .iso-45001 .skill-benefits .main-skill .skill .heading h2 {
    width: auto;
  }
  .iso-45001 .skill-benefits .main-skill .skill p {
    text-align: center;
  }
  .iso-45001 .skill-benefits .main-skill .skill .skill-img {
    width: 70%;
    margin: auto;
    margin-top: 1.5rem;
  }
  .iso-45001 .skill-benefits .main-skill .benefits ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .skill-benefits .main-skill .benefits ul li {
    width: 47%;
  }
  .iso-45001 .skill-benefits .main-skill .benefits ul linth:nth-last-child(1),
  .iso-45001 .skill-benefits .main-skill .benefits ul li :nth-last-child(2) {
    margin-bottom: 0;
  }
  .iso-45001 .choose-us {
    padding: 3rem 2rem;
  }
  .iso-45001 .choose-us .why-choose .choose-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content {
    width: 47%;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content:nth-last-child(2) {
    margin-bottom: 0;
  }
  .iso-45001 .testimonial {
    padding: 3rem 2rem;
  }
  .iso-45001 .testimonial .testi-main .testi-inner .testi-clients {
    height: 400px;
    width: 92%;
  }
  .iso-45001 .stakeholders {
    padding: 3rem 2rem;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image .heading {
    align-items: center;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image .heading h2 {
    width: auto;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image .image {
    width: 70%;
    align-self: center;
  }
  .iso-45001 .faq-clients {
    padding: 3rem 2rem;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content {
    width: 48%;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list {
    justify-content: center;
    flex-direction: row;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo {
    width: auto;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo img {
    width: 137px;
  }
  .iso-45001 .footer {
    padding: 3rem 2rem;
  }
  .iso-45001 .footer .main-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .footer .main-footer .form {
    width: 55%;
  }
  .iso-45001 .footer .main-footer .form .heading {
    align-items: flex-start;
  }
  .iso-45001 .footer .main-footer .form .heading h2 {
    text-align: left;
  }
  .iso-45001 .footer .main-footer .form .buttons {
    justify-content: flex-start;
  }
  .iso-45001 .footer .main-footer .form .main-input {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .iso-45001 .footer .main-footer .form .main-input .input-container {
    width: 48%;
  }
  .iso-45001 .footer .main-footer .form .main-input .input-container:last-child {
    width: 100%;
  }
  .iso-45001 .footer .main-footer .contact-us {
    width: 48%;
    margin-top: 0;
  }
  .iso-45001 .footer .main-footer .contact-us::before {
    width: 290px;
    height: 255px;
    top: 86px;
  }
  .iso-45001 .footer .main-footer .contact-us .contact-info {
    padding: 1rem;
    padding-top: 0;
  }
  .iso-45001 .footer .main-footer .contact-us .contact-info .contact a {
    font-size: 13px;
    margin-top: 2px;
  }
}
@media (min-width : 1024px) {
  .iso-45001 .heading h2 {
    font-size: 28px;
  }
  .iso-45001 .banner {
    background-image: url(/_public/images/iso45001/banner-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 58% 80%;
  }
  .iso-45001 .banner .logo-container .menu {
    display: none;
  }
  .iso-45001 .banner .logo-container .menu-links {
    display: flex;
    align-items: center;
    background: 0 0;
    max-height: unset;
    overflow: unset;
    position: relative;
    box-shadow: none;
    justify-content: flex-end;
    width: 100%;
  }
  .iso-45001 .banner .logo-container .menu-links .menu-toggle {
    display: none;
  }
  .iso-45001 .banner .logo-container .menu-links ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li {
    border-bottom: none;
    border-bottom-style: none;
    margin-right: 0.8rem;
    padding: 0;
    position: relative;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li:last-child {
    display: flex;
    margin-right: 0;
    margin-top: 0;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li:last-child::after,
  .iso-45001 .banner .logo-container .menu-links ul .links-li:last-child::before {
    content: none;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li .link {
    transition: none;
    font-weight: 600;
    position: relative;
    padding-bottom: 7px;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li .line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    background-color: #001081;
    transition: transform 0.3s;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li .line:hover:after {
    transform: scaleX(1);
  }
  .iso-45001 .banner .logo-container .menu-links ul .buttons .btn-white {
    margin-right: 0.8rem;
  }
  .iso-45001 .banner .iso-sticky {
    background-color: #FFF;
  }
  .iso-45001 .banner .banner-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  .iso-45001 .banner .banner-container::before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 40px;
    left: 400px;
    background-image: linear-gradient(#00C3E1, #000841);
    border-radius: 50%;
    opacity: 0.04;
    animation: cross 5s linear infinite;
    z-index: -1;
  }
  .iso-45001 .banner .banner-container::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 20px;
    left: 440px;
    background-image: linear-gradient(#00C3E1, #000841);
    opacity: 0.04;
    border-radius: 50%;
    animation: cross2 5s linear infinite;
    z-index: -1;
  }
  .iso-45001 .banner .banner-container .banner-content {
    width: 43%;
  }
  .iso-45001 .banner .banner-container .banner-img {
    display: flex;
    margin-top: 0;
    width: 43%;
    height: 100%;
  }
  .iso-45001 .facts-figure {
    background-color: transparent;
    padding-top: 2.2rem;
  }
  .iso-45001 .facts-figure .main-facts-figure {
    position: relative;
  }
  .iso-45001 .facts-figure .main-facts-figure::before {
    content: '';
    background-image: url(/_public/images/iso45001/dotted-cir.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 10px;
    opacity: 0.4;
    z-index: -1;
  }
  .iso-45001 .training-courses {
    background-image: url('/_public/images/iso45001/course-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course {
    width: 23%;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(4),
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(7),
  .iso-45001 .training-courses .main-courses .courses-list .course:last-child {
    margin-left: 1.5rem;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(5),
  .iso-45001 .training-courses .main-courses .courses-list .course:nth-child(9) {
    margin-left: 0;
  }
  .iso-45001 .budget-certification .main-budget .limited-budget {
    width: 33%;
    margin-left: 1rem;
    background-color: #FFF;
    position: relative;
    top: 0;
  }
  .iso-45001 .budget-certification .main-budget .limited-budget::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(#00C3E1, #006271);
    border-radius: 20px;
    transform: rotate(12deg);
    opacity: 0.5;
    z-index: -1;
    animation: move 5s linear infinite;
  }
  .iso-45001 .budget-certification .main-budget .certification {
    width: 54%;
    margin-top: 0;
  }
  .iso-45001 .skill-benefits .main-skill {
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .skill-benefits .main-skill .skill {
    width: 44%;
    height: fit-content;
  }
  .iso-45001 .skill-benefits .main-skill .skill .heading {
    align-items: flex-start;
  }
  .iso-45001 .skill-benefits .main-skill .skill p {
    text-align: left;
  }
  .iso-45001 .skill-benefits .main-skill .skill .skill-img {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
  }
  .iso-45001 .skill-benefits .main-skill .benefits {
    width: 52%;
    margin-top: 0;
  }
  .iso-45001 .skill-benefits .main-skill .benefits ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .skill-benefits .main-skill .benefits ul li {
    width: 49%;
  }
  .iso-45001 .choose-us .why-choose .choose-list {
    margin-top: 2rem;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content {
    width: 23%;
    padding: 2rem 1rem;
    margin: 0;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content h3 {
    text-align: center;
    min-height: 50px;
  }
  .iso-45001 .testimonial .testi-main .testi-inner .testi-clients {
    height: 330px;
  }
  .iso-45001 .stakeholders .stakeholder-main {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-content {
    width: 48%;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image {
    width: 48%;
    margin-top: 0;
    position: relative;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image .heading {
    align-items: flex-start;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image .image {
    width: 100%;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image::before {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: -34px;
    right: -7px;
    background-image: url(/_public/images/iso45001/spin.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .iso-45001 .faq-clients {
    background-color: transparent;
  }
  .iso-45001 .faq-clients .main-faq-clients {
    flex-direction: row;
    justify-content: space-between;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq {
    width: 52%;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list {
    flex-direction: column;
    justify-content: space-between;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content {
    width: 100%;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq .faq-list .faq-content .faq-ques::before {
    height: 94%;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients {
    margin-top: 6rem;
    position: sticky;
    width: 420px;
    top: 100px;
    height: fit-content;
    animation: pulse 2s linear infinite ;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .heading {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    top: 140px;
    z-index: 1;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .heading h2 {
    width: 120px;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .heading span {
    display: none;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list {
    background-image: url(/_public/images/iso45001/dots-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: pulse 2slinearinfinite;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    background-position: center;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo {
    width: 86%;
    animation: move 5s linear infinite;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(1) {
    order: 1;
    margin-top: -2rem;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(2) {
    order: 2;
    justify-content: space-between;
    margin-top: 0;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients .clients-list .client-logo:nth-child(3) {
    order: 3;
    justify-content: space-between;
    margin-top: 2.5rem;
    width: 70%;
  }
  .iso-45001 .footer {
    background-image: url('/_public/images/iso45001/footer-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .iso-45001 .footer::before {
    content: '';
    position: absolute;
    background-image: url(/_public/images/iso45001/circle-footer.png);
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    right: 200px;
    animation: footer-ani 8s linear infinite;
    z-index: 0;
  }
  .iso-45001 .footer .main-footer {
    padding-top: 2rem;
  }
  .iso-45001 .footer .main-footer .form {
    width: 60%;
  }
  .iso-45001 .footer .main-footer .contact-us {
    width: 35%;
  }
}
@media (min-width : 1366px) {
  .iso-45001 .container {
    width: 1200px;
    margin: 0 auto;
  }
  .iso-45001 .heading h2 {
    font-size: 30px;
  }
  .iso-45001 .buttons .btn-blue,
  .iso-45001 .buttons .btn-white {
    font-size: 18px;
  }
  .iso-45001 .banner {
    padding: 4rem 0rem;
    padding-top: 0;
    background-size: 54% 95%;
  }
  .iso-45001 .banner .logo-container .menu-links ul .links-li {
    margin-right: 1.4rem;
  }
  .iso-45001 .banner .logo-container .menu-links ul .buttons .btn-white {
    margin-right: 1.4rem;
  }
  .iso-45001 .banner .banner-container {
    padding: 0;
    padding-top: 2rem;
  }
  .iso-45001 .banner .banner-container::before {
    bottom: 82px;
    left: 450px;
  }
  .iso-45001 .banner .banner-container::after {
    bottom: 44px;
    left: 503px;
  }
  .iso-45001 .banner .banner-container .banner-content {
    width: 47%;
    position: relative;
    z-index: 1;
  }
  .iso-45001 .banner .banner-container .banner-content::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -28px;
    right: 95px;
    background-image: linear-gradient(#00C3E1, #000841);
    opacity: 0.04;
    border-radius: 50%;
    z-index: -1;
    animation: cross2 5s linear infinite;
  }
  .iso-45001 .banner .banner-container .banner-content::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    left: -64px;
    background-image: linear-gradient(#00C3E1, #000841);
    opacity: 0.04;
    border-radius: 50%;
    z-index: -1;
  }
  .iso-45001 .banner .banner-container .banner-img {
    width: 43%;
  }
  .iso-45001 .facts-figure {
    padding: 1.5rem 0;
  }
  .iso-45001 .facts-figure .main-facts-figure::before {
    width: 140px;
    height: 140px;
    top: -70px;
    left: 40px;
    animation: movefact 5s linear infinite;
  }
  .iso-45001 .delivery {
    padding: 4rem 0rem;
  }
  .iso-45001 .delivery .delivery-inner .left-delivery {
    width: 54%;
  }
  .iso-45001 .delivery .delivery-inner .right-delivery {
    width: 30%;
  }
  .iso-45001 .training-courses {
    padding: 4rem 0rem;
  }
  .iso-45001 .training-courses .main-courses .courses-list .course {
    margin-left: 2rem;
  }
  .iso-45001 .timeline {
    padding: 4rem 0rem;
  }
  .iso-45001 .timeline .main-timeline::before {
    top: 0;
    left: 0;
  }
  .iso-45001 .timeline .main-timeline::after {
    bottom: 0;
    right: 0;
  }
  .iso-45001 .budget-certification {
    padding: 4rem 0rem;
    padding-top: 2rem;
  }
  .iso-45001 .budget-certification .main-budget .limited-budget {
    width: 28%;
    margin-left: 0;
  }
  .iso-45001 .budget-certification .main-budget .certification {
    width: 58%;
  }
  .iso-45001 .skill-benefits {
    padding: 4rem 0rem;
  }
  .iso-45001 .skill-benefits .main-skill .skill {
    width: 42%;
  }
  .iso-45001 .skill-benefits .main-skill .benefits {
    width: 54%;
  }
  .iso-45001 .choose-us {
    padding: 4rem 0rem;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content {
    width: 22%;
    padding: 2rem 1rem;
    margin: 0;
  }
  .iso-45001 .choose-us .why-choose .choose-list .choose-content h3 {
    text-align: center;
  }
  .iso-45001 .testimonial {
    padding: 4rem 0rem;
  }
  .iso-45001 .testimonial .testi-main .testi-inner .testi-clients {
    height: 270px;
  }
  .iso-45001 .stakeholders {
    padding: 4rem 0rem;
  }
  .iso-45001 .stakeholders .stakeholder-main .stakeholder-image::before {
    animation: sppiner 10s linear infinite;
  }
  .iso-45001 .faq-clients {
    padding: 4rem 0rem;
  }
  .iso-45001 .faq-clients .main-faq-clients .main-faq {
    width: 55%;
  }
  .iso-45001 .faq-clients .main-faq-clients .our-clients {
    width: 450px;
  }
  .iso-45001 .footer {
    padding: 4rem 0rem;
  }
  .iso-45001 .footer .main-footer .contact-us {
    width: 30%;
  }
  .iso-45001 .footer .main-footer .contact-us::before {
    width: 310px;
    height: 300px;
  }
}
@media (min-width : 1500px) {
  .iso-45001 .banner {
    background-size: 55% 100%;
  }
}
@media (min-width: 320px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
.iso-45001 .footer .main-footer .contact-us::before{
  left: 0;
}
}
@media (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.iso-45001 .banner{
  background-size: 49% 83%;
}
.iso-45001 .banner .banner-container .banner-content{
  width: 55%;
}
.iso-45001 .banner .banner-container .banner-img{
  width: 45%;
}
}
@media (min-width: 1366px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .iso-45001 .banner{
    background-size: 47% 83%;
  }
  .iso-45001 .banner .banner-container .banner-content{
    width: 58%;
  }
  .iso-45001 .banner .banner-container .banner-img{
    width: 42%;
  }
}
@media (min-width: 768px),(min-width: 1024px),(min-width: 1366px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .iso-45001 .footer .main-footer .contact-us::before{
    left: 24px;
  }
}