@font-face {

  font-family: 'Px Regular';

  src: url('../fonts/Px-Grotesk-Regular.woff2') format('woff2'),

      url('../fonts/Px-Grotesk-Regular.woff2') format('woff'),

      url('../fonts/Px-Grotesk-Regular.ttf') format('ttf');

  font-display: swap;

}
.page-template-subsea-insider-newsletter .breadcrumb{
  display: none;
}
.banner__image .mobile-banner-img {
  display: none;
}
.banner-subsea .banner__content{
  max-width: 900px;
}
.banner-subsea .banner__content h5{
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 3px;
}
.banner-subsea .banner__content h1{
  font-size: 50px;
  line-height: 60px;
}
.banner-subsea .banner__content h1 span{
  font-weight: bold;

}
.banner-subsea .banner__content .caption p{
  font-size: 24px;
}

#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 label.hs-error-msg {
  color: #FF5A5A;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  padding: 0;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  margin: 0.25rem 0.5rem 0.25rem 0;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 0;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  border: 1px solid #888E91;
  background-color: #fff;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input label input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 10px;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .input .inputs-list .hs-form-checkbox-display span {
  padding-left: 17px;
  font-size: 15px;
  line-height: 18px;
  color: #0A1E2D;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs_submit input[type="submit"] {
  display: block;
  width: auto !important;
  background: #FF5A5A !important;
  color: #fff;
  padding: 0.75rem 1.2rem !important;
  text-align: center;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  outline: 0;
  margin: 0 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
}
 #hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 .hs_submit input.hs-button:hover {
  color: #000 !important;
}
.sl-list .about-detail {
  padding-bottom: 0;
}
.sl-certificates.sl-certificates-new {
  padding-top: 0;
}
.sl-certificates.sl-certificates-new .heading .caption{
  font-size: 19px;
  padding-top: 15px;
  max-width: 600px;
}
.sl-certificates.sl-certificates-new .heading{
margin-bottom: 25px;
}
.img-round-box .image {
  /* background: #0a1e2d; */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}
.img-round-box .image img {
  width: auto;
  height: auto;
}
.img-round-box {
  text-align: center;
}
.img-round-box .title {
  font-size: 20px;
}
.img-round-box .category {
  font-size: 0.89rem;
  opacity: 0.6;
  max-width: 200px;
  margin: 10px auto;
}
.sl-certificates.sl-certificates-new .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.sl-list .each .service-list ul{
  grid-template-columns: auto;
}
.sl-list .each .service-list ul li{
  margin-bottom: 15px;
}
#hsForm_a3d0d447-78ee-4711-893c-04bc746b1734 label {
  color: #0A1E2D !important;
}
img.ug-top-img {
  width: 116px !important;
  height: inherit !important;
}
@media (max-width: 1024px){

}
@media (max-width: 992px){
  .banner__image .mobile-banner-img {
    display: block;
}
.banner{
  height: 596px;
}
.banner__image .desktop-banner-img{
  display: none;
}
}
@media (max-width: 768px){
 
}
@media (max-width: 767px){
  .banner-subsea .banner__content h1 {
    font-size: 35px;
    line-height: 45px;
}
.banner-subsea .banner__content .caption p {
  font-size: 20px;
}
  .sl-certificates.sl-certificates-new .content{
    grid-template-columns: repeat(2, 1fr);
  }
  .sl-list .content .each .text {
    padding-left: 1.66rem;
}
  
}