
/*=============================
safety
=====================*/

.safety-header {
    background-image: url(images/safety1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80vh;
    margin: 10rem 0 2rem;
}

.safety-container > h1 {
    color: rgb(0, 123, 255);
    text-align: center;
    margin-bottom: 2rem;
}

.safety-container > p {
    width: 80%;
    margin: 0 auto 5rem;
    text-align: center;
}

.video1 {
    width: 50%;
}

.position {
    text-align: center;
    margin-bottom: 10rem;
}

.position > img {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.hse {
    margin: auto 4rem;
}

.hse > h4 {
    color:rgb(0, 123, 255);
    margin-top: 2rem;
}

.hse > ul {
    box-shadow: 0 0 2px 1px rgb(205, 205, 205);
    height: auto;
    border-radius: 5px;
    margin: 1rem 0;
    padding: 1em 2em;
}

.hse > ul > li {
    margin: 1rem 0;
}

.hse-p {
    margin: 3rem 4rem;
}

.saving-rules {
    text-align: center;
    margin: 5rem auto;
}

video {
    border-radius: 5px;
}

.fire-section {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    padding: 5rem;
}

.fire-header > h1 {
    color: red;
    font-weight: bold;
    text-align: center;
}

.fire-header > img {
    display: flex;
    width: 40%;
    margin: 4rem auto 0;
    object-position: center;
    object-fit: contain;
    border-radius: 5px;
}

.fire-header > h5 {
    text-align: center;
    margin-bottom: 4rem;
}

.fire-header > h4 {
    font-weight: bold;
}

.fire-header > ul > li {
    margin: 1rem 0;
}

.fire-breakout > h2 {
    color: rgb(233, 63, 63);
    font-weight: bold;
}

.fire-breakout > ol > li {
    margin: 1rem 0;
}

.fire-breakout > ol > li > span {
    font-weight: bold;
    margin: 1rem 0;
}

.emergency {
    box-shadow: 0 0 5px 2px gray;
    margin: 0 0 5rem;
    padding: 2em 0;
    text-align: center;
}

.emergency > h1 {
    color: red;
    font-weight: bold;
}

.emergency > h4 {
    font-weight: bold;
}

@media only screen and (max-width: 600px) {

    .safety-body {
        font-size: 4vw;
        font-weight: 7.4;
        padding: 0;
    }

    .safety-header {
        background-image: url(images/safety1.jpg);
        background-position: 50% 20%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 30vh;
        margin: 8rem 0 2rem;
    }

    .safety-container > h1 {
        font-size: 10vw;
    }

    .safety-container > p {
        width: 100%;
        margin: 0 auto 5rem;
        text-align: left;
        padding: 1em;
    }

    .hse {
        margin: 0;
        padding: 0 1em 0 1.5em;
    }

    .hse-p {
        margin: 3rem 1rem;
    }

    .hse > ul {
        box-shadow: 0 0 2px 1px rgb(205, 205, 205);
        height: auto;
        border-radius: 5px;
        margin: 1rem 0;
        padding: 1em 0;
    }

    .fire-section {
        background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
        padding: 5rem 0;
    }

    .saving-rules {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin: 0 0;
        width: 100%;
        padding: 0;
    }

    .saving-rules > h4 {
        margin-left: 1rem;
    }

    .video1 {
        width: 100%;
    }

    video {
        border-radius: 5px;
        width: 100%;
        height: 20vh;
        object-fit: cover;
        object-position: center;
    }

    .fire-section {
        background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
        padding: 2rem 1em;
    }

    .position > img {
        margin-top: 0;
    }

    .position > h2 {
        margin-top: 0;
    }

    .fire-header > h1 {
        font-size: 10vw;
    }

    .fire-breakout > h2 {
        font-size: 10vw;
    }

    .emergency > h1 {
        font-size: 10vw;
    }

    .position > h2 {
        font-size: 10vw;
    }

}

/*===========================
HR
=============================*/

.hr-header {
    margin: 10rem 0 5rem;
    padding: 0 3rem;
}

.hrm-pix {
    background-image: url(images/hrm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80vh;
}

.hr-header > h1 {
    color:rgb(0, 123, 255);
    text-align: center;
}

.hr-header > p {
    margin: 2rem 3rem;
}

.hr-header > h4 {
    font-weight: bold;
    color:rgb(0, 123, 255);
}

.align > h4 {
    color:rgb(0, 123, 255);
    margin-top: 4rem;
    font-weight: bold;
}

.align > ol > li {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 600px) {

    .hr-body {
        font-size: 4vw;
        line-height: 7.4vw;
    }

    .hr-header {
        margin: 8rem 0 5rem;
        padding: 0 1rem;
    }

    .hr-header > h1 {
        font-size: 10vw;
    }

    .hrm-pix {
        background-image: url(images/hrm.jpg);
        background-position: 50% 5%;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 20vh;
    }

    .hr-header > p {
        margin: 0;
    }

}


/*========================
Maintainance
========================*/

.maintainance-container {
    margin: 11rem 0 5rem;
}

.maint-header {
    padding: 0 3rem;
}

.maint-header > h1 {
    color: rgb(0, 123, 255);
    text-align: center;
}

.maintainance-container > img {
    object-fit: cover;
    object-position: 50% 30%;
    margin: 5rem auto;
    height: 80vh;
    display: flex;
    justify-content: center;
    width: 60%;
}

.maint-header > h5 {
    font-weight: bold;
}

.maint-header > ul > li {
    margin-bottom: 1rem;
    font-weight: bold;
}

.maint-header > ul > h5 {
    font-weight: bold;
}

.maint-header > ul > ol > li {
    margin-bottom: 1rem;
}

.maint-header > ul > ol > ul > li {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 600px)  {

    .maint-header {
        padding: 0;
        width: 100%;
    }

    .maint-header > h1 {
        font-size: 10vw;
    }

    .maint-header > h5 {
        padding: 0 1em;
    }

    .maint-header > p {
        padding: 0 1em;
    }   

    .maint-header > ul {
        padding: 0 1.5em;
    }

    .maint-header > ul > ol {
        padding: 0 2em;
    }

    .maintainance-container > img {
        width: 100%;
        object-fit: contain;
        object-position: 50% 5%;
        height: auto;
        font-size: 4vw;
        line-height: 7.4vw;
    }

    .maintainance-container {
        padding: 0;
        font-size: 4vw;
        line-height: 7.4vw;
        margin-top: 5rem;
    }

}

/*==========================
operations
============================*/

.operations-section {
    margin-top: 7rem;
    padding: 4rem;
}

.operations-section > img {
    width: 60%;
    object-fit: cover;
    object-position: center;
    height: 80vh;
    margin: 0 auto;
    display: flex;
    margin-bottom: 5rem;
}

.operations-div > h1 {
    color:rgb(0, 123, 255);
    text-align: center;
}

.operations-section > div {
    margin-bottom: 2rem;
}

.operations-section > div > h4 {
    color: rgb(0, 123, 255);
}

.operations-div > ul > li {
    font-weight: bold;
}



#space-under {
    margin-bottom: 4rem;
}


@media only screen and (max-width: 600px) {
    .operations-section {
        padding: 1rem 0;
        font-size: 4vw;
        line-height: 7.4vw;
        margin-top: 3.5rem;
    }

    .operations-div > h1 {
        font-size: 10vw;
    }

    .operations-div {
        padding : 0 1em;
    }

    .operations-section > img {
        width: 100%;
        height: auto;
    }

    .mobilization {
        padding: 0 1em;
    }
}

/*caro

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: auto;
    height: auto;
    position: relative;
    margin: 0 auto 3rem;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .mySlides > img {
    height: 70vh;
    object-position: center;
    object-fit: contain;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active45, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 10000s;
  }
  
  @keyframes fade {
    from {opacity: 1} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }


  @media only screen and (max-width: 600px) {
    .slideshow-container {
        margin: 0;
    }

  }


/* vacancy */

.vacancy-container {
    margin-top: 15rem;
}

.job-form {
    width: 50%;
    margin: 5rem auto;
    box-shadow: 0 0 1px 1px rgb(151, 149, 149);
    padding: 2.5em 3em;
    border-radius: 10px;
  }

  .job-form > input {
    margin-bottom: 2rem;
  }

  #job-name {
    border:  1px solid rgb(151, 149, 149);
  }

  #job-message {
    border: 1px solid rgb(151, 149, 149);
  }

  @media only screen and (max-width: 600px) {
    .job-form {
        width: 100%;
        background: rgb(0, 123, 255);
        padding: 1.5em 1em;
        margin: 0;
    }

    .vacancy-container {
        margin-top: 8rem;
    }

    .job-form > input {
        padding: .6em .3em;
        font-size: 4vw;
    }

  }


