.hero_section {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero_section h4 {
  padding-bottom: 3%;
  color: #101010;
  font-size: 1.6rem;
  font-weight: bold;
}
.hero_section h4 span {
  color: #C95F11;
}
.hero_section h4 span.purple {
  color: #57368C;
}
.hero_section h2 {
  color: #57368C;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 3%;
}
.hero_section p {
  text-align: center;
  font-size: 1.6rem;
  color: #555555;
  padding-inline: 10%;
}

.safety_section .container-fluid .row .img_col {
  padding: 0;
  position: relative;
}
.safety_section .container-fluid .row .img_col .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.safety_section .container-fluid .row .img_col .img_container img {
  z-index: 5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.safety_section .container-fluid .row .desc_col {
  position: relative;
  padding: 0;
}
.safety_section .container-fluid .row .desc_col .title {
  z-index: 6;
  background-color: #C95F11;
  color: #101010;
  font-size: 2.4rem;
  font-weight: bold;
  padding-block: 5%;
  text-align: center;
  position: absolute;
  top: 0;
  left: -10%;
  width: 110%;
}
.safety_section .container-fluid .row .desc_col .desc {
  padding-top: 30%;
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
  -webkit-padding-end: 5%;
          padding-inline-end: 5%;
  position: relative;
  font-weight: bold;
}
.safety_section .container-fluid .row .desc_col .desc p {
  color: #101010;
  font-size: 1.4rem;
  line-height: 1.6;
}

.delineated_section .logo_container {
  padding-block: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delineated_section .logo_container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
}
.delineated_section .logo_container .logo img {
  width: 75%;
}
.delineated_section .logo_container .line {
  width: 30%;
  height: 2px;
  background-color: #555555;
}
.delineated_section h2 {
  color: #101010;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.delineated_section .container-fluid {
  padding-block: 6%;
}
.delineated_section .container-fluid .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delineated_section .container-fluid .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delineated_section .container-fluid .row .col .img_container {
  padding-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delineated_section .container-fluid .row .col .img_container img {
  width: 25%;
}
.delineated_section .container-fluid .row .col p {
  text-align: center;
  font-size: 1.4rem;
  color: #101010;
  padding-inline: 15%;
}

.aspect_section {
  padding: 5%;
  margin-bottom: 20vh;
  position: relative;
}
.aspect_section .aspect_card {
  padding: 3%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.aspect_section .aspect_card p {
  color: #101010;
  font-size: 1.4rem;
  padding-inline: 10%;
}
.aspect_section .aspect_card:before {
  content: "";
  position: absolute;
  border: 10px dashed #C95F11;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.company_section {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  text-align: center;
  position: relative;
}
.company_section::after {
  content: url(../images/dots.svg);
  position: absolute;
  top: -3%;
  right: -6%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.company_section h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 3.4rem;
  line-height: 1.6;
}

.contracing_section {
  padding: 5%;
}
.contracing_section .container-fluid .row .img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contracing_section .container-fluid .row .img_col .img_container {
  width: 75%;
}
.contracing_section .container-fluid .row .text_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contracing_section .container-fluid .row .text_col h5 {
  color: #C95F11;
  padding-bottom: 2%;
}
.contracing_section .container-fluid .row .text_col p {
  color: #101010;
  font-size: 1.6rem;
  font-weight: bold;
}

.crucial_section {
  padding: 5%;
}
.crucial_section .title {
  background-color: #57368C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  -webkit-padding-end: 8%;
          padding-inline-end: 8%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.crucial_section .title::before {
  content: url(../images/dots.svg);
  position: absolute;
  left: -3%;
  bottom: -31%;
  z-index: -1;
  display: block;
}
.crucial_section .title h2 {
  color: #FFFFFF;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.crucial_section .desc {
  padding-top: 3%;
}
.crucial_section .desc p {
  color: #101010;
  font-size: 1.4rem;
  -webkit-padding-end: 40%;
          padding-inline-end: 40%;
}

.reinforce_section {
  padding: 5%;
}
.reinforce_section .title {
  padding-bottom: 5%;
}
.reinforce_section .title h2 {
  color: #C95F11;
  font-weight: bold;
}
.reinforce_section .container-fluid .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reinforce_section .container-fluid .row .col .number_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
}
.reinforce_section .container-fluid .row .col .number_container .rounded-circle {
  background-color: #57368C;
  color: #C95F11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}
.reinforce_section .container-fluid .row .col .desc {
  width: 90%;
  -webkit-padding-end: 25%;
          padding-inline-end: 25%;
}
.reinforce_section .container-fluid .row .col .desc p {
  color: #101010;
  font-size: 1.6rem;
}
.reinforce_section .container-fluid .row .even_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reinforce_section .container-fluid .row .even_col .desc {
  -webkit-padding-end: 0%;
          padding-inline-end: 0%;
}
.reinforce_section .container-fluid .row .img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2%;
}
.reinforce_section .container-fluid .row .img_col img {
  width: 50%;
}
.reinforce_section .container-fluid .row .even_img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 2%;
}
.reinforce_section .container-fluid .row .even_img_col img {
  width: 50%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (max-width: 768px) {
  .hero_section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 25%;
    padding-bottom: 10%;
  }
  .hero_section h4 {
    font-size: 1.4rem;
  }
  .hero_section h2 {
    font-size: 2.8rem;
  }
  .hero_section p {
    font-size: 1.4rem;
    padding-inline: 5%;
    text-align: start;
  }
  .safety_section .container-fluid .row .img_col::after {
    display: none;
  }
  .safety_section .container-fluid .row .desc_col {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .safety_section .container-fluid .row .desc_col .title {
    z-index: 6;
    background-color: #C95F11;
    color: #101010;
    font-size: 2.4rem;
    font-weight: bold;
    padding-block: 5%;
    padding-inline: 10%;
    text-align: center;
    position: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -10%;
  }
  .safety_section .container-fluid .row .desc_col .title p {
    font-size: 1.8rem;
  }
  .safety_section .container-fluid .row .desc_col .desc {
    padding-top: 5%;
    padding-inline: 5%;
  }
  .safety_section .container-fluid .row .desc_col .desc p {
    font-size: 1.4rem;
  }
  .delineated_section {
    padding: 5%;
  }
  .delineated_section h2 {
    font-size: 1.8rem;
  }
  .delineated_section .container-fluid .row .col {
    padding-bottom: 5%;
  }
  .delineated_section .container-fluid .row .col .img_container img {
    width: 15%;
  }
  .delineated_section .container-fluid .row .col p {
    font-size: 1.4rem;
    padding-inline: 10%;
  }
  .aspect_section {
    margin-bottom: 10%;
  }
  .aspect_section svg {
    width: 90%;
  }
  .aspect_section .aspect_card {
    padding: 5%;
  }
  .aspect_section .aspect_card p {
    padding-inline: 5%;
    font-size: 1rem;
  }
  .company_section {
    height: 50vh;
  }
  .company_section::after {
    display: none;
  }
  .company_section h2 {
    font-size: 1.8rem;
  }
  .contracing_section .container-fluid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contracing_section .container-fluid .row .img_col {
    padding-bottom: 5%;
  }
  .contracing_section .container-fluid .row .img_col .img_container {
    width: 75%;
  }
  .contracing_section .container-fluid .row .text_col {
    padding-bottom: 5%;
  }
  .contracing_section .container-fluid .row .text_col p {
    font-size: 1.6rem;
  }
  .crucial_section {
    padding: 5% 0%;
  }
  .crucial_section .title {
    padding: 4% 5%;
    -webkit-padding-end: 10%;
            padding-inline-end: 10%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crucial_section .title h2 {
    color: #FFFFFF;
    font-size: 1.8rem;
    text-transform: uppercase;
  }
  .crucial_section .desc {
    padding-top: 5%;
    -webkit-padding-start: 5%;
            padding-inline-start: 5%;
  }
  .crucial_section .desc p {
    font-size: 1.4rem;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .reinforce_section .title {
    padding-bottom: 10%;
  }
  .reinforce_section .title h2 {
    line-height: 1.6;
  }
  .reinforce_section .container-fluid .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reinforce_section .container-fluid .row .col .number_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20%;
  }
  .reinforce_section .container-fluid .row .col .desc {
    width: 80%;
    -webkit-padding-end: 0%;
            padding-inline-end: 0%;
  }
  .reinforce_section .container-fluid .row .col .desc p {
    color: #101010;
    font-size: 1.4rem;
  }
  .reinforce_section .container-fluid .row .even_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reinforce_section .container-fluid .row .even_col .desc {
    -webkit-padding-end: 0%;
            padding-inline-end: 0%;
  }
  .reinforce_section .container-fluid .row .img_col {
    padding-block: 4%;
  }
  .reinforce_section .container-fluid .row .img_col img {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    width: 50%;
  }
  .reinforce_section .container-fluid .row .even_img_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 2%;
  }
  .reinforce_section .container-fluid .row .even_img_col img {
    width: 50%;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 500px) {
  .hero_section {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 25%;
    padding-bottom: 10%;
  }
  .hero_section h4 {
    font-size: 1.4rem;
  }
  .hero_section h2 {
    font-size: 2.4rem;
  }
  .hero_section p {
    font-size: 1.2rem;
    padding-inline: 5%;
    text-align: start;
  }
  .safety_section .container-fluid .row .img_col::after {
    display: none;
  }
  .safety_section .container-fluid .row .desc_col {
    position: relative;
    padding: 0;
    z-index: 5;
  }
  .safety_section .container-fluid .row .desc_col .title {
    z-index: 6;
    background-color: #C95F11;
    color: #101010;
    font-size: 2.4rem;
    font-weight: bold;
    padding-block: 5%;
    padding-inline: 10%;
    text-align: center;
    position: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -10%;
  }
  .safety_section .container-fluid .row .desc_col .title p {
    font-size: 1.4rem;
  }
  .safety_section .container-fluid .row .desc_col .desc {
    padding-top: 5%;
    padding-inline: 5%;
  }
  .safety_section .container-fluid .row .desc_col .desc p {
    font-size: 1rem;
  }
  .delineated_section {
    padding: 5%;
  }
  .delineated_section h2 {
    font-size: 1.4rem;
  }
  .delineated_section .container-fluid {
    padding-block: 10%;
  }
  .delineated_section .container-fluid .row .col {
    padding-bottom: 5%;
  }
  .delineated_section .container-fluid .row .col .img_container img {
    width: 15%;
  }
  .delineated_section .container-fluid .row .col p {
    font-size: 1.2rem;
    padding-inline: 15%;
  }
  .aspect_section {
    margin-bottom: 10%;
  }
  .aspect_section svg {
    width: 90%;
    height: 100%;
  }
  .aspect_section svg rect {
    height: 100%;
  }
  .aspect_section .aspect_card {
    padding: 5%;
  }
  .aspect_section .aspect_card p {
    padding-inline: 5%;
    font-size: 1rem;
  }
  .company_section {
    height: 50vh;
  }
  .company_section::after {
    display: none;
  }
  .company_section h2 {
    font-size: 1.8rem;
  }
  .contracing_section .container-fluid .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contracing_section .container-fluid .row .img_col {
    padding-bottom: 5%;
  }
  .contracing_section .container-fluid .row .img_col .img_container {
    width: 75%;
  }
  .contracing_section .container-fluid .row .text_col {
    padding-bottom: 5%;
  }
  .contracing_section .container-fluid .row .text_col p {
    font-size: 1.6rem;
  }
  .crucial_section {
    padding: 5% 0%;
  }
  .crucial_section .title {
    padding: 4% 5%;
    -webkit-padding-end: 10%;
            padding-inline-end: 10%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .crucial_section .title h2 {
    color: #FFFFFF;
    font-size: 1.8rem;
    text-transform: uppercase;
  }
  .crucial_section .desc {
    padding-top: 5%;
    -webkit-padding-start: 5%;
            padding-inline-start: 5%;
  }
  .crucial_section .desc p {
    font-size: 1.4rem;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .reinforce_section .title {
    padding-bottom: 10%;
  }
  .reinforce_section .title h2 {
    line-height: 1.6;
  }
  .reinforce_section .container-fluid .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10%;
  }
  .reinforce_section .container-fluid .row .col .number_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 40%;
    padding-bottom: 5%;
  }
  .reinforce_section .container-fluid .row .col .number_container .rounded-circle {
    width: 65px !important;
    height: 65px !important;
  }
  .reinforce_section .container-fluid .row .col .desc {
    width: 100%;
    -webkit-padding-end: 0%;
            padding-inline-end: 0%;
  }
  .reinforce_section .container-fluid .row .col .desc p {
    color: #101010;
    font-size: 1.2rem;
  }
  .reinforce_section .container-fluid .row .even_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reinforce_section .container-fluid .row .even_col .desc {
    -webkit-padding-end: 0%;
            padding-inline-end: 0%;
  }
  .reinforce_section .container-fluid .row .img_col {
    display: none;
  }
  .reinforce_section .container-fluid .row .even_img_col {
    display: none;
  }
}