/*
 Theme Name:   Subsea
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Nineteen Child Theme
 Author:       upQube
 Author URI:   https://upqube.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/
@import url("../twentynineteen/style.css");

/*
*   Icons
*/
@font-face {
  font-family: 'subsea';
  src: url("../twentynineteen/fonts/subsea.eot?s46wf1");
  src: url("../twentynineteen/fonts/subsea.eot?s46wf1#iefix") format("embedded-opentype"), url("../twentynineteen/fonts/subsea.ttf?s46wf1") format("truetype"), url("../twentynineteen/fonts/subsea.woff?s46wf1") format("woff"), url("../twentynineteen/fonts/subsea.svg?s46wf1#subsea") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="subsea-icon-"],
[class*=" subsea-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'subsea' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subsea-icon-add:before {
  content: "\e90e";
}
.subsea-icon-down-arrow:before {
  content: "\e90f";
}
.subsea-icon-check-box:before {
  content: "\e910";
}
.subsea-icon-instagram:before {
  content: "\e90c";
}

.subsea-icon-youtube-logo:before {
  content: "\e90d";
}

.subsea-icon-close:before {
  content: "\e90a";
}

.subsea-icon-call-2:before {
  content: "\e906";
}

.subsea-icon-envelope-1:before {
  content: "\e908";
}

.subsea-icon-email:before {
  content: "\e900";
  color: #00b9f2;
}

.subsea-icon-gear:before {
  content: "\e901";
  color: #00b9f2;
}

.subsea-icon-pdf-file:before {
  content: "\e903";
  color: #00b9f2;
}

.subsea-icon-checkmark:before {
  content: "\e90b";
  color: #0ba4e0;
}

.subsea-icon-facebook:before {
  content: "\e902";
  color: #fff;
}

.subsea-icon-left-arrow:before {
  content: "\e904";
}

.subsea-icon-linkedin:before {
  content: "\e905";
  color: #fff;
}

.subsea-icon-polygon:before {
  content: "\e907";
  color: #242059;
}

.subsea-icon-right-arrow:before {
  content: "\e909";
}


/*
* Animations
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 185, 242, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 185, 242, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 185, 242, 0);
  }
}

/* 
*   Variables
*/
/*
*   General styles
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;
}

section {
  padding: 2.5rem 0;
}

a {
  text-decoration: none !important;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: .8rem !important;
}

h1::before,
h2::before {
  display: none !important;
}

#map {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}

.light-blue-text {
  color: #00B9F2 !important;
}

.container-fluid {
  padding-right: 5%;
  padding-left: 5%;
}

h2.line {
  font-weight: 900;
  font-size: 3rem;
  position: relative;
  color: #394044;
}

h2.line::after {
  content: '';
  position: absolute;
  bottom: -.5rem;
  left: 0;
  background-color: #00B9F2;
  width: 80px;
  height: 5px;
  margin-top: .4rem;
}

/*
*   Error 404
*/

.error-404 {
  background-image: url('images/opensea-bg.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  padding: 5rem;
}

.error-404 img {
  margin-bottom: 2rem;
}

/*
*   Modal
*/
#videoHome {

  z-index: 99999;
}


#videoHome .modal-dialog {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 5%;
}

#videoHome .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}

#videoHome .modal-dialog .modal-content iframe {
  width: 100%;
  height: 800px;
}


#videoHome .modal-dialog .modal-content i {
  position: absolute;
  top: -8px;
  right: -62px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  opacity: .6;
  color: #fff;
  border-radius: 50%;
}

#videoHome .modal-dialog .modal-content i:hover {
  opacity: .4;
}


/*
*   Buttons
*/
.btn {
  height: 50px;
  font-size: .7rem;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 0;
  border: 2px solid;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 180px;
  text-align: center !important;
}

.btn-underline {
  border: 0;
  border-bottom: 2px solid #00B9F2;
  color: #00B9F2 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 110px;
  height: 35px;
  position: relative;
  margin-left: 80px;
  transition: .5s;
}

.btn-underline::before {
  content: '';
  border: 2px solid #00b9f2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -80px;
  font-size: 15px !important;
  background: #00b9f2;
  transition: .5s;
  animation: pulse 3s ease-out infinite;
}

.btn-underline::after {
  content: '';
  display: block;
  position: absolute;
  left: -64px;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: .3rem;
}

.btn-blue {
  color: #fff !important;
  background-color: #00B9F2 !important;
  border-color: #00B9F2 !important;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: transparent !important;
  color: #00B9F2 !important;
}

.btn-black {
  color: #fff !important;
  background-color: #394044 !important;
  border-color: #394044 !important;
}

.btn-black:hover,
.btn-black:focus {
  background-color: transparent;
  color: #394044 !important;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #fff;
  color: #394044 !important;
}

.btn-outline-light-blue {
  background-color: transparent;
  border-color: #00B9F2;
  color: #00B9F2 !important;
}

.btn-outline-light-blue:hover,
.btn-outline-light-blue:focus {
  background-color: #00B9F2;
  color: #fff !important;
}

/*
* Form
*/
.wpcf7 input[type="submit"] {
  margin-top: 1rem !important;
  padding: 0 !important;
  background-color: #00B9F2 !important;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 250px !important;
}

.wpcf7 input[type="submit"]:hover {
  background-color: transparent !important;
  border: 1px solid #00B9F2 !important;
  color: #00B9F2 !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: .8rem;
  outline: none;
  margin-top: 1rem;
  width: 100%;
  color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap input:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
  outline: none;
}

.wpcf7 .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap input:-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap input::-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap input::placeholder,
.wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
  height: 150px;
}

/*
*   Header page
*/
#header-page {
  background-color: #242059;
  position: absolute;
  top: 0;
  width: 100%;
  height: 43vh;
  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;
  overflow: hidden;
  color: #fff;
}

#header-page.grey-bg h1 {
  color: #111;
}

#header-page img.left {
  position: absolute;
  left: 5%;
  bottom: -100%;
}

#header-page img.right {
  position: absolute;
  right: 5%;
  bottom: -80%;
}

#header-page h1 {
  color: #fff;
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
}

#header-page input {
  max-width: 1100px;
  margin: 2rem auto;
}

/*
*   Navigation
*/

header.blue-header .primary-menu nav ul li a {
  color: #fff;
}

header.blue-header img {
  filter: brightness(0) invert(1);
}



header#masthead {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

div#content {
  padding-top: 120px;
}

.site-header {
  padding: 1.5rem 0;
  background-color: transparent;
  transition: .5s;
}

.site-header:hover {
  background-color: #fff;
}

header.blue-header.navbar-fixed-top img,
header.blue-header:hover img {
  filter: none;
}

header.blue-header.navbar-fixed-top .primary-menu nav ul li a,
header.blue-header:hover .primary-menu nav ul li a,
.site-header .primary-menu nav ul li a {
  font-size: .7rem;
  text-transform: uppercase;
  line-height: 26px;
  color: #394044;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header .primary-menu nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 20px;
  background-color: #00B9F2;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header .primary-menu nav ul li a:hover::before {
  width: 30px;
}

.site-header .primary-menu nav ul li a:hover {
  color: #00B9F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header .primary-menu nav ul li.ubermenu-current_page_item a {
  color: #00B9F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header .primary-menu nav ul li.ubermenu-current_page_item a:hover::before {
  width: 30px;
}

.site-header .primary-menu nav ul li.ubermenu-current_page_item a:hover {
  color: #00B9F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header .primary-menu nav ul li.ubermenu-current_page_item a::before {
  content: '';
  position: absolute;
  bottom: 20%;
  right: 20px;
  background-color: #00B9F2;
  width: 30px;
  height: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-header.navbar-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.11);
}

/*
*   Hero
*/
#hero {
  height: 80vh;
}

#hero .gray-box {
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

#hero .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#hero .item .slide-text {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

#hero .item .slide-text h1 {
  color: #0C0C0C;
  font-size: 3rem;
  font-weight: 700;
  line-height: 80px;
}

#hero .item .slide-text .home-slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 450px;
}

#hero .item .slide-text .home-slider-buttons a {
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: #242059 !important;
}

#hero .item .slide-text .home-slider-buttons a:hover {
  color: #fff !important;
}

#hero .item .slide-text .home-slider-buttons a.btn-underline {
  max-width: 450px;
  margin-top: .75rem;
}

#hero .item .slide-text .home-slider-buttons a.btn-underline:hover {
  color: #242059 !important;
}

#hero .item .slide-text .home-slider-buttons:hover a.btn-underline:before {
  background: #332f64;
  border-color: #242059;
  transition: .5s;
}

#hero .item .slide-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#hero .item .slide-image img {
  margin: 0 auto;
}

/*
*   Home product solutions
*/
.subsea-category-product {
  position: relative;
}

.subsea-category-product .blue-content {
  padding: 5rem;
  padding-left: 5%;
  background-color: #242059;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}

.subsea-category-product .blue-content .description {
  z-index: 10;
}

.subsea-category-product .blue-content .description h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 80px;
}

.subsea-category-product .blue-content .description p {
  color: #fff;
  max-width: 500px;
  margin: 2rem 0;
}

.subsea-category-product .blue-content img {
  position: absolute;
  width: 70%;
  left: 4rem;
}

.subsea-category-product .image,
.products li.product-category.product {
  position: relative;
  margin: 1rem 0;
}

.subsea-category-product .image:hover h3,
.products li.product-category.product:hover h2 {
  right: 0;
}

.subsea-category-product .image h3,
.subsea-category-product .image h2,
.products li.product-category.product h2 {
  position: absolute;
  right: -16%;
  bottom: 8%;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.subsea-category-product .image h2 {
  right: 0;
}

.subsea-category-product .image:hover h2 {
  right: 10%;
}

mark.count {
  display: none;
}

/*
*   Home cases
*/
.subsea-home-cases .container-fluid {
  padding: 0;
}

.subsea-home-cases .container-fluid .h-cases-content {
  padding: 4rem;
}

.subsea-home-cases .container-fluid .h-cases-content p {
  font-size: .7rem;
  font-weight: 400;
}

.subsea-home-cases .container-fluid .owl-cases {
  background-color: #F7F7F7;
  padding-left: 2rem;
  padding-top: 2rem;
  height: 90%;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item:nth-child(even) .item:hover .overlay {
  transform: translate3d(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 242, 0.33)), to(rgba(0, 185, 242, 0.93)));
  background: linear-gradient(rgba(0, 185, 242, 0.33), rgba(0, 185, 242, 0.93));
  opacity: 1;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item:nth-child(even) h3 {
  background-color: #00B9F2;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item:nth-child(odd) .item:hover .overlay {
  transform: translate3d(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 32, 89, 0.33)), to(rgba(36, 32, 89, 0.93)));
  background: linear-gradient(rgba(36, 32, 89, 0.33), rgba(36, 32, 89, 0.93));
  opacity: 1;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item:nth-child(odd) h3 {
  background-color: #242059;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item .item {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item .item a .overlay {
  transform: translate3d(0, 200px, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  text-align: left;
  padding: 30px 30px 70px 30px;
  flex-direction: column;
}

p.view-case-link {
  display: block;
  width: 100%;
  margin-top: -20px;
  font-weight: bold;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item .item a .overlay p {
  color: #fff;
  z-index: 20;
}

.subsea-home-cases .container-fluid .owl-cases .owl-item .item a h3 {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 1rem;
}

.subsea-home-cases .container-fluid .owl-cases .owl-nav {
  position: absolute;
  top: 1.5rem;
}

.subsea-home-cases .container-fluid .owl-cases .owl-nav span {
  font-size: 3rem;
}

.subsea-home-cases .container-fluid .owl-cases .owl-nav i.subsea-icon-right-arrow {
  margin-left: 1rem;
}

#use-cases article h3 {
  color: #0C0C0C;
  font-size: 1.2rem;
  font-weight: 700;
}

#use-cases .news-img {
  position: relative;
  overflow: hidden;
}

#use-cases .text-left {
  position: relative;
  overflow: hidden;
}

#use-cases .text-left img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#use-cases .text-left:hover img {
  margin-left: 0;
}

/*
*   Home About us
*/
.subsea-home-about .container-fluid {
  padding-left: 15px;
}

.subsea-home-about .container-fluid .h-about-image {
  position: relative;
  cursor: pointer;
}

.subsea-home-about .container-fluid .h-about-image:hover a.video-play-button:after {
  background-color: #e6e6e6;
}

.subsea-home-about .container-fluid .h-about-image img {
  width: 100%;
}

.subsea-home-about .container-fluid .h-about-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 185, 242, 0.5);
}

.subsea-home-about .container-fluid .h-about-image a.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  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;
}

.subsea-home-about .container-fluid .h-about-image a.video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.subsea-home-about .container-fluid .h-about-image a.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.subsea-home-about .container-fluid .h-about-image a.video-play-button:hover:after {
  background-color: #e6e6e6;
}

.subsea-home-about .container-fluid .h-about-image a.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #394044;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  margin-left: .3rem;
}

.subsea-home-about .container-fluid .h-about-content {
  background-color: #F7F7F7;
  padding: 4rem 3rem;
}

.subsea-home-about .container-fluid .h-about-content h2 {
  margin-bottom: 3rem;
}

.subsea-home-about .container-fluid .h-about-content a.btn {
  margin-top: 2rem;
}

/*
*   Home Latest news
*/
.subsea-home-news .latest-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subsea-home-news .latest-news .item {
  background-color: #fff;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

.subsea-home-news .latest-news .item .content {
  padding: 1.5rem;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
}

.subsea-home-news .latest-news .item .content h3 {
  color: #394044;
  font-size: .9rem;
  line-height: 24px;
  font-weight: 700;
}

.subsea-home-news .latest-news .item .content h3 a {
  color: #394044;
  position: relative;
}

.subsea-home-news .latest-news .item .content h3 a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.5rem;
  background-color: #00B9F2;
  width: 28px;
  height: 3px;
}

.subsea-home-news .latest-news .item .content p {
  font-weight: 400;
  color: #394044;
  font-size: .7rem;
}

.subsea-home-news .latest-news .item .content a.read-more {
  color: #00B9F2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .7rem;
  text-align: left;
}

/*
*   Home Keep in touch
*/
.subsea-home-contact .container-fluid {
  padding-right: 15px;
}

.subsea-home-contact .container-fluid .h-contact-title {
  position: relative;
  max-width: 500px;
}

.subsea-home-contact .container-fluid .h-contact-title h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 67px;
}

.subsea-home-contact .container-fluid .h-contact-title h3 {
  color: #00B9F2;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 0;
}

.subsea-home-contact .container-fluid .h-contact-title img {
  position: absolute;
  top: -2rem;
  left: 3rem;
}

.subsea-home-contact .container-fluid .h-contact {
  background-color: #242059;
  padding: 3rem;
}

/*
*   Case studies
*/
.single-post-page-template {
  padding-bottom: 0;
  /* color: #fff; */
}

.single-post-page-template .case-gray-box {
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70vh;
  z-index: -1;
}

.single-post-page-template .container-fluid {
  padding-left: 5%;
  padding-right: 15px;
}

.single-post-page-template .container-fluid .col-md-4 h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 80px;
}

.body.cases-template-default .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body.cases-template-default .product img {
  /* margin-right: 2rem; */
  width: 230px;
}

.single-post-page-template .container-fluid .col-md-8 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.single-post-page-template .container-fluid .col-md-8 iframe {
  width: 100%;
}

.single-post-page-template .container-fluid.left {
  padding-left: 15px;
  padding-right: 5%;
}

.single-post-page-template .container-fluid.left .flex-row-reverse .col-md-8 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0;
}

.single-post-page-template .container {
  max-width: 1360px;
}

.single-post-page-template .container .col-md-12 .intro-text {
  font-weight: 700;
}

.single-post-page-template .container .col-md-12 ul {
  list-style: none;
}

.single-post-page-template .container .col-md-12 ul li {
  font-size: .8rem;
  margin: .8rem 0;
}

.single-post-page-template .container .col-md-12 ul li::before {
  content: "\e90b";
  font-family: 'subsea';
  color: #00B9F2;
  margin-right: .6rem;
}

.single-post-page-template .container .col-md-12 .case-gallery {
  padding-top: 2rem;
}

.single-post-page-template .container .col-md-12 .case-gallery h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #576168;
}

.single-post-page-template .container .col-md-12 .case-gallery .case-main-image img {
  height: 462px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-post-page-template .container .col-md-12 .case-gallery .case-images img {
  margin-bottom: 1.4rem;
  cursor: pointer;
}

.single-post-page-template #case-cta {
  background-color: #242059;
  position: relative;
  padding: 4rem 0;
}

.single-post-page-template #case-cta img.left {
  position: absolute;
  left: 4%;
  bottom: -125%;
}

.single-post-page-template #case-cta img.right {
  position: absolute;
  right: 4%;
  bottom: -90%;
}

.single-post-page-template #case-cta .case-cta-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.single-post-page-template #case-cta .case-cta-content h2 {
  font-size: 1.82rem;
  font-weight: 800;
  color: #fff;
}

.single-post-page-template #case-cta .case-cta-content a.btn {
  width: 300px;
}

/*
*   Products cat
*/
.products-cat {
  margin-bottom: 5rem;
}

.products-cat img.dots {
  position: absolute;
  top: 0;
}


/*
*   News
*/

.news-template .animate-solid-section-left .img-section-text {
  margin-right: .5rem;
}

.news-template .animate-solid-section-right .img-section-text {
  margin-left: .5rem;
}

.news-template .no-image-news,
.news-template .img-section-text {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.news-template iframe {
  width: 100%;
  height: 330px;
}

.news-template .no-image-news.blue,
.news-template .img-section-text.blue {
  color: #fff;
}

.news-template h2 {
  font-size: 1.2rem;
}

.news-template .img-section-text.blue .btn-outline-light-blue {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.news-template .img-section-text.blue .btn-outline-light-blue:hover {
  background-color: #fff;
  border-color: #fff;
  color: #242059 !important;
}

.news-template .blog-img img {
  width: 100%;
  object-fit: cover;
}

.news-date {
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: -10px;
}

/*
*   Support
*/
.page-template-template-support #header-page-new {
  height: 700px;
}

.page-template-template-support #header-page-new p {
  margin-bottom: 0;
}

#support-contact .container-fluid {
  padding-right: 15px;
}

#support-contact .h-contact {
  background-color: #F7F7F7;
  padding: 3rem;
  color: #111;
}

#support-contact .h-contact .gdpr-cmt {
  color: #111;
}

#support-contact .h-contact input[type="submit"] {
  border: 0;
}

#support-contact .h-contact input,
#support-contact .h-contact textarea {
  border-bottom: 1px solid #576168;
  color: #576168;
}

#support-contact .h-contact input::placeholder,
#support-contact .h-contact textarea::placeholder {
  color: #576168;
}

/*
*   Faq
*/

#faq .faq-wrapper .card-header {
  padding: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}

#faq .faq-wrapper .card-header h2 {
  margin: 0;
  font-size: 1.3rem;
  padding: 0 !important;
}

#faq .faq-wrapper .card-header h2 a {
  width: 100%;
  display: block;
  padding: .7rem !important;
  cursor: pointer;
  color: #fff;
  background-color: #00B9F2;
}

#faq .faq-wrapper .card-header h2 a.collapsed {
  background-color: #fff;
  color: #242059;
}

#support-contact .h-contact-title {
  position: relative;
}

#support-contact .h-contact-title img {
  position: absolute;
  top: 0;
}

/*
*   About
*/

.about-header {
  padding-top: 210px;
  background-image: url('http://dev.upqube.com/norwegiansubsea/wp-content/themes/twentynineteen-child/images/dots-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;

  color: #fff;
}


/*
*   Installation
*/

#installation h2.line {
  font-size: 2.4rem;
}
#installation .installation-item h4 {
  flex: 2;
}

#installation .installation-item p {
  flex: 1;
}

#installation .installation-item a {
  flex: .5;
}
/*
*   Team
*/
#team .team-content {
  background-color: #F7F7F7;
  border-radius: 0;
  padding: 1rem;
  margin: .5rem 0;
  height: 90%;
}

#team .team-content h4 {
  margin: 0;
  font-size: 1.5rem;
}

#team .team-content strong {
  margin-bottom: .7rem;
  font-weight: 700;
  display: block;
  font-size: .8rem;
}


#team .team-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

#team .team-content ul li {
  margin: 0;
  font-size: .8rem;
}

#team .team-content ul li a {
  color: #00b9f2;
}

/*
*   Applications
*/
#use-cases ul.nav-tabs,
#applications ul.nav-tabs {
  border: 0;
  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;
}

#use-cases ul.nav-tabs button,
#applications ul.nav-tabs button {
  font-weight: 700;
  color: #242059;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  border-radius: 0;
  outline: none !important;
  transition: all .3s ease-in-out;
}

#use-cases ul.nav-tabs button:hover,
#applications ul.nav-tabs button:hover {
  color: #00B9F2;
}

#use-cases ul.nav-tabs button.is-checked,
#applications ul.nav-tabs button.is-checked {
  color: #00B9F2;
  border-bottom: 4px solid #242059;
}

#applications .service-grid-content .post-thumbnail {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#applications .service-grid-content .post-thumbnail:hover h3 {
  right: 2.45rem;
  bottom: -1rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#applications .service-grid-content .post-thumbnail img {
  height: 300px;
  width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

#applications .service-grid-content .post-thumbnail h3 {
  text-transform: uppercase;
  max-width: 300px;
  padding: 1rem;
  position: absolute;
  right: 0.5rem;
  bottom: -2.5rem;
  background-color: #EDEEF0;
  font-size: 1.2rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#applications .service-grid-content .post-thumbnail h3 a {
  color: #394044;
}

.applications-single {
  color: #fff;
}

.applications-single .container-fluid {
  padding-left: 5%;
  padding-right: 15px;
}

.single-post-page-template .container-fluid img.dots {
  position: absolute;
  bottom: 160px;
  width: 100%;
}

.applications-single .container-fluid .application-content {
  color: #394044;
}

.applications-single .container-fluid .application-form {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.applications-single .container-fluid .application-form h2.line {
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 37px;
}

.applications-single .container-fluid .application-form .wpcf7 {
  margin-top: 2rem;
}

.applications-single .container-fluid .application-form .wpcf7 .ajax-loader {
  display: none;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap input,
.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap textarea {
  border-bottom: 1px solid #576168;
  color: #576168;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #576168;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap input:-ms-input-placeholder,
.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #576168;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap input::-ms-input-placeholder,
.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #576168;
}

.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap input::placeholder,
.applications-single .container-fluid .application-form .wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
  color: #576168;
}

#single-applications-content .container-fluid {
  padding-right: 5%;
}

#recommended-products {
  position: relative;
  padding: 3rem 0;
}

#recommended-products .overlay-gray-box {
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 73%;
}

#recommended-products .item {
  background-color: #fff;
  width: 80%;
}

#recommended-products .item .image-product {
  padding: 2rem;
}

#recommended-products .item img {
  width: 100%;
}

#recommended-products .item h4 {
  color: #242059;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

#recommended-products .item p {
  color: #394044;
  margin-top: 0;
}

/*
*   Footer
*/
footer {
  background-color: #F7F7F7;
  padding: 3rem 0 2rem;
}

footer h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 29px;
}

footer strong {
  display: block;
  margin-top: 1rem;
  font-size: .8rem;
}

footer p {
  margin: 0;
  font-size: .8rem;
}

footer .form-group {
  position: relative;
}

footer .form-group input {
  font-size: .7rem !important;
  padding: 1.3rem .8rem !important;
  border-radius: 0;
  border: 1px solid #DEE3E7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 1rem;
  background: #fff !important;
}

footer .form-group input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #111 !important;
}

footer .form-group input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #111 !important;
}

footer .form-group input::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #111 !important;
}

footer .form-group input::placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #111 !important;
}

footer .form-group div.wpcf7-validation-errors, footer .form-group div.wpcf7-acceptance-missing,
footer .form-group div.wpcf7-mail-sent-ok {
    margin: -15px 0 30px;
}

footer .form-group button {
    position: absolute;
    top: 50%;
    right: 0;
    top: 0;
    height: 58px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: #111;
}
footer .form-group button:active,
footer .form-group button:focus {
    outline: none;
}

footer .widget li {
  margin: .5rem 0;
}

footer .widget li a {
  color: #394044;
  font-size: .75rem;
  font-weight: 400;
}

footer ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul.social li {
  margin: 0 .7rem;
}

footer ul.social li:first-child {
  margin-left: 0;
}

footer ul.social li a i::before {
  color: #394044;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin: .8rem 0;
}

footer ul li a {
  color: #394044;
}

.single-prod h2.woocommerce-loop-product__title {
    font-size: 22px;
}

nav.woocommerce-pagination {
    text-align: center;
    padding: 50px 0;
}

.entry .entry-content p {
    /* width: 100%; */
    max-width: initial;
}

.entry-content ul {
    font-size: 17px;
}

.modal span.password-input-group {
    width: 100%;
}

.download-form .wpcf7-response-output {
    margin: 15px 0 !important;
}

.entry .entry-content > *.alignfull {
    left: 0;
    width: 100%;
    max-width: 100%;
}

.entry .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
}

.subsea-home-contact .container-fluid .h-contact .gdpr-cmt p {
    color: #fff;
    font-size: 13px !important;
    line-height: 21px;
}
.gdpr-cmt {
    color: #fff;
}
.gdpr-cmt input {
    margin: 0 7px 0 0 !important;
}
.gdpr-cmt a {
    color: #00b9f2;
}

.mob-menu-header {
    display: none;
}

.search-filter-results {
    width: 100%;
}
.spec-label {
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 15px;
}
.spec-text {
    margin-bottom: 15px;
    line-height: 120%;
}




.grecaptcha-badge {
    opacity: 0;
}
.myprod-heading {
    background: #f7f7f7;
    font-weight: bold;
}
label.myprod-label {
    margin: 0;
    padding: 10px;
}
.myprod-single-prod {
    border-bottom: 1px solid #dedede !important;
}
.download-form ul.wpuf-form.form-label-above li {
    display: inline-block;
    width: 33%;
}
ul.wpuf-form.form-label-above li.field-size-medium .wpuf-fields {
    width: 100% !important;
}
.download-form select {
    height: 49px;
    border: 1px solid #eee;
}
.pf-last-step input, .pf-last-step textarea {
    max-width: 100% !important;
    width: 100% !important;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs input[type="submit"] {
    float: right;
    position: static;
    margin-right: 5px;
}
fieldset.fieldset-cf7mls[data-cf7mls-order="0"] button.cf7mls_back.action-button {
    display: none;
}

span.wpcf7-form-control-wrap.type,
span.wpcf7-form-control-wrap.product-s,
span.wpcf7-form-control-wrap.product-m,
span.wpcf7-form-control-wrap.product-e,
span.wpcf7-form-control-wrap.cable-length {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 38.5%;
}

span.wpcf7-form-control-wrap.type:after,
span.wpcf7-form-control-wrap.product-s:after,
span.wpcf7-form-control-wrap.product-m:after,
span.wpcf7-form-control-wrap.product-e:after,
span.wpcf7-form-control-wrap.cable-length:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  height: 0;
  width: 0;
  border-top: 6px solid #00b9f2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}

a.password_preview {
    font-family: dashicons !important;
}

.user-registration-password-strength {
    font-size: 14px;
}

small.user-registration-password-hint, label#user_pass_error {
    font-size: 12px;
}

ul.user-registration-error {
    display: flex;
}

.entry-content div#user-registration {
    margin: 0 auto;
}

.user-registration-account p.user-registration-form-row.form-row,
.download-form p.user-registration-form-row.form-row {
    width: 48%;
    float: left;
    clear: none;
}
.user-registration-account p.user-registration-form-row.form-row.hide_show_password,
.download-form p.user-registration-form-row.form-row.hide_show_password {
    width: 48%;
    float: right;
    clear: none;
}
.user-registration-account p.form-row,
.download-form p.form-row {
    clear: both;
    display: block;
}
form.lost_reset_password p.user-registration-form-row {
    width: 100% !important;
}
.user-registration-profile-header {
    display: none;
}
.user-registration-account form.edit-password p.user-registration-form-row.form-row.hide_show_password {
    width: 100%;
    float: none;
}
.download-form div#ur-frontend-form {
    padding: 0 0 20px 0;
    border: none;
}
.download-form input#rememberme {
    display: inline-block !important;
    width: initial;
    position: static;
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
}
#mc_embed_signup .mc-field-group input {
    width: 100% !important;
    text-indent: 0 !important;
}
#mc_embed_signup form {
    padding: 0 !important;
}
#mc_embed_signup {
    background: transparent !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent !important;
}
#mc_embed_signup .button {
    position: absolute;
    top: 50%;
    right: 0 !important;
    top: 0 !important;
    height: 58px !important;
    width: 60px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    background: transparent !important;
    color: #111 !important;
}
#mc_embed_signup .button:hover {
    background-color: transparent;
}
#mc_embed_signup .button:focus {
    outline: none;
}
#mc_embed_signup #mce-success-response {
    color: #00b9f2 !important;
}
#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#mc_embed_signup div#mce-responses {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}
.single-blog a>h2 {
    color: #111;
}
img.header-logo {
    width: 210px;
      height: auto;
}
/*
* Responsive
*/

/*Mobile*/
@media only screen and (max-width: 480px) {}

/*tablet*/
@media only screen and (min-width: 481px) and (max-width: 991px) {}

/*medium*/
@media only screen and (min-width: 992px) and (max-width: 1119px) {}

/*large*/
@media only screen and (min-width: 1220px) and (max-width: 1689px) {

  h2.line {
    font-size: 2.5rem;
  }


  p {
    font-size: .73rem !important;
  }

  #header-page-image .img-video-wrapper img {
    width: 90%;
  }

  .news-template iframe { 
    height: 260px !important;
  }

  /*
  * Navgation
  */
  header.blue-header.navbar-fixed-top .primary-menu nav ul li a,
  header.blue-header:hover .primary-menu nav ul li a,
  .site-header .primary-menu nav ul li a {
    font-size: .6rem;
  }



  /*
  * Header page 
  */

  #header-page {
    height: 400px;
  }

  .page-template-template-support #header-page {
    height: 70vh;
  }

  #header-page img.left {
    bottom: -115%;
  }

  #header-page img.right {
    bottom: -95%;
  }

  #header-page h1 {
    font-size: 2.5rem;
  }

  #header-page input {
    max-width: 900px;
  }

  /*
  * Home
  */

  #hero .item .slide-text h1 {
    font-size: 2.5rem;
  }

  /*
  * Home cases
  */

  .subsea-home-cases .row {
    align-items: center;
  }

  .subsea-home-cases .container-fluid .owl-cases {
    height: 400px;
  }

  .subsea-home-cases .container-fluid .owl-cases .owl-item .item {
    margin-top: 3.5rem;
  }

  .subsea-home-cases .container-fluid .owl-cases .owl-nav {
    margin-top: 0.5rem;
  }

  .subsea-home-about .container-fluid .h-about-content {
    padding: 2rem;
  }

  .subsea-category-product .image h3,
  .subsea-category-product .image h2 {
    right: -8%;
    font-size: 1.2rem;
  }

  .subsea-category-product .image img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }

  /*
  * Applications
  */

  #applications .service-grid-content .post-thumbnail h3 {
    font-size: .9rem;
    right: -.7rem;
  }

  #applications .service-grid-content .post-thumbnail:hover h3 {
    right: 0;
  }

  #applications .service-grid-content .post-thumbnail img {
    width: 100%;
    height: 270px;

  }


  .single-post-page-template .case-gray-box {
    height: 560px;
  }

  .single-post-page-template .col-md-8 img,
  .applications-single .col-md-8 img {
    width: 90%;
  }

  .single-post-page-template .container-fluid .col-md-8 iframe {
    width: 90%;
    float: right;
    height: 514px;
  }

  .single-post-page-template .container-fluid img.dots {
    bottom: 110px;
  }

  .single-post-page-template .container-fluid .col-md-4 h2 {
    font-size: 2rem;
  }

  .applications-single .container-fluid .application-form h2.line {
    font-size: 1.35rem;
  }

  #recommended-products .item h4 {
    font-size: 1.3rem;
  }

  /*
  * Support
  */
  .page-template-template-support #header-page-new {
    height: 450px;
  }

  #faq .faq-wrapper .card-header h2 a {
    font-size: 1rem;
  }

  /*
  * News
  */

  .news-template .img-section-text h2 {
    font-size: 1.8rem;
  }


}




@media only screen and (min-width: 2000px) {
  img.header-logo {
      width: 230px;
      height: auto;
  }
  .ubermenu .application-sbubmenu-big .ubermenu-item-layout-image_left>.ubermenu-target-text {
      padding-left: 50px;
  }
  .site-header {
    padding: 3rem 0;
  }

  div#content {
    padding-top: 0px !important;
  }

  .page-template-template-home div#content {
    padding-top: 120px !important;
  }

  .container {
    max-width: 1700px;
  }

  .site-header img {
    width: 330px;
  }

  section#header-page-image h1,
  section#header-page-image h1,
  #header-page-new h1 {
    font-size: 3.5rem !important;
  }

  #header-page-image {
    margin-top: 0 !important;
    padding-top: 210px !important;
    margin-bottom: 210px !important;
    max-height: 970px !important;
    min-height: 970px !important;
  }

  .single-post-page-template .container-fluid .col-md-8 img {
    width: 90%;
  }

  .img-video-wrapper {
    top: 170px !important;
  }

  .subsea-home-contact .container-fluid .h-contact-title h2,
  .subsea-home-contact .container-fluid .h-contact-title h3 {
    font-size: 3.6rem !important;
  }

  h2.line {
    font-size: 3.6rem !important;
    line-height: 100px !important;
  }

  .spec-label,
  .spec-text {
    font-size: 1rem !important;
    line-height: 40px;
  }

  .tab-prod-title,
  p {
    font-size: 1rem !important;
  }

  .btn {
    font-size: 1rem;
    height: 65px;
    padding-left: 22px;
    padding-right: 22px;
  }

  li.application-sbubmenu-big ul li a span.ubermenu-target-title {
    font-size: 1.1rem !important;
  }

  header.blue-header.navbar-fixed-top .primary-menu nav ul li a,
  header.blue-header:hover .primary-menu nav ul li a,
  .site-header .primary-menu nav ul li a {
    font-size: 1.1rem !important;
    padding: 22px 27px;
  }

  nav.ubermenu ul.ubermenu-submenu.ubermenu-submenu-type-flyout span.ubermenu-target-title,
  .ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target,
  .ubermenu-main .ubermenu-tab>.ubermenu-target {
    font-size: 1.25rem !important;
  }

  #hero .item .slide-text .home-slider-buttons {
    max-width: 550px;
  }

  .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
    right: 5px !important;
    margin-top: -12px !important;
  }

  #hero .item .slide-text h1 {
    font-size: 4rem;
    line-height: 100px;
  }

  #header-page-image .img-video-wrapper img,
  .subsea-category-product .image,
  .subsea-category-product .image img {
    width: 90%;
  }

  section#header-page-image .product img {
    max-width: 300px;
}

  #team .team-content h4,
  #applications .service-grid-content .post-thumbnail h3,
  .subsea-category-product .image h3,
  .subsea-category-product .image h2 {
    font-size: 2rem;
  }

  #applications .service-grid-content .post-thumbnail h3 {
    max-width: 350px;
  }

  #applications .service-grid-content .post-thumbnail:hover h3 {
    right: 3.3rem;
    bottom: -1.1rem;
  }

  .btn-label,
  li.product-tab-nav h2,
  #contact-info h4,
  .news-template h2,
  #use-cases article h3,
  #use-cases ul.nav-tabs button,
  #applications ul.nav-tabs button,
  footer ul li a i,
  footer h3,
  .subsea-home-cases .container-fluid .owl-cases .owl-item .item a h3 {
    font-size: 1.5rem !important;
  }

  .tab-img img {
    max-width: 200px !important;
  }

  .subsea-home-about .container-fluid .h-about-image a.video-play-button {
    width: 150px;
    height: 150px;
  }

  .subsea-home-about .container-fluid .h-about-image a.video-play-button span {
    border-left: 40px solid #394044;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
  }

  .subsea-home-news .latest-news .item .content h3 {
    font-size: 1.4rem;
    line-height: 40px;
  }

  .news-date,
  .subsea-home-news .latest-news .item .content a.read-more {
    font-size: .9rem;
  }

  .subsea-home-news .latest-news .item .content {
    min-height: 380px;
  }

  #contact-info ul li a {
    font-size: 1.25rem;
  }

  #team .team-content strong,
  #team .team-content ul li,
  footer strong,
  footer .widget li a,
  .wpcf7 .wpcf7-form-control-wrap input,
  .wpcf7 .wpcf7-form-control-wrap textarea {
    font-size: 1rem;
  }

  #applications .service-grid-content .post-thumbnail img {
    height: 400px;
  }

  .single-post-page-template #case-cta .case-cta-content {
    max-width: 1350px;
  }

  .single-post-page-template #case-cta .case-cta-content h2 {
    font-size: 2.2rem;
  }

  .single-post-page-template #case-cta .case-cta-content a.btn {
    width: 450px;
  }

  .applications-single .container-fluid .application-form h2.line {
    font-size: 2.9rem !important;
  }

  .single-post-page-template .container {
    max-width: 1700px;
  }

  .single-post-page-template .container .col-md-12 .case-gallery .case-main-image img {
    height: 575px;
  }

  .news-template iframe {
    height: 450px;
  }

  #videoHome .modal-dialog .modal-content iframe {
    height: 1080px;
  }

  #map {
    height: 800px;
  }

  #contact-info {
    margin-top: 3rem;
  }

  #use-cases .text-left img {
    height: 400px;
    object-fit: cover;
  }

  .woocommerce-page .img-video-wrapper img {
    width: 90% !important;
  }

  .woocommerce .product-category img {
    width: 100%;
  }

  .single-post-page-template .case-gray-box {
    height: 1015px;
  }
}


@media only screen and (max-width: 1600px) {
    section#header-page-image .product h4 {
        font-size: 1.2rem !important;
    }
    section#header-page-image .product img {
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 1400px) {
  .call-back-form, .wpcf7-checkbox span.wpcf7-list-item-label {
      font-size: .6rem !important;
  }
}

@media only screen and (max-width: 1030px) {
    .myprod-single-prod.card .col-sm-4 label.myprod-label:nth-child(1) {
        display: block;
        font-weight: bold;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1030px) {
    div#download-tabs .nav-item {
        min-width: 30% !important;
    }
    div#nav-tabContent .btn {
        height: auto;
        text-align: left !important;
    }
}


@media only screen and (max-width: 980px) {
    .subsea-home-news .latest-news .item {
        margin-bottom: 20px;
    }
    .mob-menu-header.initial-white a span, .mob-menu-header.initial-white a:before, .mob-menu-header.initial-white a:after {
        background: #fff;
    }
    .site-header.navbar-fixed-top .mob-menu-header.initial-white a span,
    .site-header.navbar-fixed-top .mob-menu-header.initial-white a:before,
    .site-header.navbar-fixed-top .mob-menu-header.initial-white a:after {
      background: #000;
    }
    div#download .btn.btn-blue, div#my-prod .btn.btn-blue {
        text-align: left !important;
        height: auto;
    }
    section#download-section h5.modal-title {
        font-size: 20px;
        height: auto;
    }
    section#download-section .modal-header {
        padding: 10px;
    }
    section#download-section .modal-body {
        font-size: 16px;
        line-height: 140%;
    }
    section#download-section .modal-footer .btn {
        min-width: 120px;
    }
}


@media only screen and (max-width: 480px) {
    .prod-specs {
        font-size: 12px !important;
    }
    .spec-text {
        line-height: 140%;
    }
    .prod-specs .col-4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .prod-specs .col-8 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .container.prod-tab-container h2 {
        font-size: 24px;
    }
    .container.prod-tab-container .io-button .btn {
        font-size: 13px;
        height: 40px;
        min-width: 140px;
    }
    .key-content p {
        font-size: .65rem !important;
        line-height: 150%;
        padding-bottom: 20px;
    }
    section#key-features .item {
        margin-top: 55px;
    }
    h4.key-title {
        margin: 21px auto 0px;
        font-size: 17px;
    }
    section#recommended-products .pt-5 {
        padding-top: 20px !important;
    }
    .woocommerce-product-gallery {
        margin-bottom: 1rem;
    }
    .single-post-page-template .container-fluid .col-md-8 iframe {
        height: 210px;
    }
    section#header-page-image .product {
        position: static !important;
    }
    body.single-cases .woocommerce-products-header__title.page-title {
        font-size: 1.1em;
    }
    section#header-page-image .product img {
        max-width: 170px !important;
    }
    section#header-page-image .product h4, .single-post-page-template #case-cta .case-cta-content h2 {
        font-size: 1rem !important;
    }
    body.single-cases section#header-page-image {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    div#content figure {
        width: 100% !important;
    }
    .case-main-image {
      margin-bottom: 20px;
    }
    .case-main-image img {
        object-fit: cover !important;
        height: 100% !important;
        object-position: center;
    }
    .col-md-6.case-images {
        width: 50%;
    }
    .btn-underline::after {
        top: 6px !important;
    }
    footer#colophon .col-md-4.pr-5 {
        padding-right: 15px !important;
    }
    .subsea-home-news {
        padding-bottom: 10px;
    }
    .subsea-home-contact .animate-subsea-section-right,
    section#support-contact .animate-subsea-section-right {
        padding-left: 0;
    }
    .home .subsea-home-contact {
        padding-bottom: 0;
    }
    footer#colophon .col-md-12.d-flex {
        display: block !important;
    }
    footer ul.social {
        margin-bottom: 25px;
    }
    section#header-page-image .img-video-wrapper {
        padding: 0 15px !important;
    }
    .user-registration-account p.user-registration-form-row.form-row, .download-form p.user-registration-form-row.form-row,
    .user-registration-account p.user-registration-form-row.form-row.hide_show_password, .download-form p.user-registration-form-row.form-row.hide_show_password {
        width: 100%;
        float: none;
    }
    .ur-frontend-form input[type=submit] {
        float: none;
    }
    .download-form form p.form-row input[type="submit"] {
        min-width: 180px;
        padding: 5px 20px !important;
        height: 50px;
        margin-top: 10px !important;
        margin-bottom: 15px;
        width: 100% !important;
    }
    .download-form ul.wpuf-form.form-label-above li {
        width: 100%;
    }
    .download-form ul.wpuf-form li {
        padding: 10px;
    }
    div#download-tabs a {
        width: 100% !important;
        text-align: left !important;
    }
    div#download-tabs .nav-item {
        justify-content: flex-start !important;
    }
    body.page-template.page-template-template-about section#header-page-image.single-app {
        margin-bottom: 0px;
    }
    #team .team-content {
        height: initial;
    }
    .myprod-single-prod.card {
        font-size: 17px;
    }
    div#download .card-body, div#my-prod .card-body {
        padding-right: 0;
        padding-left: 0;
    }
    .modal-body a.close-modal {
        right: -10px;
        top: -40px;
    }
    div#videoHome .modal-body {
        padding: 0;
    }
    .modal-body iframe {
        height: 191px !important;
    }
}

@media only screen and (max-width: 365px) {
    .home-slider-buttons a.btn.btn-outline-light-blue {
    }
    #hero .item .slide-text .home-slider-buttons a.btn-underline {
        font-size: 14px !important;
    }
    .home-slider-buttons a.btn.btn-outline-light-blue {
      font-size: 12px !important;
    }
    .slide-text .home-slider-buttons a.btn.btn-outline-light-blue {
        font-size: 12px !important;
        min-width: 130px !important;
        float: none !important;
        display: inline-block !important;
        margin-right: 9px !important;
        margin-bottom: 20px !important;
    }
    .slide-text .home-slider-buttons a.btn.btn-outline-light-blue:nth-child(2) {
        margin-right: 0px !important;
    }
    .home-slider-buttons {
        text-align: center;
    }
}


a.case-prod-link {
    color: #111;
}

/*# sourceMappingURL=style.css.map */