

html, body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: sans-serif;
    font-size: 1.2vw;
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    html, body {
        font-size: 4vw;
        
    }
}

/*=========================
Navbar
===========================*/

.main-nav {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    font-size: 1.2vw;
    font-weight: bold;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: .8em 0;
    border-bottom: 2px solid rgb(0, 123, 255);
    width: 100%;
}

.display-menu {
  display: none;
  position: absolute;
  z-index: 100;
  transition: opacity 0.5s;
  opacity: 0;
}

.service-hover:hover + .display-menu {
  display: block;
  position: absolute;
  transition: 1s;
  z-index: 100;
}

.service-hover:hover + .display-menu,
.display-menu:hover {
  display: flex;
  flex-direction: column;
  margin: 3.25rem 0;
  border-radius: 10px;
  width: 50%;
  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;
  font-weight: bold;
  padding: 0;
  transition: 1s;
  opacity: 1;
  z-index: 100;
}

.space-between {
  margin: 0;
}

.display-menu > a {
  color: black;
  text-decoration: none;
  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: 1em 1em;
  width: 100%;
  transition: 1s;
  opacity: 1;
  margin: -1.2rem 0;
  border-radius: 10px;
}

.display-menu > a:hover {
  color: white;
  text-decoration: none;
  transition: 1s;
  opacity: 1;
  background: rgb(0, 123, 255);
}



.display-company {
  display: none;
  position: absolute;
  z-index: 50;
  transition: opacity 0.5s;
  opacity: 0;
}

.company-hover:hover + .display-company {
  display: block;
  position: absolute;
  transition: 1s;
  z-index: 50;
}

.company-hover:hover + .display-company,
.display-company:hover {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  border-radius: 10px;
  width: 20%;
  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;
  font-weight: bold;
  padding: 0;
  transition: 1s;
  opacity: 1;
  z-index: 50;
  text-align: left;
}

.our-company {
  margin: 0;
}

.display-company > a {
  color: black;
  text-decoration: none;
  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: 1em 1em;
  width: 100%;
  transition: 1s;
  opacity: 1;
  margin: -1.2rem 0;
  border-radius: 10px;
  z-index: 50;
}

.display-company > a:hover {
  color: white;
  text-decoration: none;
  transition: 1s;
  opacity: 1;
  background: rgb(0, 123, 255);
}



.nav-bar:hover {
  background: rgb(0, 123, 255);
  color: white;
  transition: .8s;
}

.nav-color {
  color: white;
}

.nav-color:hover {
  color: white;
}

.nav-image {
    width: 50%;
}

.nav-image2 {
  width: 50%;
  display: none;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  position: relative;
}

#nav-item,
#nav-item2,
#nav-item3,
#nav-item4,
#nav-item5 {
  margin-right: .5rem;
  text-decoration: none;
  color: black;
  padding: 0 .4em;
  transition: .6s;
}

#nav-item:hover,
#nav-item2:hover,
#nav-item3:hover,
#nav-item4:hover,
#nav-item5:hover {
  box-shadow: 0 0 5px 5px rgb(255, 255, 255);
  padding: 0 .4em;
  border-radius: 5px;
  color: white;
  transition: .6s;
  text-decoration: none;
  cursor: pointer;
}


.contact {
    text-align: right;
    margin-right: .3rem;
    padding: .25em 0;
    margin-left: auto;
    width: 99%;
    align-items: center;
    margin-top: -.3rem;
    display: flex;
    justify-content: space-between;
    z-index: 50;
}

.contact2 {
  display: none;
}

.nav-dropdown > a {
  color: black;
  margin: 0;
  transition: .8s;
  padding: .1em .6em;
  border-radius: 5px;
  font-size: 1vw;
}

.nav-dropdown > a:hover {
  text-decoration: none;
  color: rgb(0, 123, 255);
  box-shadow: 1px 1px 5px 2px rgb(0, 123, 255);
  padding: .1em .6em;
  border-radius: 5px;
}

.whistle > a {
    text-decoration: none;
    color: black;
    font-size: 1vw;
    padding: .1em .6em;
    transition: .8s;
    border-radius: 5px;
}

.whistle > a:hover {
    box-shadow: 1px 1px 5px 2px rgb(0, 123, 255);
    padding: .1em .6em;
    border-radius: 5px;
    color: rgb(0, 123, 255);
    text-decoration: none;
    background-color: white;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-item {
    margin-left: 5rem;
}



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

    .main-nav {
      display: flex;
      align-items: center;
      height: auto;
      padding: 0;
      margin: 0;
    }

    .nav-image {
      display: flex;
      align-items: center;
      margin-left: -2.5rem;
      padding: 1em 0;
      width: 70%;
    }

    .nav-links {
      position: fixed;
      left: -100%;
      top: 8rem;
      flex-direction: column;
      background: rgb(0, 123, 255);
      height: auto;
      width: 100%;
      margin: 0;
      transition: .5s;
      text-align: left;
      padding: 1em 0 5em 1em;
      margin-top: -2.3rem;
      align-items: center;
    }

    .nav-links > a {
      font-size: 3em;
      height: auto;
      display: flex;
      align-items: center;
      width: 100%;
      margin: .5rem 0;
      padding: 1em 0 .5em;
    }

    .nav-links > a:hover {
      box-shadow: 1px 1px 5px 2px rgb(255, 255, 255);
      width: 100%;
      margin: .5rem 0 .5rem 1rem;
      padding: .5em;
      color: white;
    }

    .nav-links.active {
      left: 0%;
    }

    .contact {
      display: none;
    }

    .contact2 {
      display: flex;
      flex-direction: column;
      text-align: left;
      width: 100%;
      font-size: 3em;
      padding: 0;
      margin-left: -.5rem;
      
    }

    .contact2 > a {
      height: auto;
      display: flex;
      align-items: center;
      width: 100%;
      margin: .5rem 0;
      color: white;
      padding: 1em 0 .5em .4em;
      text-align: left;
      margin-bottom: -1rem;
    }

    .contact2.active {
      left: 10%;
    }

    .nav-item {
      margin: 0;
    }

    .hamburger {
      display: block;
      cursor: pointer;
      padding: 0 3em;
      width: auto;
      margin: 0;
    }

    .nav-bar:hover {
      background-color: white;
    }

    .hamburger.active .bar:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    .nav-bar {
      border-bottom: white;
  }

  .service-hover:hover + .display-menu,
.display-menu:hover {
  display: flex;
  flex-direction: column;
  margin: 0;
  border-radius: 10px;
  width: 60%;
  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;
  font-weight: bold;
  padding: 0;
  transition: 1s;
  opacity: 1;
  height: auto;
  font-size: 3em;
  z-index: 100;
  right: 0%;
  transition: .5s;
  margin-top: 2.5rem;
  }

  .display-menu > a {
    color: white;
    text-decoration: none;
    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: 1em 0 1em .5em;
    width: 100%;
    transition: 3s;
    opacity: 1;
    margin: 0;
    border-radius: 0px;
    z-index: 100;
    margin-bottom: -2rem;
  }

    .company-hover:hover + .display-company,
  .display-company:hover {
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 10px;
    width: 60%;
    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;
    font-weight: bold;
    padding: 0;
    transition: 1s;
    opacity: 1;
    height: auto;
    z-index: 100;
    right: 0%;
    transition: .5s;
    margin-top: 4rem;
   }
  

  .display-company > a {
    color: white;
    text-decoration: none;
    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: 1em 0 1em .5em;
    width: 100%;
    transition: 3s;
    opacity: 1;
    margin: 0;
    border-radius: 0px;
    z-index: 100;
    margin-bottom: -2rem;
  }

  #nav-item,
  #nav-item2,
  #nav-item3,
  #nav-item4,
  #nav-item5 {
    text-decoration: none;
    color: white;
    padding: 1em 0 .5em .4em;
    margin-bottom: -1rem;
  }

  .display-menu.active {
    left: 0%;
  }


}

/*===============================
Section one
================================*/

.section-one {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 20%;
  margin-top: 9rem;
}

.our-clients {
  color:rgb(0, 123, 255);
}

.client-container {
  margin: 4rem auto 5rem;
}


@media only screen and (max-width: 600px) {
  .section-one {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 20%;
    margin-top: 6.5rem;
  }
}


/*===============================
Section two
================================*/

.section-two {
    font-size: 1.2vw;
    display: flex;
    margin: 0;
    padding: 0;
    height: 60vh;
}

.about-image {
    background-image: url(images/about3.jpg);
    min-height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.about-div {
    width: 50%;
    padding: .5em 2em 1em;
    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;
}

.about-header {
    margin-bottom: 1rem;
    text-align: center;
}

.about-paragraph {
    margin: 0 0 3rem;
    text-align: left;
    line-height: 2.4vw;
}

.about-link {
    text-align: left;
    text-decoration: none;
    color: white;
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    padding: .5em 1em;
    border-radius: 5px;
    margin: 2rem auto 0 0;
    transition: .8s;
}

.about-link:hover {
    background: rgba(0, 123, 255);
    text-decoration: none;
    color: white;
}

.container {
    margin-bottom: 6rem;
}

.slide {
    position: relative;
}


@media only screen and (max-width: 600px) {
  .section-two {
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .about-image {
    height: 35vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }

  .about-div {
    width: 100%;
    font-size: 4vw;
    padding: 0 1em 3em;
    height: auto;
  }

  .about-header {
    margin: 1rem;
    text-align: center;
  }

  .about-paragraph {
    margin: 0 0 3rem;
    text-align: left;
    line-height: 7.4vw;
  }

  .about-link {
    text-align: left;
    text-decoration: none;
    color: white;
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    padding: 1em 1em;
    border-radius: 5px;
    margin: 1rem 0;
    transition: .8s;
    font-size: 4vw;
  }

}


/*===============================
Section three
================================*/

.section-three,
.section-four,
.section-five,
.section-six,
.section-seven {
    font-size: 1.2vw;
    margin: 0;
    height: auto;
    padding: 4em 2em 1em;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

.headers-sec {
    color: rgb(0, 123, 255);
}

.focus-div {
    display: flex;
    justify-content: space-between;
}

.focus-div > a {
    text-decoration: none;
    color: rgb(0, 123, 255);
}

.focus-div > a:hover {
  text-decoration: none;
}

.focus-paragraph {
    width: 60%;
    margin: 1rem 0 4rem;
}

.btn-state {
    outline: none;
    padding: 10px 16px;
    background: rgb(0, 123, 255);
    cursor: pointer;
  }
  
  /* Style the active class (and buttons on mouse-over) */
  .btn-state.active {
    color: white;
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  }

.focus-buttons {
    display: flex;
}

.focus-buttons > button {
  text-decoration: none;
    width: 50%;
    border: none;
    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;
    font-weight: bold;
    -webkit-box-shadow: -4px 4px 6px -2px rgb(0, 123, 255);
    -moz-box-shadow: -4px 4px 6px -2px rgb(0, 123, 255);
    box-shadow: -4px 4px 6px -2px rgb(0, 123, 255);
    transition: .6s;
}

.focus-buttons > button:hover {
    color: white;
    background: rgb(0, 123, 255);
}

.focus-buttons > button:focus {
    color: white;
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
}

.hide-div {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    transition: .8s;
    height: 50vh;
}

.hide-div2 {
    display: none;
    justify-content: space-between;
    margin-top: 0;
    transition: .8s;
    height: 50vh;
}

.hide-div3 {
    display: none;
    justify-content: space-between;
    margin-top: 0;
    transition: .8s;
    height: 50vh;
}

.hide-div4 {
    display: none;
    justify-content: space-between;
    margin-top: 0;
    transition: .8s;
    height: 50vh;
}

.focus-image {
    width: 50%;
    border-bottom-left-radius: 10px;
}

.toggle-div {
    width: 50%;
    border-bottom-right-radius: 10px;
    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: 1em 2em;
    height: auto;
}

.toggle-div > p {
    margin: 3rem 0 2rem;
    line-height: 2.4vw;
}

.toggle-div > a {
    text-decoration: none;
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    padding: .5em 1em;
    transition: .8s;
    color: white;
    border-radius: 5px;
}

.toggle-div > a:hover {
    background: rgba(0, 123, 255);
    text-decoration: none;
    color: white;
}

.reveal{
    position: relative;
    transform: translateY(0);
    opacity: 0;
    transition: 1s all ease;
  }
  .reveal.active2{
    transform: translateY(0);
    opacity: 1;
  }

  .reveal2{
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  .reveal2.active3{
    transform: translateX(0);
    opacity: 1;
  }

  @media only screen and (max-width: 600px) {
    .section-three {
      display: flex;
      flex-direction: column;
      margin: 4rem 0;
      padding: 0 0 1em;
      height: auto;
      font-size: 4vw;
    }

    .focus-paragraph {
      font-size: 4vw;
      line-height: 7.4vw;
      width: 100%;
    }

    .main-focus {
      padding: 0 1em;
    }

    .hide-div {
      display: flex;
      flex-direction: column;
      margin-top: 0;
      transition: .8s;
      height: auto;
    }

  .hide-div2 {
  flex-direction: column;
    margin-top: 0;
    transition: .8s;
    height: auto;
  }

  .hide-div3 {
  flex-direction: column;
  margin-top: 0;
  transition: .8s;
  height: auto;
  }

  .hide-div4 {
  flex-direction: column;
  margin-top: 0;
  transition: .8s;
  height: auto;
  }

  .focus-image {
    width: 100%;
    height: 25vh;
    margin: 0;
    border-radius: 0;
  }

  .toggle-div {
  width: 100%;
  border-bottom-right-radius: 0;
  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: 0 1em 2em;
  height: auto;
  margin: 0;
  font-size: 4vw;
  }

  .toggle-div > a {
    padding: 1em;
  }

  .focus-buttons {
    display: flex;
    flex-direction: column;
  }

  .focus-buttons > button {
    width: 100%;
    font-size: 4vw;
  }

  .toggle-div > p {
    font-size: 4vw;
    line-height: 7.4vw;
    margin: 1rem 0;
  }
}

/*===========================
Footer
============================*/

.footer-div {
    background: rgb(52, 52, 52);
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-size: 1.2vw;
}

.footer-top > p {
    margin: 1rem 0;
}

.footer-links > a > li {
  list-style: none;
  text-decoration: none;
  color: rgb(0, 123, 255);
}

.footer-links > a > li:hover {
  text-decoration: none;
}

.footer-top > a {
    color:rgb(0, 123, 255);
    text-decoration: none;
}

.footer-top > a:hover {
    text-decoration: none;
}

.end-list > li {
  text-decoration: none;
  color: rgb(0, 123, 255);
}

.end-list > li:hover {
  text-decoration: none;
}

.social-links > a {
    text-decoration: none;
    color: gray;
    font-size: 2.5vw;
    padding-top: .4em;
    padding-right: .5em;
}

.social-links > a:hover {
    color:rgb(0, 123, 255);
    text-decoration: none;
}

.web-end {
  text-align: center;
  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: 1em 0;
  margin: 0;
  font-weight: bold;
}

.footer-image {
  margin: 0 auto;
  width: 100%;
}

.footer-color {
  display: flex;
  flex-direction: column;
}



@media only screen and (max-width: 600px) {
  .footer-div {
    background: rgb(52, 52, 52);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    font-size: 4vw;
  }

  .social-links > a {
    font-size: 10vw;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: .5em;
  }

  .footer-image {
    margin: 2rem 0 2rem -5rem;
    width: 100%;
  }

  #color-code {
    height: 8vh;
    margin: 2rem auto 2rem;
    color: black;
    border-radius: 5px;
    display: flex;
    align-items: left;
    justify-content: left;
    background:  rgb(4, 92, 255);
  
  }

  .web-end {
    font-size: 4vw
  }

}

/*========================
Our clients courasel
==========================*/


.our-clients{
    text-align:center;
    padding: 20px;
  }
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
      position: relative;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  @media only screen and (max-width: 600px) {
    .client-container {
      margin: 0 auto 4rem;
      font-size: 4vw;
    }
  }


  /*===========================
  Section four
  ============================*/

  .section-four {
    padding: 4em 2em 1em;
  }


  /*============================
  Services
  =============================*/

  .services-div {
    padding: 0;
    position: relative;
    display: none;
  }

  .services-div.active10 {
    display: block;
  }

  .content {
    display: flex;
    padding: 0;
    margin: 1rem 0 2rem;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 1px 5px 5px whitesmoke;
  }

  .wireline-header {
    display: flex;
    justify-content: space-between;
  }

  .wireline-header > div > a {
    color:rgb(0, 123, 255);
    margin-top: 0;
  }

  .modify > h3 {
    text-shadow: -1px 2px rgb(0, 123, 255);
    width: 100%;
    color:rgb(0, 123, 255);
    margin-top: 0;
  }

  .modify > p {
    width: 60%;
  }

  .wireline-collage {
    padding: .5em 0;
    width: 100%;
    margin: 0 auto;
    height: 48.5vh;
  }

  .testing-collage {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    height: 48.7vh;
  }

  .collage-div {
    width: 100%;
    display: flex;
    margin-left: auto;
  }

  .collage-div2 {
    background-image: url(images/choke.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 65%;
    width: 100%;
    height: auto;
    
  }

  .wireline-img {
    width: 22%;
    margin: .2rem auto;
    border-radius: 10px;
    background-image: url(images/winch.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14vh;
  }

  .wireline-img2 {
    width: 22%;
    margin: .2rem auto;
    border-radius: 10px;
    background-image: url(images/support.jpg);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14vh;
  }

  .wireline-img3 {
    width: 22%;
    margin: .2rem auto;
    border-radius: 10px;
    background-image: url(images/wireline-2.jpg);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14vh;
  }

  .wireline-img4 {
    width: 22%;
    margin: .2rem auto;
    border-radius: 10px;
    background-image: url(images/loggingtruck.jpg);
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14vh;
  }

  .wireline-div {
    width: 100%;
  }

  .test-div {
    width: 100%;
    padding: 1em 3em;
    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;
  }

  .test-div2 {
    width: 100%;
    padding: 1em 3em;
    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;
    height: 48.2vh;
  }

  .test-div2 > h4 {
    line-height: 2.4vw;
  }

  .test-div > h4 {
    margin: 5rem 0 0;
    line-height: 2.4vw;
  }

  .wireline-list {
    padding: 0;
    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;
    box-shadow: -10px 0 3px 1px rgb(0, 123, 255);
    height: auto;
    height: 48.2vh;
    margin: 0;
  }

.wireline-list > li {
    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;
    width: 100%;
    margin: 0;
    padding: .3em 0 .3em 1em;
    background-blend-mode: multiply,multiply;
    list-style: none;
    align-items: center;
    height: auto;
}

  .controls-div {
    display: flex;
    justify-content: space-between;
  }

  .control-btn {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    border: none;
    padding: .5em 1em;
    text-align: center;
    color: white;
    border-radius: 5px;
  }

  .control-btn:hover {
    background: rgb(0, 123, 255);
  }

  #service-link > a {
    text-decoration: none;
  }

  #service-link > a:hover {
    text-decoration: none;
    color: rgb(124, 110, 110);
  }

  #sensor-img {
    background-image: url(images/sensor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
  }

  #wellhead-img {
    background-image: url(images/Wellhead.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  #dst-paragraph {
    margin: 5rem 0 0;
  }

   .dts-class {
    background-image: url(images/DST.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 48.2vh;
   }

   .dts-class2 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 48.2vh;
   }

   .dts-class3 {
    background-image: url(images/completions2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 48.2vh;
   }

   .show-small {
    display: none;
   }

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

      .section-four {
        display: block;
        position: relative;
        font-size: 4vw;
        padding: 0;
        height: auto;
      }

      .services-div {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
      }

      .main-focus {
        padding: 0 .5em;
        font-size: 4vw;
        line-height: 7.4vw;
      }

      .content, .testing-collage, .wireline-collage {
        display: flex;
        flex-direction: column;
        font-size: 4vw;
        line-height: 7.4vw;
        margin: 0;
        height: auto;
      }

      .wireline-collage {
        padding: .5em 0;
        width: 100%;
        margin: 0 auto;
        height: auto;
      }

      .wireline-img {
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        background-image: url(images/loggingtruck.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 25vh;
      }

      .wireline-img2,
      .wireline-img3,
      .wireline-img4 {
        display: none;
      }

      .wireline-div > ul {
        height: auto;
      }


      .wireline-div,
      .test-div,
      .test-div2 {
        width: 100%;
        height: auto;
        font-size: 4vw;
        text-align: left;
        line-height: 7.4vw;
      }

      .collage-div2 {
        background-image: url(images/choke.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 25vh;
      }

      .dts-class {
        background-image: url(images/DST.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25vh;
      }

      .dts-class2 {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 25vh;
      }

      .dts-class3 {
        background-image: url(images/completions2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 25vh;
      }

      #wellhead-img {
        background-image: url(images/Wellhead.jpeg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 25vh;
      }

      #sensor-img {
        background-image: url(images/sensor.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 25vh;
      }

      .test-div,
      .test-div2 {
        padding: .5em 1em;
      }

      .test-div > h4 {
        margin: 0;
      }

      .test-div > h4,
      .test-div > h2 {
        font-size: 4vw;
        line-height: 7.4vw;
      
      }

      .test-div2 > h4,
      .test-div2 > h2 {
        font-size: 4vw;
        line-height: 7.4vw;
      }

      .show-small {
        display: flex;
        flex-direction: column;
        padding: 0;
        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;
        height: 25vh;
        margin: 0;
        font-size: 4vw;
        line-height: 7.4vw;
        width: 100%;
       }

       .show-small > h2,
       .show-small > h4 {
        font-size: 4vw;
       }

      .show-big {
        display: none;
       }

       .control-btn {
        padding: 1em 1.5em;
        width: auto;
       }
      
    }

  /*============================
  Section five
  =============================*/

  .news-container {
    height: auto;
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }

  .news-container > div {
    margin: 0 10rem;
  }

  .fancy-div {
    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;
    width: 88%;
    height: auto;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
    padding: 1em;
 }

 .fancy-div:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  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;
  transform-origin: bottom right;
  -ms-transform: skew(-3deg);
  -webkit-transform: skew(-3deg);
  transform: skew(-3deg);
  box-shadow: 10px 0px 1px 0 rgb(0, 123, 255);
}
  

  .latest-news {
    background-image: url(images/ex2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45vh;
    z-index: -1;
  }

  .latest-news > a {
    color:rgb(0, 123, 255);
  }

  .latest-news > a:hover {
    text-decoration: none;
  }

  .latest-news2 {
    background-image: url(images/ex4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45vh;
    z-index: -1;
  }

  .latest-news2 > a {
    color:rgb(0, 123, 255);
  }

  .latest-news2 > a:hover {
    text-decoration: none;
  }

  .fancy-div > a > h3 {
    color:rgb(0, 123, 255);
  }

  .fancy-div > a {
    color: white;
    text-decoration: none;
    transition: .8s;
  }

  .fancy-div > a:hover {
    text-decoration: none;
    transition: .8s;
  }

  .linking-news {
    color: white;
  }

  .linking-news:hover {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    color: white;
    padding: .5em 1em;
    border-radius: 5px;
  }

  .fancy-div > p {
    margin-bottom: 2rem;
  }

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

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

    .news-container {
      height: auto;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0 auto;
      justify-content: left;
    }

    .fancy-box {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: left;
    }

    .latest-news {
      background-image: url(images/ex2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 35vh;
      z-index: -1;
    }

    .latest-news2 {
      background-image: url(images/ex4.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 35vh;
      z-index: -1;
    }

    .fancy-div {
      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;
      width: 90%;
      height: auto;
      margin-top: 0;
   }

   .fancy-div > a > h3 {
    font-size: 4vw;
  
   }

   .news-container > div {
    margin: 2rem 0;
   }

  }

  /*============================
  Section six
  =============================*/

  .about-career {
    display: flex;
  }

  .career-div {
    width: 50%;
    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: 1em 2em;
}

.career-div > a {
    color:rgb(0, 123, 255);
}

.career-div > a > h4 {
  background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
  color: white;
  padding: .5em 1em;
  width: 30%;
  border-radius: 5px;
}

.career-div > a > h4:hover {
  background: rgb(0, 123, 255);
}

.career-div > a:hover {
  text-decoration: none;
  background: rgb(0, 123, 255);
}

  .career-image {
    background-image: url(images/careers5.jpg);
    min-height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    height: auto;
}

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

  .section-six {
    margin-top: 5rem;
    font-size: 4vw;
    line-height: 7.4vw;
    padding: 0;
    height: auto;
  }

  .about-career {
    display: flex;
    flex-direction: column;
  }

  .career-image {
    background-image: url(images/careers5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 25vh;
  }

  .career-div {
    width: 100%;
    padding: 1em;
    font-size: 4vw;
  }

  .career-div > a > h4 {
    width: auto;
    font-size: 4vw;
    padding: 1em .4em;
  }

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

}

  /*=============================
  Section eight
  ===============================*/

  .section-eight {
    margin: 0 0 5rem;
    height: auto;
    padding: 2em 2em 1em;
    font-size: 1.2vw;
  }

  .form-div {
    display: flex;
    justify-content: space-between;
    box-shadow: -10px 0 3px 1px rgb(134, 134, 134);
    height: 70vh;
    justify-content: center;
  }

  .form-container {
    display: flex;
    width: 50%;
    height: 70vh;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    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: 1em 0;
  }

  .form {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem auto;
  }

  .form > input {
    border-radius: 5px;
    padding: .5em;
    background-color: white;
    margin: 0;
    border: none;
  }

  textarea {
    height: 120px;
    border-radius: 5px;
    margin: 2rem 0;
    padding-left: 1rem;
    background-color: white;
    border: none;
  }

  .reach-out {
    width: 50%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .reach-out > ul {
    position: relative;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .reach-out > ul > li > img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2.7rem;
  }

  #submit-message {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    color: white;
  }

  #submit-message:hover {
    background: rgb(0, 123, 255);
  }

  .rating {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .rating > div {
    margin: .5rem 2rem;
    border-bottom: 2px solid rgb(0, 123, 255);
  }

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

    .section-eight {
      width: 100%;
      padding: 0;
      height: auto;
      font-size: 4vw;
      line-height: 7.4vw;
      margin-top: 5rem;
    }

    .form-div {
      display: flex;
      flex-direction: column;
      width: 100%;
      box-shadow: -10px 0 3px 1px rgb(134, 134, 134);
      height: auto;
      justify-content: center;
      font-size: 4vw;
    }

    .reach-out {
      width: 100%;
      padding: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: auto;
      margin: 0 auto;
    }

    .reach-out > h1,
    .completed-jobs > h1,
    .customer-rating > h1 {
      font-size: 8vw;
    }

    .rating {
      margin: 0 auto;
      width: 100%;
    }

    .rating > div {
      margin: 0 .5rem;
      text-align: left;
      font-size: 4vw;
      line-height: 7.4vw;
    }

    .form-container {
      display: flex;
      width: 100%;
      height: auto;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      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: 1em 0;
    }

    .form {
      width: 95%;
      margin: 1rem auto;
    }

    .form > input {
      height: auto;
      margin-bottom: 1rem;
      padding: .8em .3em;
    }

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

  }

  /*=============================
  Consulting
  ===============================*/

  .consulting {
    padding: 4em 2em 1em;
    margin: 0;
  }

  .consult-head {
    text-align: center;
  }

  .consult-head > a {
    color:rgb(0, 123, 255);
  }

  .consult-head > a:hover {
    text-decoration: none;
    color: rgb(124, 110, 110);
  }

  .consult-container {
    display: flex;
    justify-content: center;
    height: 50vh;
  }

  .consult-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }

  .consult-container > div > img {
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
  }

  .job-consulting {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-image: url(images/truck2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vw;
    box-shadow: 0 0 5px 1px gray;
  }

  .job-consulting2 {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-image: url(images/completions2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vw;
    box-shadow: 0 0 5px 1px gray;
  }

  .job-consulting3 {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-image: url(images/staff.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vw;
    box-shadow: 0 0 5px 1px gray;
  }

  @media only screen and (max-width: 600px) {
    .consult-head {
      text-align: left;
    }

    .consult-head > h1 {
      font-size: 10vw;
      padding: 0 .1em;
    }

    .consult-head > h1,
    .consult-head > p {
      margin: 0 0 2rem;
    }

    .consult-head > p {
      padding: 0 .5em;
    }

    .consulting {
      padding: 4em 0 1em;
      margin: 0;
      font-size: 4vw;
      line-height: 7.4vw;
    }

    .consult-container {
      display: flex;
      flex-direction: column;
      justify-content: left;
      height: auto;
      text-align: left;
    }

    .consult-container > div {
      display: flex;
      flex-direction: column;
      justify-content: left;
      width: 100%;
      margin: 0 auto;
    }

    .consult-container > div > img {
      width: 100%;
      margin: 0 auto;
      border-radius: 0;
      height: 25vh;
    }

    .job-consulting {
      width: 100%;
      margin: 0 auto;
      border-radius: 0;
      background-image: url(images/truck2.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 20vh;
      box-shadow: 0 0 5px 1px gray;
    }

    .job-consulting2 {
      width: 100%;
      margin: 0 auto;
      border-radius: 0;
      background-image: url(images/completions2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 20vh;
      box-shadow: 0 0 5px 1px gray;
    }

    .job-consulting3 {
      width: 100%;
      margin: 0 auto;
      border-radius: 0;
      background-image: url(images/staff2.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 20vh;
      box-shadow: 0 0 5px 1px gray;
    }

    

  }

  /*=========================
  Cookie consent
  ==========================*/

  #cookie-consent {
    height: 20vh;
    width: 450px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    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;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #cookie-consent button {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
    transition: .6s;
    border-radius: 5px;
  }

  #cookie-consent button:hover {
    background: rgb(0, 123, 255);
  }


  @media only screen and (max-width: 600px) {
    #cookie-consent {
      display: flex;
      flex-direction: column;
      height: auto;
    }
  }



 