/*!
Theme Name: nauticus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nauticus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nauticus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/*----------intial declartaion of css----------*/
* {
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html, body {
  max-width: 2560px !important;
  margin: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  outline: none;
  cursor: pointer;
}

/* End hide from IE Mac */
.none {
  display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

div.site#page {
  position: relative;
}

/*-----------------------main styles starts here-----------------------------------------------*/
::-moz-selection {
  color: #ffffff;
  background: #DF3500;
}
::selection {
  color: #ffffff;
  background: #DF3500;
}

figure {
  display: block;
  max-width: 100%;
  width: 100%;
}
figure img {
  max-width: 100%;
  width: 100%;
}

.client-container {
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
}

.btn {
  display: inline-block;
  background-color: #DF3500;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  font-weight: 400;
  padding: 15px 47px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #DF3500;
  letter-spacing: 0.02em;
}

.btn:hover {
  background-color: transparent;
  border-color: #fff;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 9px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*-----------header section styles goes here---------------*/
.main-header {
  position: absolute;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 111;
}

.header-logo a span {
  display: block;
  color: #fff;
  text-align: right;
  margin-top: 5px;
}

.header-logo {
  display: inline-block;
  position: relative;
  z-index: 11;
}

.header-logo a span {
  display: block;
  color: #fff;
  text-align: right;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-header.sticky .header-logo a span {
  font-size: 11px;
}

.header-logo img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/** sticky menu **/
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.main-header.sticky {
  -webkit-animation: slideDown 0.5s linear 0s;
          animation: slideDown 0.5s linear 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding-top: 20px;
  background-color: transparent;
}

.main-header.sticky .header-logo img {
  width: 150px;
}

.main-header.sticky:before {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-active .main-header.sticky:before {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-active {
  overflow: hidden;
}

img.orange-logo {
  display: none;
}

.main-header.sticky img.white-logo {
  display: none;
}

.main-header.sticky img.orange-logo {
  display: block;
}

/*-----------header section styles ends here----------------*/
/*-----------Scroll Down Navigation Start-----------*/
.scroll-down-nv {
  position: absolute;
  z-index: 9;
  top: 350px;
  left: 25px;
  max-width: 120px;
  width: 100%;
}

.scroll-down-nv ul li {
  position: relative;
  width: 100%;
  margin-bottom: 17px;
  overflow: hidden;
}

.scroll-down-nv ul li a {
  padding: 16px 12px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  color: #ed4721;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.01em;
  min-height: 48px;
  position: relative;
  left: -160px;
  opacity: 0;
  padding-right: 0;
}

.scroll-down-nv ul li:before {
  width: 2px;
  height: 100%;
  background-color: #203746;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
}

.scroll-down-nv ul li:hover a,
.scroll-down-nv ul li.active a,
.scroll-down-nv ul li.current-menu-item a {
  left: 0;
  opacity: 1;
}

.scroll-down-nv ul li:hover:before,
.scroll-down-nv ul li.active:before,
.scroll-down-nv ul li.current-menu-item:before {
  background-color: #DF3500;
}

.menu-active .main-header.sticky {
  height: 100%;
}

/*-----------Scroll Down Navigation End-----------*/
/*-----------Hero banner Section Start-----------*/
section.hero-banner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  max-height: 1500px;
}

.videobg_child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videobg_child.mobile-video {
  display: none;
}

.videobg_child video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner .hero-midd-con {
  max-width: 100%;
  width: 100%;
  padding-bottom: 88px;
  position: relative;
  z-index: 2;
}

section.hero-banner:before {
  content: "";
  background-image: url(images/hero-banner-shadow.png);
  position: absolute;
  top: inherit;
  z-index: 1;
  width: 100%;
  height: 440px;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.hero-banner .hero-midd-con h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.001em;
}

/*-----------Hero banner Section End-----------*/
/*-----------tab Section Start-----------*/
section.animation-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.fulltab_section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 1012px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 67px;
  display: none;
}

.fulltab_section.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fulltab_section .tabs-middtext {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  z-index: 1;
}

.popupall-video {
  margin-bottom: 30px;
}

.popupall-video i:hover {
  color: #ffffff;
}

.tabs-inner-set {
  padding-left: 0;
}

.tabs-middtext {
  opacity: 0;
}

.fulltab_section.active .tabs-middtext {
  -webkit-animation: fadeInTop 1.5s ease forwards;
          animation: fadeInTop 1.5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fulltab_section .tabs-middtext h2 {
  max-width: 640px;
  width: 100%;
  position: relative;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.005em;
}

.popupall-video i {
  font-size: 50px;
  color: #fff;
  font-size: 112px;
  color: #DF3500;
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fulltab_section .tabs-middtext h3 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fulltab_section .tabs-middtext h3 a {
  display: inline;
  color: #ed4721;
}

.fulltab_section .tabs-middtext h3 a:hover {
  color: #ffffff;
}

.fulltab_section .tabs-middtext h3 p {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 5px;
}

.tabs-left-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  width: 100%;
  text-align: right;
}

.tabs-left-right ul {
  height: 100%;
}

.tabs-left-right ul li {
  height: 100%;
  padding: 20px;
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  background-color: #203746;
  text-align: center;
  padding-top: 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabs-left-right ul li:hover {
  background-color: #DF3500;
}

.tabs-left-right ul li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs-left-right ul li span {
  font-size: 36px;
  color: #fff;
  text-align: center;
  max-width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  font-weight: bold;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tabs-left-right ul li:hover span,
.tabs-left-right ul li.active span {
  background-color: #fff;
  color: #DF3500;
}

.tabs-left-right ul li:last-child:before {
  display: none;
}

.tabs-left-right ul li h3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
  height: 40px;
  color: #fff;
  float: left;
  text-align: left;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 36px;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.tabs-left-right ul li:hover,
.tabs-left-right ul li.active {
  background-color: #DF3500;
}

/*-----------tab Section End-----------*/
/*-----------Innovation Two Slider Section Start-----------*/
/*-----------Innovation Two Slider Section Start-----------*/
section.innovation-slider {
  position: relative;
  width: 100%;
  display: block;
}

.innovation-slider .invo-bg-img {
  padding-top: 150px;
  padding-bottom: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.invo-bg-img .in-slider-midtext {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}

.in-slider-midtext h2 {
  max-width: 550px;
  width: 100%;
  position: relative;
  bottom: -100px;
  opacity: 0;
}

.slick-active .in-slider-midtext h2 {
  opacity: 0;
  bottom: 0;
  -webkit-animation: fadeInRight 1s ease forwards;
          animation: fadeInRight 1s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.in-slider-midtext h3 {
  font-weight: 400;
  opacity: 0;
  bottom: -100px;
}

.in-slider-midtext h3 p {
  display: inline-block;
  color: #fff;
}

.slick-active .in-slider-midtext h3 {
  opacity: 0;
  bottom: 0;
  -webkit-animation: fadeInTop 1.5s ease forwards;
          animation: fadeInTop 1.5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@keyframes fadeInTop {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.innovation-slider .cSlider.cSlider--nav .slick-track .slider-btn {
  text-align: center;
  padding: 20px;
  color: #203746;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}

.innovation-slider .cSlider.cSlider--nav .slick-track .slider-btn:hover,
.innovation-slider .cSlider.cSlider--nav .slick-track .is-active .slider-btn {
  background-color: #DF3500;
  color: #fff;
}

.innovation-slider .cSlider--nav {
  position: absolute;
  bottom: 94px;
  max-width: 1380px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.innovation-slider .cSlider--nav:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

/*-----------Innovation Two Slider Section End-----------*/
/*-----------Four Section Start-----------*/
section.full-four-sec {
  padding-top: 128px;
  padding-bottom: 62px;
  background-color: #dbdfe2;
  position: relative;
  overflow: hidden;
}

/*
 section.full-four-sec:before {
     content: "";
     background-image: url(./images/design-pattan.png);
     position: absolute;
     top: inherit;
     z-index: 1;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
     top: 0;
 }*/
.top-innovatin-section {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1625px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  margin-bottom: 92px;
  position: relative;
  z-index: 1;
}

.top-innovatin-section .main-bigtitle {
  float: left;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 50px 60px 0;
  border-bottom: 3px solid #243746;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-innovatin-section .topright-four-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 67%;
}

.top-innovatin-section .topright-four-item .topright-box {
  float: left;
  width: 50%;
  border: 3px solid #243746;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top-innovatin-section .topright-four-item .topright-box .box-hover-text {
  display: none;
}

.topright-box .box-inner-text {
  padding: 57px 70px 79px 43px;
  position: relative;
  height: 100%;
}

.topright-box .box-inner-text span {
  display: inline-block;
  width: 100%;
  color: #243746;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.topright-box .box-inner-text h3 {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.09em;
  margin-bottom: 11px;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #DF3500;
}

.topright-box .box-inner-text p {
  color: #253743;
  font-size: 16px;
  padding-right: 100px;
  letter-spacing: 0.015em;
}

.topright-box .box-inner-text p a {
  display: inline;
  color: #ed4721;
  font-weight: 400;
}

.topright-box a {
  display: block;
  position: relative;
  z-index: 1;
}

.topright-box .innerbox-icon {
  position: absolute;
  right: 38px;
  bottom: 11px;
}

.topright-box .innerbox-icon img {
  width: 88px;
}

.top-innovatin-section .topright-four-item .topright-box:first-child {
  border: 0;
  border-left: 3px solid #243746;
  border-top: 3px solid transparent;
}

.top-innovatin-section .topright-four-item .topright-box:nth-child(2) {
  /* border-top-color: transparent; */
  border: 0;
  border-right: 3px solid #243746;
  border-left: 3px solid #243746;
  border-top: 3px solid transparent;
}

.top-innovatin-section .topright-four-item .topright-box:nth-child(3) {
  border-right: 0;
}

.main-bigtitle h2 {
  color: #ed4721;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  line-height: 1.5;
}

section.full-four-sec .four-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.full-four-sec .four-items .simp-items {
  text-align: center;
  padding: 0 20px;
  width: 25%;
  margin-bottom: 70px;
}

section.full-four-sec .four-items p {
  color: #203746;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.simp-items .four-items-text {
  margin-top: 37px;
}

section.full-four-sec .four-items h3 {
  font-size: 26px;
}

section.full-four-sec .four-items h4 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

/*-----------Four Section End-----------*/
/*-----------Industries Slider Section Start-----------*/
.industries-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.industries-slider .indust-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 697px;
  width: 100%;
}

.industries-slider .indust-img .ind-midd-text {
  width: 100%;
  max-width: 1467px;
  padding: 116px 50px 0;
  margin: 0 auto;
}

.industries-slider .indust-img p {
  display: block;
  font-size: 22px;
  width: 100%;
  color: #fff;
  margin-top: 2px;
  text-transform: initial;
  letter-spacing: 0.039em;
}

.industries-slider .indust-img .ind-midd-text h3 {
  opacity: 0;
  bottom: -100px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.industries-slider .slick-active .indust-img h3 {
  -webkit-animation: fadeInTop 1.5s ease forwards;
          animation: fadeInTop 1.5s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.indus-slide button.slick-next {
  width: auto;
  height: auto;
  right: 150px;
  z-index: 1;
}

.indus-slide button.slick-prev {
  width: auto;
  height: auto;
  left: 150px;
  z-index: 1;
}

.indus-slide button.slick-next:before {
  content: "\f054";
}

.indus-slide button.slick-prev:before {
  content: "\f053";
}

.indus-slide button.slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 88px;
  color: #ffe8e8;
  opacity: 0.45;
  font-weight: 900;
}

.indus-slide button.slick-arrow:hover:before {
  opacity: 1;
}

/*-----------Industries Slider Section End-----------*/
/*-----------Simple List Section Start-----------*/
section.simple-list {
  padding-top: 62px;
  padding-bottom: 59px;
  background-color: #203746;
}

section.simple-list h2 {
  color: #ee4723;
  margin-bottom: 49px;
}

section.simple-list ul.icon-list li:before {
  display: none;
}

section.simple-list ul.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.simple-list ul.icon-list li {
  float: left;
  width: 33.33%;
  padding-left: 8px;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 21px;
  padding-right: 20px;
}

ul.icon-list li {
  margin-bottom: 17px;
  font-weight: 400;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  position: relative;
  padding-left: 20px;
}

ul.icon-list li:before {
  position: absolute;
  left: 0;
  content: "\f0da";
  color: #DF3500;
  top: 0;
  font-family: "Font Awesome 6 Pro Solid";
}

/*-----------Simple List Section End-----------*/
/*-----------Popup Video Section Start-----------*/
section.management-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.management-section .manage-left-video {
  width: 62.8%;
  float: left;
}

.management-section .manage-right-box {
  float: left;
  width: 37.2%;
  padding: 215px 89px 223px 107px;
  background-color: #203746;
}

.management-section .manage-right-box p {
  color: #fff;
  display: inline-block;
  margin-bottom: 78px;
  line-height: 1.25;
}

.manage-left-video .video-img {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.manage-left-video .video-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.manage-left-video .video-img a i {
  font-size: 112px;
  color: #DF3500;
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.logos-slider .slick-slide {
  padding: 0 20px;
}

.manage-left-video .video-img a:hover i {
  color: #203746;
}

.logos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-----------Popup Video Section End-----------*/
/*-----------Logos Section Start-----------*/
section.logos-section {
  background-color: #dbdfe2;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.logos-slider {
  margin-bottom: 0 !important;
}

.logos-slider .slick-slide img {
  margin: 0 auto;
}

.logos-section .logos-slider {
  margin-bottom: 0;
}

.logos-slider button.slick-next {
  width: auto;
  height: auto;
  right: -100px;
  font-weight: 600;
  z-index: 1;
}

.logos-slider button.slick-prev {
  width: auto;
  height: auto;
  left: -100px;
  z-index: 1;
  font-weight: 600;
}

.logos-slider button.slick-next:before {
  content: "\f054";
}

.logos-slider button.slick-prev:before {
  content: "\f053";
}

.logos-slider button.slick-arrow:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 86px;
  color: #203746;
  opacity: 0.15;
}

.logos-slider button:hover:before {
  opacity: 1;
}

/*-----------Logos Section End-----------*/
/*-----------Contact Form Section Start-----------*/
section.contact-form-secton {
  padding-top: 77px;
  padding-bottom: 50px;
  position: relative;
}

section.contact-form-secton:before {
  content: "";
  background-image: url(images/background-pattan.png);
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 1.9s ease-in-out;
  transition: all 1.9s ease-in-out;
  opacity: 0;
  margin-top: 70px;
}

section.contact-form-secton.newClass:before {
  -webkit-animation: upbg 2s ease 0.5s forwards;
          animation: upbg 2s ease 0.5s forwards;
  opacity: 0;
}

@-webkit-keyframes upbg {
  0% {
    top: inherit;
    opacity: 0;
    top: 50px;
  }
  100% {
    top: 0;
    opacity: 1;
    top: 0px;
  }
}

@keyframes upbg {
  0% {
    top: inherit;
    opacity: 0;
    top: 50px;
  }
  100% {
    top: 0;
    opacity: 1;
    top: 0px;
  }
}
.contact-form-secton .small-form {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-form-secton .small-form h2 {
  color: #203746;
  letter-spacing: 0em;
  margin-bottom: 68px;
  text-align: center;
}

.contact-fm h3 {
  display: none;
}

.contact-fm .nf-form-fields-required {
  display: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #203746;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #203746;
}

::-moz-placeholder {
  color: #203746;
}

::-ms-input-placeholder {
  color: #203746;
}

::placeholder {
  color: #203746;
}

.hbspt-form .hs-form-field .hs-input {
  background-color: #fff !important;
  border: 2px solid #203746 !important;
  color: #203746 !important;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  padding: 10px 20px;
  margin-bottom: 12px;
  max-width: 100%;
  width: 100% !important;
}
.hbspt-form .hs-fieldtype-booleancheckbox {
  padding: 20px;
}
.hbspt-form .hs-form-booleancheckbox-display > span {
  font-size: 16px;
  line-height: 120%;
  display: block;
  margin-left: 30px;
  padding: 0 5px;
}
.hbspt-form .hs-form-field .hs-input[type=checkbox] {
  display: block;
  width: unset !important;
  margin-right: 15px !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
}
.hbspt-form textarea.hs-input {
  height: 150px;
}
.hbspt-form p {
  font-size: 16px;
}
.hbspt-form .hs-submit input {
  width: 100%;
  border-color: #DF3500 !important;
  color: #fff !important;
  background-color: #DF3500 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 10px;
}
.hbspt-form .hs-submit input:hover {
  background-color: #203746 !important;
  border-color: #203746 !important;
}
.hbspt-form input.hs-input.invalid {
  border-color: #d72626 !important;
}
.hbspt-form label.hs-error-msg {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #d72626;
  display: block;
}

.small-form .contact-fm {
  max-width: 478px;
  margin: 0 auto;
  width: 100%;
}

/*-----------Contact Form Section End-----------*/
/*-----------Team Tabs Section Start-----------*/
section.team-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

section.team-section:before {
  content: "";
  background-image: url(images/team-bg-pattan.png);
  position: absolute;
  top: inherit;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
}

.team-rightside .team-title img {
  margin-bottom: 60px;
}

.team-leftside a.btn:hover {
  background-color: #203746;
}

.team-leftside a.btn i {
  margin-right: 10px;
}

.team-leftside a.btn {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 15px;
}

section.team-section .team-rightside {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}

.team-section .team-leftside {
  float: left;
  width: 215px;
  padding-top: 158px;
  position: relative;
  z-index: 1;
}

.team-rightside .team-title h2 {
  color: #DF3500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
}

.team-rightside .team-title p {
  color: #203746;
  max-width: 790px;
  font-size: 30px;
  margin-bottom: 44px;
  width: 100%;
}

.team-tabs ul.tabs {
  margin-bottom: 56px;
}

.team-tabs ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.team-tabs ul.tabs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 53px;
  padding: 15px 69px 14px;
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #203746;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-tabs ul.tabs li:hover,
.team-tabs ul.tabs li.current {
  background-color: #203746;
  color: #fff;
}

.tab-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}

.tab-content.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-content .innermain-tab {
  float: left;
  width: 29.75%;
  margin-right: 5.37%;
}

.tab-content.two-clm.first-tab .innermain-tab .team-content {
  padding-right: 60px;
}

.tab-content.two-clm.first-tab .innermain-tab .team-content h3 {
  font-size: 28px;
}

.tab-content.two-clm.first-tab .innermain-tab .team-content.open-tabs h3 {
  color: #fff;
}

.tab-content.two-clm.first-tab .innermain-tab .team-content h3 i {
  font-size: 28px;
  margin-left: 20px;
}

.tab-content.two-clm.first-tab .innermain-tab .team-content p {
  font-size: 20px;
}

.tab-content .innermain-tab:nth-of-type(2n + 2) {
  margin-right: 0;
}

.tab-content .innermain-tab .team-bg {
  width: 100%;
  height: 690px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
}

.tab-content .team-content {
  padding: 35px 110px 30px 114px;
  width: 100%;
  position: relative;
  margin-bottom: 95px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-content.open-tabs {
  background-color: #203746;
  padding-left: 15px !important;
}

.team-content.open-tabs .toggle-icon i {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tab-list.show ul.icon-list li {
  color: #fff;
  margin-bottom: 9px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.59;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  letter-spacing: -0.005em;
}

.tab-content .team-content h3 {
  text-transform: uppercase;
  margin-bottom: -1px;
  font-size: 30px;
}

.tab-content .team-content h3 i {
  color: #203746;
  font-size: 36px;
  margin-left: 47px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tab-content .team-content p {
  color: #203746;
  font-weight: 400;
  font-size: 22px;
}

.contact-fm .nf-response-msg p {
  font-size: 18px;
  margin-bottom: 3px;
  text-align: center;
  font-weight: bold;
}

.team-content.open-tabs h3 i,
.team-content.open-tabs p {
  color: #fff !important;
}

.tab-content .team-content h3 a:hover i {
  color: #DF3500 !important;
}

.team-content .toggle-icon {
  position: absolute;
  right: 10px;
  top: 35px;
}

.team-content .toggle-icon i {
  font-size: 30px;
  color: #203746;
  line-height: 0.6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.team-content .tab-list {
  margin-top: 40px;
  display: none;
}

.tab-content.two-clm .innermain-tab {
  width: 29.75%;
  margin-right: 5.37%;
}

.tab-content.two-clm .innermain-tab:nth-of-type(3n + 3) {
  margin-right: 0;
}

.tab-content.two-clm .innermain-tab .team-content {
  padding-left: 0;
  padding-right: 20px;
}

.tab-content.two-clm .innermain-tab .team-bg {
  height: 460px;
}

.tab-content.two-clm .innermain-tab .team-content {
  padding-top: 24px;
  padding-left: 2px;
  margin-bottom: 114px;
}

/*-----------Team Tabs Section End-----------*/
/*-----------Aquanaut Section Start-----------*/
.banner-inner-contant h2 {
  color: #fff;
  margin-bottom: 68px;
}

section.banner-innercont {
  background-color: #203746;
  padding-bottom: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bn-animated-img video {
  margin-right: -2px;
  width: 100%;
}

.banner-inner-contant p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.banner-innercont .banner-btn {
  margin-top: 50px;
}

.orange-btn {
  border: 1px solid #ef4723;
  color: #ef4723;
  padding: 13px 30px 12px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.orange-btn:before {
  background-color: #ef4723;
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.orange-btn:hover:before {
  width: 100%;
}

.orange-btn:hover {
  color: #fff !important;
}

.white-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 13px 30px 12px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.white-btn:before {
  background-color: #ffffff;
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.white-btn:hover:before {
  width: 100%;
}

.white-btn:hover {
  color: #203746;
}

.blue-btn {
  border: 1px solid #203746;
  color: #203746;
  padding: 13px 30px 12px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.blue-btn:before {
  background-color: #203746;
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.blue-btn:hover:before {
  width: 100%;
}

.blue-btn:hover {
  color: #ffffff;
}

a.blue-btn span {
  position: relative;
  z-index: 1;
}

.banner-btn a {
  margin-right: 57px;
  margin-bottom: 10px;
  width: 288px;
}

.hero-banner.innner-banner:before {
  height: 320px;
}

.banner-btn a:last-child {
  margin-right: 0;
}

.banner-btn a span {
  position: relative;
  z-index: 1;
}

/*-----------Aquanaut Section End-----------*/
/*----------------footer section  styles goes here-----------*/
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-footer .footer-item {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.inner-footer .footer-item ul {
  text-align: left;
  display: inline;
}

.inner-footer .footer-item ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

.inner-footer .footer-item ul li a {
  color: #DF3500;
  font-size: 29px;
}

.inner-footer .footer-item ul li a:hover {
  color: #203746;
}

.inner-footer .footer-item .copy-right p {
  text-align: center;
  color: #203746;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.inner-footer .footer-item:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.inner-footer .footer-item:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inner-footer .footer-item:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f39e" !important;
}

.scrollTop {
  position: fixed;
  right: 21px;
  bottom: 48px;
  z-index: 2;
}

.scrollTop i {
  font-size: 46px;
  color: #203746;
  cursor: pointer;
}

.scrollTop i:hover {
  color: #DF3500;
}

section.logos-section {
  overflow: hidden;
}

.inner-footer .footer-item .copy-right p a {
  color: #203746;
  padding-left: 10px;
  border-left: 1px solid #203746;
  margin-left: 10px;
}

.inner-footer .footer-item .copy-right p a:hover {
  color: #ed4721;
}

.cn-close-icon {
  opacity: 1 !important;
}

.cn-close-icon:after,
.cn-close-icon:before {
  background-color: #DF3500 !important;
}

.cn-text-container,
.cn-buttons-container a {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
}

/*fdev*/
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_topinfo,
.about_topmedia {
  width: 100%;
}

.about_topinfo a {
  color: #DF3500;
}

.page-template-standard-template p {
  color: #203746;
  margin-bottom: 30px;
}

.page-id-512 .about_topinfo p {
  color: #203746;
}

.page-template-standard-template h2 {
  margin-top: 10px;
}

.page-template-standard-template .btn:hover {
  color: #203746;
  border: 1px solid #203746;
}

.btn.greybtn {
  background: #203746;
  border: 1px solid #203746;
  color: #fff;
}

.btn.greybtn:hover {
  background: none;
}

.about_topcta .btn {
  margin: 0 5px 10px 0;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}

.page-id-501 .about_topcta .btn {
  padding: 15px 16px 15px;
  font-size: 16px;
}

.about_topcta {
  margin-top: 40px;
}

.about_topbox {
  margin-bottom: 60px;
}

.page-template-standard-template h2 {
  color: #203746;
}

.page-template-standard-template h3,
.page-template-standard-template .h3 {
  font-weight: normal;
  color: #203746;
}

.mediagallerybox .img-gallery-magnific {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.magnific-img {
  width: 33.33%;
  padding: 15px;
}

.mediagallerybox {
  background: #203746;
  padding: 18px;
}

.about_top {
  padding: 30px 0 0 0;
}

.callout_box {
  background: #dadee1;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callout_box h3 {
  color: #DF3500;
  margin-top: 0;
}

.about_formbox {
  margin: 50px 0;
  border: 1px solid #DF3500;
  padding: 40px 20px;
}

.about_formbox .top_txt h3 {
  color: #DF3500;
  font-weight: 600;
  text-transform: uppercase;
}

.about_formbox .top_txt {
  max-width: 1130px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.about_detailbox ul li {
  position: relative;
  padding: 0 0 0 20px;
}

.about_detailbox ul li a {
  color: #DF3500;
}

.about_detailbox ul {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_detailbox ul ul {
  float: left;
  width: 100%;
}

.about_detailbox ul li {
  width: 100%;
}

.about_detailbox ul li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #DF3500;
}

.about_detailbox ul.arrowbullate li:before,
.about_detailbox ul ul li:before {
  content: "\f105";
  font-weight: 300;
  color: #203746;
}

.artbg {
  background: url(images/artbg.png) left center no-repeat;
}

/*
 .aboutbgone {
     position: absolute;
     top: 0;
     right: 0;
     width: 590px;
     height: 500px;
     z-index: -1;
     background-size: 900px;
 }

 .aboutbgtwo {
     position: absolute;
     top: 930px;
     right: 230px;
     width: 1510px;
     height: 1220px;
     z-index: -1;
     background-size: 100%;
 }
 */
.about_formbox .contact-fm {
  max-width: 466px;
  margin: 0 auto;
}

.about_formbox .contact-fm .nf-form-content .nf-cell {
  width: 100% !important;
}

.page-template-standard-template img.white-logo,
.page-id-27 img.white-logo,
.page-id-512 img.white-logo,
.single-resource-center img.white-logo,
.postid-4887 img.white-logo,
.postid-4888 img.white-logo {
  display: none;
}

.page-template-standard-template img.orange-logo,
.page-id-27 img.orange-logo,
.page-id-512 img.orange-logo,
.single-resource-center img.orange-logo,
.postid-4887 img.orange-logo,
.postid-4888 img.orange-logo {
  display: block;
}

body.slidemenuRight.menu-open .menu-toggle:before {
  content: "";
  background-image: url(images/background-pattan.png);
  position: absolute;
  top: 160px;
  z-index: 0;
  width: 100%;
  height: 75%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 1.9s ease-in-out;
  transition: all 1.9s ease-in-out;
}

ul.sub-menu.sb-menu li a {
  position: relative;
}

ul.sub-menu.sb-menu li a:after {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #203746;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

ul.sub-menu.sb-menu li a:hover:after {
  width: 100%;
}

.page-template-standard-template .about_detailbox h2,
.page-template-standard-template .about_detailbox .h2 {
  margin-top: 28px;
}

.menu-toggle-bg .main-header.sticky:before {
  opacity: 0;
}

body::-webkit-scrollbar-track {
  background-color: #ffff;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1c1c1;
}

.type-page {
  padding-bottom: 50px;
  padding-top: 150px;
}

.type-page h1,
.type-page h2 {
  color: #203746;
}

.type-page p {
  color: #203746;
  font-size: 22px;
}

.type-page h2 {
  font-size: 38px;
}

.type-page ul li {
  color: #203746;
  margin-bottom: 9px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.59;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  letter-spacing: -0.005em;
}

.type-page ul li:before {
  position: absolute;
  left: 0;
  content: "\f0da";
  color: #DF3500;
  top: 0;
  font-family: "Font Awesome 6 Pro Solid";
}

.privacy-policy .header-logo a img.orange-logo {
  display: block;
}

.privacy-policy .header-logo a img.white-logo {
  display: none;
}

/*News Section Start*/
.masonry-part .client-container {
  max-width: 1524px;
}

section.masonry-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  width: 100%;
}

section.masonry-section .masonry-tab-list {
  background-color: #203746;
  padding-top: 15px;
  width: 100%;
}

section.masonry-section .masonry-tab-list .filtering span {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  margin-bottom: 15px;
  padding-bottom: 1px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

section.masonry-section .masonry-tab-list .filtering span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #a9aeb2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 0;
  margin: 0 auto;
}

section.masonry-section .masonry-tab-list .filtering span:hover:before,
section.masonry-section .masonry-tab-list .filtering span.active:before {
  width: 100%;
}

.masonry-part {
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
}

.masonry-part .grid-inner-block .grid-bg-img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.grid-inner-block .mis-cont-block {
  background-color: #dadee1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.grid-inner-block .mis-cont-block .mas-inner-spac {
  padding: 40px 40px 0 40px;
}

.grid-inner-block .mis-cont-block h5 {
  display: block;
  font-size: 24px;
  color: #DF3500;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.grid-inner-block .mis-cont-block h3 {
  color: #203746;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  font-weight: bold;
}

.mas-inner-spac h6 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #203746;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.grid-inner-block .mis-cont-block p {
  color: #203746;
  font-size: 24px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mis-cont-block span {
  width: 100%;
  text-align: center;
  display: block;
  padding: 16px 20px;
  background-color: #DF3500;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #DF3500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1;
}

.grid-inner-block:hover .mis-cont-block {
  background-color: #203746;
}

.grid-inner-block:hover .mis-cont-block span {
  background-color: #fff;
  color: #203746;
  border-color: #203746;
}

.grid-inner-block:hover h3,
.grid-inner-block:hover p,
.grid-inner-block:hover .mas-inner-spac h6 {
  color: #fff;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
  padding: 0 30px;
}

.masonry-part .grid-item a {
  margin-bottom: 60px;
  display: block;
}

.grid-item {
  float: left;
}

.load-more-btn {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.load-more-btn a.blue-btn {
  max-width: 346px;
  width: 100%;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.about_detailbox a.blue-btn {
  display: inline-block;
  margin-top: 30px;
}

.mp4vide-popup {
  width: 1100px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}

.mp4vide-popup button {
  right: -31px !important;
  color: #fff !important;
  top: -33px !important;
}

.file-archive-sec .file-ach-inner {
  padding: 65px 122px 95px 114px;
  border: 1px solid #DF3500;
}

.file-ach-inner h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.file-ach-inner span {
  display: block;
  margin-bottom: 37px;
  font-size: 24px;
  color: #203746;
  font-weight: 400;
}

.file-ach-inner p {
  color: #203746;
  margin-bottom: 20px !important;
}

.file-ach-inner ul {
  margin-top: 33px;
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.file-ach-inner ul li {
  width: 100%;
  padding: 15px 18px;
  font-size: 18px;
  color: #203746;
  text-decoration: none;
  background-color: #dee1e3;
  letter-spacing: -0.01em;
}

.file-ach-inner ul li:nth-of-type(2n + 2) {
  background-color: #fff;
}

.file-ach-inner ul li a {
  color: #203746;
  text-decoration: underline;
}

.file-ach-inner ul li a:hover {
  color: #DF3500;
}

section.file-archive-sec {
  padding: 39px 0 50px;
}

/*News Section End*/
.video_wrap {
  position: relative;
}

.video_wrap video.video {
  width: 100%;
}

.playpause {
  background-image: url(images/play-circle-regular.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 120px;
  height: 120px;
}

.set_wistia-video {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

.set_wistia-video button.mfp-close {
  color: #fff !important;
  right: 14px !important;
  top: -36px !important;
}

.about_detailbox a br {
  display: none;
}

.single-resource-center .scroll-down-nv {
  display: none;
}

.single-two-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}

.single-two-sec .single-left-area {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.single-two-sec .single-right-area {
  float: left;
  width: 50%;
}

.single-two-sec .single-right-area img {
  width: 100%;
}

.single-left-area span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #203746;
  margin-bottom: 10px;
}

.single-left-area p {
  color: #203746;
}

.single-resource-center section.about_detail h2 {
  font-size: 30px;
}

.single-resource-center section.about_detail h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.postid-4887 .single-two-sec .single-left-area {
  width: 100%;
}

.postid-4888 .single-two-sec .single-left-area {
  width: 100%;
}

/* Generic Styles */
ul.styled-list li {
  position: relative;
  padding: 0 0 0 20px;
}

ul.styled-list {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.styled-list ul {
  float: left;
  width: 100%;
}

ul.styled-list li {
  font-size: 24px;
  width: 100%;
}

ul.styled-list li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #DF3500;
}

ul.styled-list ul li {
  font-size: 20px;
}

ul.arrowbullate li:before,
ul.styled-list ul li:before {
  content: "\f105";
  font-weight: 300;
  color: #203746;
}

ul.styled-list a {
  color: #203746;
}

/* END Generic Styles */
/* Added Styles for IR and Careers Pages */
.clearfix {
  clear: both;
  float: none;
}

ul.uppercase li {
  text-transform: uppercase;
}

.b2iQuoteContent .b2iQuoteCol {
  width: 50%;
}

.b2iQuoteContent .b2iQuoteCol .b2iQuoteColRow {
  margin: auto;
  min-width: 100% !important;
}

.b2iQuoteContent .b2iQuoteCol .b2iQuoteRow {
  text-align: center;
}

#b2iQuoteID4 .b2iQuoteCellRight {
  width: 100% !important;
}

#b2iQuoteID4 .b2iQuoteColRow {
  min-width: 100% !important;
}

.b2iQuoteContent .b2iQuoteCol .b2iClientQuote {
  text-align: center;
}

.page-id-586 section.about_detail > .client-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#b2iLibTools #TagDDL:before {
  content: "Year";
  display: inline;
  padding: 9px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif !important;
}

.b2iSelect {
  border: 2px solid #cccccc;
  padding: 9px;
  margin-right: 10px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif !important;
}

.b2iLibraryItem {
  background: #f1f3f4 !important;
  border: 2px solid #cccccc !important;
  padding: 30px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  width: 100%;
  height: inherit !important;
  margin: 0 !important;
}

.b2iLibraryItem:hover {
  background: #f1f3f4 !important;
  border: 2px solid #cccccc !important;
  padding: 30px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  width: 100%;
  height: inherit !important;
  margin: 0 !important;
}

.b2iLibraryItem:hover > .b2iLibraryReadmore a:before {
  background-color: #DF3500 !important;
}

.RssIconContainer {
  display: none;
}

#b2iLibSearch input[type=text] {
  border: 2px solid #cccccc;
  padding: 9px;
  margin-right: 10px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif !important;
}

#b2iLibSearch input[type=button] {
  background: #DF3500;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif !important;
}

.b2iLibraryItemDate,
.b2iLibraryItemDay {
  color: #203746;
}

.b2iLibraryItemHeadline a {
  color: #203746;
}

.b2iLibraryItemBody {
  color: #203746;
}

.b2iReadmoreLink {
  color: #DF3500 !important;
  text-transform: uppercase !important;
}

.b2iLibraryReadmore {
  text-align: right;
}

.b2iHeader {
  font-size: 22px !important;
  font-weight: bold !important;
}

.b2iHeader.active {
  background-color: #203746;
  color: #ffffff;
}

.b2iHeaderContainerActiveOnOpen {
  padding: 18px;
  background: #eeeeee;
}

.b2iHeaderContainerActiveOnOpen .filing-link *,
.b2iHeaderContainerActiveOnOpen a {
  font-weight: bold !important;
  padding-top: 0 !important;
}

.b2iFormLabel {
  display: none !important;
}

.b2iTextbox:not(.b2iEmailAlertCheckbox),
.InputDate,
#b2iSearchbox,
.b2iSelect {
  border-radius: 0 !important;
}

.b2iCompanyDiv {
  display: none !important;
}

.b2iEmailSignupRow {
  float: left;
}

#stock-quote {
  background: #eee;
  padding: 50px;
}

#b2iEmailUnsubDiv {
  display: none !important;
}

#b2iEmailListSave {
  padding-top: 0 !important;
  float: left;
}

#b2iEmailAlertSubmit {
  margin-top: -10px !important;
  background: #DF3500;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif !important;
}

#company-information {
  padding: 50px;
}

#PressItemHeadline a,
#company-information a {
  color: #DF3500 !important;
}

#company-information h2,
#company-information h3,
#company-information p {
  color: #ffffff;
}

#company-information {
  color: #fff;
  background: #203746;
}

#investor-emails {
  background: url("../../uploads/2021/12/ocean_bg.jpg") top center no-repeat;
  padding: 50px;
  background-size: cover;
}

#investor-emails h2,
#investor-emails h3,
#investor-emails p {
  color: #ffffff;
}

#investor-relations-container a:not(.b2iLibraryItemHeadline a) {
  color: #DF3500;
}

#leadership {
  background: #eee;
  padding: 50px;
}

#leadership .director {
  margin-bottom: 40px;
}

#leadership .director img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}

#leadership .director .name {
  font-weight: bold;
  color: #DF3500;
  text-transform: uppercase;
}

#leadership .director .title {
  text-transform: uppercase;
}

#leadership h3 {
  font-weight: bold;
  text-transform: none !important;
}

body.press-releases .post {
  background: #eee;
  padding: 30px 30px 0 30px;
}

body.press-releases .post > * {
  background: #fff;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

body.press-releases .entry-meta {
  padding: 0 0 20px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}

body.press-releases .entry-header,
body.press-releases .entry-content {
  padding: 20px 30px;
}

body.press-releases .entry-content {
  padding-top: 0;
  margin-bottom: 0;
}

body.press-releases .entry-header h1 {
  margin-bottom: 0 !important;
}

body.press-releases .entry-footer {
  display: none;
}

body.press-releases .banner-btn {
  margin-top: 40px;
}

.single.legacy-news .white-logo,
body.press-releases .white-logo {
  display: none;
}

.single.legacy-news .orange-logo,
body.press-releases .orange-logo {
  display: block;
}

body.press-releases .main-header {
  background: #ffffff;
}

#LibDiv1968 .b2iLibToolsContainer,
#LibDiv1987 .b2iLibToolsContainer {
  display: none !important;
}

@media (min-width: 1024px) {
  .b2iLibraryItem {
    width: 30% !important;
    margin-right: 3% !important;
    margin-bottom: 30px !important;
  }

  .b2iLibraryItem:hover {
    width: 30% !important;
    margin-right: 3% !important;
    margin-bottom: 30px !important;
  }

  .b2iLibraryItem:nth-of-type(4n + 0) {
    clear: left !important;
  }

  .b2iQuoteContent {
    max-width: 800px !important;
    margin: 0 auto !important;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .client-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .column-container > .column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  #leadership .column-container #board-of-directors {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
  }

  #leadership .column-container #board-committes {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
  }

  #leadership .director-container {
    margin-left: -15px;
    margin-right: 15px;
  }

  #leadership .director-container .director {
    padding: 0 15px;
  }
}
/*  END Added Styles for IR and Career Pages*/
.add_this_wrapper {
  background: #eee;
}

.custom_add_this_module {
  padding: 40px 60px 40px 60px;
  width: 80%;
  max-width: 1280px;
  margin: auto;
}

.custom_add_this_module .share-label {
  display: block;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
}

.custom_add_this_module a {
  margin-right: 20px;
}

.custom_add_this_module i {
  font-size: 28px;
  color: #DF3500;
}

.about_detailbox p,
body.press-releases .post p {
  color: #203746;
  margin-bottom: 15px;
}

body.press-releases .post a:not(.orange-btn),
.about_formbox a:not(.orange-btn),
.about_detailbox a:not(.orange-btn),
.banner-inner-contant a:not(.orange-btn) {
  color: #DF3500;
  color: #DF3500;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#DF3500), color-stop(#DF3500), to(#DF3500));
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, #DF3500, #DF3500, #DF3500);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms;
  transition: background-size 400ms;
}
body.press-releases .post a:not(.orange-btn):hover, body.press-releases .post a:not(.orange-btn):focus,
.about_formbox a:not(.orange-btn):hover,
.about_formbox a:not(.orange-btn):focus,
.about_detailbox a:not(.orange-btn):hover,
.about_detailbox a:not(.orange-btn):focus,
.banner-inner-contant a:not(.orange-btn):hover,
.banner-inner-contant a:not(.orange-btn):focus {
  background-size: 0 0.1em, 100% 0.1em;
}

.single.legacy-news .about_top .single-two-sec .single-left-area {
  width: 100%;
  padding-right: 0;
}

.single-post-footer {
  margin: 40px 0;
}

p, html, body {
  font-size: 20px;
  line-height: 1.2;
  color: #203746;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
.txt-h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2,
.txt-h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: normal;
  margin-bottom: 20px;
}

h3,
.txt-h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h4,
.txt-h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h5,
.txt-h5 {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: uppercase;
  margin-bottom: 16px;
}

h6,
.txt-h6 {
  font-size: 20px;
  font-weight: 200;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  line-height: 1.2;
  color: #203746;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.banner-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #DF3500;
  font-family: "Roboto Condensed", "Arial Narrow", "Avenir Next Condensed", "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.014em;
}

.banner-subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Tahoma, sans-serif;
  letter-spacing: 0.005em;
  color: #fff;
}

.txt-blue {
  color: #203746;
}

.txt-orange {
  color: #DF3500;
}

.txt-white {
  color: #fff;
}

@media (min-width: 576px) {
  h1, .contact-form-secton .small-form h2 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  html, body, p {
    font-size: 20px;
  }

  .banner-title {
    font-size: 38px;
  }

  .banner-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h1, .contact-form-secton .small-form h2 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  html, body, p {
    font-size: 24px;
  }

  .banner-title {
    font-size: 55px;
  }

  .banner-subtitle {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  h1, .contact-form-secton .small-form h2 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  .banner-title {
    font-size: 72px;
  }

  .banner-subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  h1, .contact-form-secton .small-form h2 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .banner-title {
    font-size: 72px;
  }

  .banner-subtitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .tabs-inner-set {
    padding-left: 40px;
  }

  body.press-releases .post {
    padding-top: 150px;
  }

  body.press-releases .entry-header,
body.press-releases .entry-content {
    padding: 40px 60px;
  }

  .main-bigtitle h2 {
    font-size: 62px !important;
  }

  .about_top {
    padding: 130px 0 0 0;
  }

  .banner-innercont .banner-inner-contant {
    float: left;
    width: 50%;
  }

  .banner-innercont .bn-animated-img {
    float: left;
    width: 50%;
    padding: 190px 0 0 30px;
    text-align: right;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .about_topinfo {
    width: 60%;
    padding: 0 60px 20px 0;
  }

  .about_topmedia {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .fulltab_section .tabs-middtext h2 {
    font-size: 50px;
  }

  .page-template-standard-template .callout_box h3 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Roboto Condensed", sans-serif;
  }

  .playpause {
    width: 100px;
    height: 100px;
  }

  .inner-footer .footer-item {
    float: left;
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .inner-footer .footer-item .copy-right p {
    text-align: right;
  }

  .inner-footer .footer-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .inner-footer .footer-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .inner-footer .footer-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1200px) {
  .callout_box {
    padding: 30px 80px 10px;
    margin-top: 40px;
  }

  .banner-innercont .banner-btn {
    margin-top: 160px;
  }

  .about_topcta {
    margin-top: 83px;
  }

  .about_topcta .btn {
    margin: 0 5px 10px 0;
  }
}
@media (min-width: 1440px) {
  .fulltab_section .tabs-middtext h2 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .fulltab_section .tabs-middtext h2 {
    font-size: 72px;
  }

  .about_topcta .btn {
    padding: 15px 40px 15px;
  }

  .about_topcta .btn:last-child {
    margin-right: 0;
  }

  .page-template-standard-template h3,
.page-template-standard-template .h3 {
    margin-bottom: 30px;
  }

  .fulltab_section .tabs-middtext h2 {
    max-width: 910px;
  }
}
/*
@media (max-width: 1100px) {
  .tabs-left-right {
    z-index: 2;
  }

  .playpause {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .about_topmedia,
  .about_topinfo {
    width: 100%;
  }

  .about_topinfo {
    padding-right: 0;
  }

  .about_topmedia {
    max-width: 600px;
  }

  section.contact-form-secton.newClass:before {
    background-size: 1490px;
    margin-top: 10px;
  }
}

@media (max-width: 425px) {
  .videobg_child.mobile-video {
    display: block;
  }

  .videobg_child.destop-video {
    display: none;
  }
}

@media (max-width: 480px) {
  .magnific-img {
    width: 50%;
  }

  .aboutbgtwo {
    right: 30px;
  }

  .type-page h2 {
    font-size: 28px;
  }

  .playpause {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .magnific-img {
    padding: 5px;
  }

  .mediagallerybox {
    padding: 10px;
  }

  .about_formbox {
    margin: 30px 0;
    padding: 20px 20px;
  }

  .aboutbgtwo {
    right: 130px;
  }

  .banner-innercont .banner-inner-contant,
  .banner-innercont .bn-animated-img {
    width: 100%;
  }

  .about_topbox {
    margin-bottom: 30px;
  }

  .banner-innercont .bn-animated-img {
    padding: 60px 0 0;
  }

  section.banner-innercont {
    padding-bottom: 75px;
  }

  section.contact-form-secton.newClass:before,
  section.contact-form-secton:before {
    animation: upbg 2s ease 0s forwards;
    opacity: 1;
    top: 0;
    background-size: 1300px;
  }

  .about_top {
    padding: 50px 0 0 0;
  }

  .type-page {
    padding-top: 30px;
  }
}
*/