.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  margin-top: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.logo {
  margin-top: 5px;
  padding: 11px;
  float: right;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  min-height: 170px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 12px 6px rgba(0, 0, 0, 0.13);
}

.navbar.hide {
  display: none;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.herowrap {
  position: relative;
  display: block;
  height: 750px;
}

.hero {
  position: relative;
  height: 100%;
  background-image: url('../images/1200x-1.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.hero_cont {
  height: 100%;
}

.txtblkcont {
  position: absolute;
  left: 33%;
  top: auto;
  bottom: -11%;
  z-index: 999;
  width: 69.14237%;
  height: auto;
  min-height: 250px;
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.04);
}

.hero_title {
  color: #0272ae;
  font-size: 66px;
  line-height: 0.8em;
  font-weight: 900;
}

.hero_title._50pcent {
  max-width: 850px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  font-size: 70px;
  text-align: center;
}

.hero_title.center {
  font-size: 70px;
  text-align: center;
}

.aboutsection {
  min-height: 550px;
  padding-top: 6em;
  padding-bottom: 6em;
}

.aboutsection.mrgd-top {
  min-height: 350px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.aboutcontainer {
  height: 100%;
  min-height: 450px;
}

.txtblkwrap {
  padding: 40px 50px;
  background-color: #fff;
  box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.05);
}

.txtblkwrap.mrg-top {
  margin-top: auto;
}

.txtblkwrap.mrg-top.lined {
  min-height: 450px;
  border-bottom: 4px solid #0272ae;
  background-color: hsla(0, 0%, 87.3%, 0.74);
}

.txtblkwrap.mrg-top.noshadow {
  box-shadow: none;
}

.txtblkwrap.mrg-top.minheight {
  min-height: 450px;
}

.txtblkwrap.mrg-top.minheight.grey {
  background-color: #bfbfbf;
}

.txtblkwrap.mrg-top.minheight.blue {
  background-color: #44546a;
}

.txtblkwrap.mrg-top.newsblk {
  min-height: 400px;
}

.txtblkwrap.mrg-top.hse {
  min-height: 550px;
}

.txtblkwrap.mrg-top.transblue {
  background-color: transparent;
  color: #fff;
}

.txtblkwrap._50pcent {
  max-width: 50%;
  margin-bottom: 40px;
}

.txtblkwrap._50pcent.trans {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.listblk {
  list-style-type: square;
}

.listitem {
  margin-bottom: 10px;
}

.heading {
  margin-bottom: 20px;
  padding-left: 0px;
}

.heading.large {
  color: #0272ae;
  font-size: 72px;
  line-height: 78px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading.service {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #0272ae;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.heading.blue {
  color: #0272ae;
}

.heading.white {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.heading.white._0top {
  margin-top: 16em;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading.white.center {
  text-align: center;
  text-transform: uppercase;
}

.heading.project {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.heading.centered._70pcent {
  max-width: 1150px;
}

.heading.zero {
  margin-top: 0px;
}

.imgblk {
  position: relative;
  z-index: -1;
  min-height: 586px;
  margin-left: -100px;
  background-color: #fff;
  background-image: url('../images/eunisell_barge.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 16px 30px 5px rgba(0, 0, 0, 0.05);
}

.imgblk.hse {
  z-index: 1;
  min-height: 450px;
  margin-left: auto;
  background-image: url('../images/hse_1.png');
  background-position: 100% 50%;
  background-size: cover;
}

.imgblk.about {
  z-index: 1;
  margin-left: auto;
  background-position: 50% 40%;
}

.container {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.container.hero_cont {
  height: 60%;
  padding-top: 400px;
  padding-left: 0px;
}

.container.service {
  max-width: 1024px;
  margin-bottom: 20px;
}

.container.mobile {
  max-width: 1440px;
}

.container.footer {
  min-height: 20px;
}

.container.footerblk {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 50px;
  padding-bottom: 20px;
}

.container.navcon {
  max-width: 98%;
}

.container.padx {
  padding-right: 10px;
  padding-left: 10px;
}

.operationssection {
  padding-top: 6em;
  padding-bottom: 6em;
}

.operationssection.bg {
  min-height: 550px;
  background-image: url('../images/operations_new.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contentslider {
  background-color: transparent;
}

.rightarrow {
  right: 72px;
  z-index: 100;
  width: 40px;
  height: 50px;
  margin-right: -123px;
  background-color: #0272ae;
  font-size: 18px;
  font-weight: 700;
}

.leftarrow {
  left: 83px;
  width: 40px;
  height: 50px;
  margin-left: -133px;
  background-color: #0272ae;
  color: #fff;
  font-size: 18px;
}

.txt {
  margin-bottom: 10px;
}

.txt.sm {
  font-size: 14px;
}

.txt.sm._80pcent {
  max-width: 80%;
}

.txt.sm.faint {
  color: rgba(51, 51, 51, 0.64);
}

.txt.herotxt {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.txt.white {
  color: #fff;
}

.txt.white.centered.mrgtop.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.txt.white.service {
  margin-bottom: 20px;
}

.txt.white.attr {
  max-width: 450px;
}

.txt.bold {
  color: #0272ae;
  font-weight: 700;
}

.txt.strong {
  color: #fff;
  font-weight: 700;
}

.txt.mrgtop.fxwidth {
  max-width: 500px;
}

.txt.service {
  max-width: 470px;
}

.slidenav {
  bottom: -91px;
  z-index: 100;
  color: #004f75;
  font-size: 10px;
}

.slidenav.service {
  bottom: -64px;
  display: none;
  text-align: left;
}

.subtitle {
  color: #0272ae;
  font-weight: 400;
}

.services {
  padding-top: 2em;
  padding-bottom: 0em;
}

.iso {
  margin-top: 10px;
  padding: 20px;
  font-weight: 700;
}

.blk {
  padding: 20px;
}

.blk.zerotop {
  padding-top: 0px;
}

.blk.full {
  min-height: 200px;
  border-radius: 5px;
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.16);
}

.blk.full.zeropad {
  position: relative;
  z-index: 10;
  width: 80%;
  min-height: 100px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  border-radius: 2px;
  background-color: #fff;
}

.blk.whiteblk {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 6px 9px 3px rgba(0, 0, 0, 0.13);
}

.blk.whiteblk.footer {
  max-width: 70%;
  margin-top: auto;
}

.blk.grey {
  max-width: 98%;
  background-color: #eaeeef;
}

.blk.extendtop {
  margin-top: 40px;
}

.blk.zeroleft {
  padding-left: 0px;
}

.navmenu {
  float: left;
}

.navmenu.mgleft {
  margin-left: 5%;
  padding-top: 3%;
}

.brand {
  float: right;
}

.iso-cert {
  margin-top: 35px;
  padding-top: 15px;
  padding-right: 10px;
}

.iso-cert.mrgtop {
  margin-top: 70px;
  float: right;
}

.serviceslider {
  height: 320px;
  margin-top: 60px;
  background-color: transparent;
}

.serviceslide {
  width: 24%;
  min-height: 250px;
  margin-left: 0.45%;
}

.serviceslide._1 {
  background-image: url('../images/control-room.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.serviceslide._2 {
  background-image: url('../images/hero.jpeg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._3 {
  background-image: url('../images/smx-ESD-Control-Crop-to-retain-only-the-silver-panel-and-man-just-above-his-helmet-2.jpg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: no-repeat;
}

.serviceslide._4 {
  background-image: url('../images/control-room.jpg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._5 {
  background-image: url('../images/hero.jpeg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._6 {
  background-image: url('../images/smx-ESD-Control-Crop-to-retain-only-the-silver-panel-and-man-just-above-his-helmet-2.jpg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._7 {
  background-image: url('../images/control-room.jpg');
  background-position: 0px -12px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._8 {
  background-image: url('../images/hero.jpeg');
  background-position: 0px -42px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._9 {
  background-image: url('../images/smx-ESD-Control-Crop-to-retain-only-the-silver-panel-and-man-just-above-his-helmet-2.jpg');
  background-position: 0px -32px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._10 {
  background-image: url('../images/hero.jpeg');
  background-position: 0px -32px;
  background-size: contain;
  background-repeat: repeat-x;
}

.serviceslide._11 {
  background-image: url('../images/smx-ESD-Control-Crop-to-retain-only-the-silver-panel-and-man-just-above-his-helmet-2.jpg');
  background-position: 0px -32px;
  background-size: contain;
  background-repeat: repeat-x;
}

.service_txt {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.leftarrowservice {
  top: -400px;
  height: 100px;
  color: #0272ae;
  font-size: 18px;
  font-weight: 400;
}

.rightarrowservice {
  top: -400px;
  height: 100px;
  color: #0272ae;
  font-size: 18px;
}

.btn {
  padding: 15px 40px;
  background-color: #767171;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
}

.btn:hover {
  background-color: #0272ae;
}

.footer {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: #004f75;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footerlink {
  display: block;
  padding: 9px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footerlogo {
  margin-bottom: 40px;
}

.footertxt {
  padding-top: 5px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.5);
}

.topnavlink {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.topnavlink:hover {
  padding-bottom: 10px;
  border-bottom-width: 3px;
  border-bottom-color: #004f75;
  color: #0272ae;
  font-size: 12px;
  letter-spacing: 0px;
}

.topnavlink.w--current {
  background-color: rgba(68, 84, 106, 0.14);
  color: #012c41;
  font-weight: 600;
}

.hide {
  display: none;
}

.bigtitle {
  margin-bottom: 60px;
  padding-left: 20px;
  color: #0272ae;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

.bigtitle.center {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  line-height: 54px;
  text-align: center;
}

.iconblock {
  min-height: 240px;
  padding: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.iconblock.left {
  min-height: 260px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.iconblock.short {
  min-height: 180px;
}

.icon {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.icon.top {
  padding-top: 20px;
}

.isoimg {
  padding-top: 20px;
}

.wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 117, 0.76);
}

.modal1 {
  position: relative;
  overflow: visible;
  max-width: 650px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 8px 8px 13px 0 rgba(0, 0, 0, 0.21);
}

.dirname {
  margin-bottom: 3px;
}

.dirposition {
  margin-top: 0px;
}

.close {
  position: absolute;
  top: -16px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: transparent;
  cursor: pointer;
}

.x {
  position: relative;
  top: 4px;
  right: -11px;
  z-index: 9999;
  display: block;
  margin-top: 0px;
  color: #303952;
  font-size: 24px;
  font-weight: 800;
}

.sm {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 10px;
  background-color: #44546a;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}

.hse {
  padding-top: 2em;
  padding-bottom: 2em;
}

.hse.grey {
  background-color: #494747;
}

.bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bottom.left {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.cert {
  margin-right: 20px;
  float: left;
}

.nav-container {
  position: fixed;
  z-index: 100;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #fff;
}

.nv {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #004f75;
  font-size: 14px;
  text-transform: uppercase;
}

.nv:hover {
  padding-bottom: 10px;
  border-bottom-color: #fff;
  opacity: 1;
  color: #012c41;
}

.navmenublk {
  margin-top: 30px;
  margin-right: 60px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 10px;
  float: right;
}

.column {
  border: 1px solid #000;
}

.navbar-new {
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
}

.herooverlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
}

.isosection {
  padding-top: 2em;
  padding-bottom: 6em;
  border-bottom: 20px solid #008abf;
}

.isosection.blue {
  padding-bottom: 2em;
  background-color: #004f75;
}

.projects {
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0px none #000;
  background-color: #fff;
}

.csrblk {
  min-height: 500px;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 20px solid #44546a;
}

.csrblk.blue {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #000;
}

.imgsliderblk {
  margin-top: 20px;
  background-color: transparent;
}

.vacancies {
  padding-top: 6em;
  padding-bottom: 6em;
  background-image: url('../images/image-copy.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.news {
  padding-top: 2em;
  padding-bottom: 2em;
}

.imageblk {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.14);
}

.imageblk.news {
  display: block;
  min-height: 300px;
  background-image: url('../images/CFDE5B43-0A8B-497E-94FF-DEA6E0CCF5BC.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.fullwidth.blue {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4a4c4d;
  text-align: center;
}

.fullwidth.grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a6a6a6;
}

.fullwidth.section {
  padding-top: 1em;
  padding-bottom: 1em;
}

.fullwidth.section.operation {
  border-bottom: 20px solid #404040;
}

.fullwidth.section.services {
  min-height: 450px;
  padding-top: 0em;
  padding-bottom: 0em;
  background-image: url('../images/Oil_platform_1.png');
  background-position: 50% 95%;
  background-size: cover;
}

.fullwidth.section.hse {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #5e5b5b;
}

.fullwidth.section.vacancy {
  position: relative;
  height: 450px;
  min-height: 480px;
  background-image: url('../images/vacancy_bg_0.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fullwidth.section.footer {
  position: relative;
  min-height: 450px;
  background-image: url('../images/1200x-footer_drk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fullwidth.bottom {
  height: 60px;
  background-color: #767171;
}

.pushleft {
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.fullwidthimg {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-image: url('../images/barge_update_6.png');
  background-position: 50% 50%;
  background-size: cover;
}

.fullwidthblk {
  padding: 1em 6%;
  border-bottom: 20px solid #0272ae;
  text-align: center;
}

.white_txt {
  padding-left: 20px;
  color: #fff;
}

.csrslidemask {
  height: 110%;
}

.mrgtop {
  margin-top: 60px;
}

.mrgtop.rightmrg {
  width: 130%;
  float: right;
}

.servicesgrid {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pded-y {
  padding-top: 20px;
}

.operationsimg {
  min-height: 450px;
  margin-top: 4em;
  background-image: url('../images/operations_new.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  overflow: hidden;
  min-height: 450px;
}

.right {
  padding-right: 20px;
  float: right;
}

.hsesection {
  padding-top: 2em;
}

.vacancy {
  padding-top: 1em;
}

.bottomblk {
  padding-top: 2em;
}

.clients_logos {
  margin-bottom: 40px;
  padding: 0px 14px 14px 0px;
}

.hseimg {
  float: right;
}

.caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -13%;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.sm2 {
  position: absolute;
  bottom: 4.9062px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #44546a;
  color: #fff;
  font-size: 12px;
  line-height: 125%;
  text-align: center;
}

.smalltxt {
  font-weight: 400;
}

.serviceblk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #004f75;
}

.serviceblk.mobile {
  display: none;
}

.serviceblkwrap {
  padding-right: 0px;
  padding-left: 0px;
}

.flexcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.servicecat {
  position: relative;
  width: 25%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right: 1px dashed rgba(2, 114, 174, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.servicecat:hover {
  background-color: #0272ae;
}

.imgrevealblk {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 10px;
  background-color: hsla(0, 0%, 100%, 0.99);
  text-align: center;
}

.imgrevealblk.water {
  display: none;
  padding-top: 60px;
}

.dropdownicon {
  margin-right: -3px;
}

.linkdropdown.w--open {
  background-color: #e3e0e0;
  font-size: 12px;
  text-transform: uppercase;
}

.droplink:hover {
  background-color: #0272ae;
  color: #fff;
}

.offsetfix {
  height: 170px;
  margin-top: -160px;
}

.cancel-modal {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  color: #fff;
  text-decoration: none;
}

.revmodal-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 79, 117, 0.85);
}

.title {
  color: #23d2aa;
  font-weight: 600;
}

.title.center {
  text-align: center;
}

.title.center.dark {
  color: #004f75;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.modalform {
  max-width: 75%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.blktxt {
  margin-bottom: 10px;
  color: #838896;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.38px;
}

.blktxt.center {
  max-width: 80%;
  margin: 20px auto;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.blktxt.smalltxt {
  font-size: 14px;
  line-height: 24px;
}

.modalcontent {
  position: relative;
  overflow: visible;
  max-width: 750px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

.scroller {
  overflow: visible;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .heading.white._0top {
    margin-top: 12em;
    font-weight: 400;
  }
  .sm {
    bottom: 0%;
  }
  .fullwidthimg {
    background-position: 50% 60%;
  }
  .csrslidemask {
    height: 112%;
  }
  .sm2 {
    position: absolute;
    bottom: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #44546a;
    color: #fff;
    font-size: 12px;
    line-height: 125%;
  }
  .servicecat {
    position: relative;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .servicecat:hover {
    background-color: #0272ae;
  }
  .imgrevealblk {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    height: 100%;
    padding-top: 20px;
    background-color: #fff;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .txtblkwrap.mrg-top.lined {
    min-height: 480px;
  }
  .heading.centered {
    max-width: 89%;
  }
  .container {
    max-width: 1440px;
  }
  .txt.herotxt {
    max-width: 650px;
  }
  .txt.white.centered.mrgtop.bottom {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
  .txt.white.service {
    max-width: 550px;
  }
  .slidenav {
    bottom: -124px;
  }
  .blk.mrgtop._550 {
    max-width: 850px;
  }
  .navmenu.mgleft {
    margin-left: 10%;
  }
  .sm {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #44546a;
    color: #fff;
    text-align: center;
  }
  .imgslide-1 {
    overflow: visible;
  }
  .imageblk.news {
    position: relative;
  }
  .fullwidth.blue {
    max-width: 100%;
  }
  .fullwidth.section.services {
    min-height: 480px;
    background-position: 50% 80%;
  }
  .fullwidth.section.vacancy {
    min-height: 510px;
    background-image: url('../images/vacancy_bg_0.png');
  }
  .fullwidth.footer {
    width: 100%;
    min-height: 80px;
    background-color: #fff;
  }
  .fullwidthimg {
    min-height: 500px;
    background-image: url('../images/barge_update_6.png');
    background-position: 45% 70%;
    background-size: cover;
  }
  .csrslidemask {
    height: 120%;
  }
  .operationsimg {
    min-height: 480px;
  }
  .caption {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -13%;
    max-width: 80%;
    min-height: 35px;
    margin-right: auto;
    margin-left: auto;
    background-color: hsla(0, 0%, 100%, 0.71);
    font-size: 12px;
    text-align: center;
  }
  .sm2 {
    position: absolute;
    bottom: 0%;
    overflow: hidden;
    padding: 10px;
    background-color: #44546a;
    color: #fff;
    font-size: 12px;
    line-height: 130%;
  }
  .modalcontent {
    max-width: 1250px;
  }
}

@media screen and (min-width: 1920px) {
  .navmenu.mgleft {
    margin-left: 20%;
  }
  .navmenublk {
    margin-right: 220px;
  }
  .fullwidth.blue {
    max-width: 100%;
  }
  .fullwidth.section.services {
    background-position: 50% 60%;
  }
  .fullwidth.section.vacancy {
    min-height: 580px;
  }
  .fullwidthimg {
    background-position: 50% 90%;
  }
}

@media screen and (max-width: 991px) {
  .slidenav {
    bottom: -27px;
  }
  .sm._1 {
    bottom: 16%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .logo {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .herowrap {
    height: 300px;
  }
  .hero_title._50pcent {
    max-width: 100%;
    font-size: 40px;
  }
  .hero_title.center {
    margin-top: 100px;
    font-size: 34px;
  }
  .aboutsection.mrgd-top {
    overflow: hidden;
    padding-top: 0.25em;
  }
  .txtblkwrap.mrg-top {
    padding: 20px;
  }
  .txtblkwrap.mrg-top.minheight {
    min-height: 150px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .txtblkwrap._50pcent {
    max-width: 100%;
    padding: 20px;
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .heading.service {
    padding-top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .imgblk.hse {
    min-height: 250px;
  }
  .imgblk.about {
    min-height: 186px;
  }
  .container.hero_cont {
    max-width: 90%;
    padding-top: 10px;
  }
  .container.mobile {
    max-width: 97%;
  }
  .operationssection.bg {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .services {
    overflow: hidden;
    padding-top: 2em;
  }
  .blk.whiteblk.footer {
    max-width: 100%;
    padding: 20px;
  }
  .blk.extendtop {
    margin-top: 10px;
  }
  .blk.mrgtop._550 {
    margin-top: 20px;
  }
  .brand {
    float: none;
  }
  .iso-cert {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .footer {
    overflow: hidden;
  }
  .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bigtitle.center {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }
  .iconblock {
    min-height: 230px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .close {
    right: -14px;
  }
  .hse {
    overflow: hidden;
  }
  .herooverlay {
    overflow: hidden;
  }
  .isosection {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .projects {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .csrblk {
    padding-top: 0.125em;
  }
  .csrblk.blue {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .hamburg {
    color: #0272ae;
  }
  .news {
    padding-bottom: 0.25em;
  }
  .fullwidth.section.vacancy {
    height: 200px;
    min-height: 200px;
    background-size: cover;
  }
  .fullwidthimg {
    min-height: 300px;
    background-position: 0% 100%;
  }
  .mrgtop {
    margin-top: 20px;
  }
  .operationsimg {
    min-height: 350px;
  }
  .vacancy {
    padding-top: 0.125em;
  }
  .bottomblk {
    padding-top: 0.125em;
  }
  .sm2 {
    bottom: 69.9062px;
  }
  .serviceblk {
    display: none;
  }
  .serviceblk.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flexcont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .servicecat {
    width: 50%;
  }
  .imgrevealblk {
    display: none;
  }
  .isomobile {
    display: none;
  }
  .cancel-modal {
    right: 10px;
  }
  .modalform {
    max-width: 85%;
  }
  .blktxt {
    font-size: 14px;
  }
}

