/*! 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 {
  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 {
  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] {
  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;
}

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  color: #0C0B0B;
}

body {
  font-size: 16px;
  font-family: "Sen", sans-serif;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  color: #0E89F3;
  text-decoration: none;
}

a:hover {
  color: #335578;
  text-decoration: none;
}

body {
  color: #0C0B0B;
}
body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #0C0B0B;
  font-family: "Sen", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.primary-button {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 14px;
  font-weight: 400;
  color: #0C0B0B;
  border: 2px solid #0E89F3;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}
.primary-button.small {
  transform: scale(0.75);
  transform-origin: center left;
}

.primary-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0E89F3;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}

.primary-button:hover::before {
  transform: translateX(0);
}

.primary-button:hover {
  color: #FFFFFF;
}

.light-button {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.light-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}

.light-button:hover::before {
  transform: translateX(0);
}

.light-button:hover {
  color: #0C0B0B;
}

.primary-fill-button {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: 2px solid #0E89F3;
  cursor: pointer;
  position: relative;
  background-color: #0E89F3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.primary-fill-button:hover {
  color: #FFFFFF;
  background-color: #335578;
  border-color: #335578;
}
.primary-fill-button.whatsppgreen {
  background-color: #25D366;
  border-color: #25D366;
}
.primary-fill-button.whatsppgreen:hover {
  background-color: #075E54;
  border-color: #075E54;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  justify-content: space-between;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.nav-brand img {
  height: 70px;
  width: auto;
  filter: brightness(0) invert(1);
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.25px;
  font-family: "Sen", sans-serif;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #0E89F3;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #FFFFFF;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #0E89F3;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #0E89F3;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0E89F3 #0E89F3 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #0E89F3;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #FFFFFF;
  text-transform: capitalize;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #0E89F3;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.35s ease-in-out;
}
.header_area.colored {
  position: fixed;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.header_area.colored .nav-brand img {
  filter: none;
}
.header_area.colored .nav-menu > li > a {
  color: #0C0B0B;
}
.header_area.colored .nav-search-icon {
  color: #0C0B0B;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .nav-menu > li > a {
    padding: 26px 12px;
  }
  .nav-brand img {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .nav-toggle:before {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #FFFFFF, 0 1em 0 0 #FFFFFF;
  }
  .nav-menu > li > a {
    color: #0C0B0B;
  }
  .nav-brand img {
    height: 50px;
  }
  .colored .nav-toggle:before {
    background-color: #0C0B0B;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #0C0B0B, 0 1em 0 0 #0C0B0B;
  }
}
footer {
  background-color: #335578;
  padding: 40px 0 20px 0;
}

.footer-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-list li {
  margin: 5px 15px;
  text-transform: uppercase;
  font-family: "Readex Pro", sans-serif;
  font-weight: 200;
}
.footer-list li a {
  color: #FFFFFF;
  position: relative;
}
.footer-list li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.35s;
}
.footer-list li a:hover:before {
  width: 100%;
}

.effect .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.effect a {
  text-decoration: none !important;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

.effect a i {
  position: relative;
  z-index: 3;
}

.effect a.fb {
  background-color: #3b5998;
}

.effect a.tw {
  background-color: #00aced;
}

.effect a.g-plus {
  background-color: #dd4b39;
}

.effect a.dribbble {
  background-color: #ea4c89;
}

.effect a.pinterest {
  background-color: #cb2027;
}

.effect a.insta {
  background-color: #bc2a8d;
}

.effect a.in {
  background-color: #007bb6;
}

.effect a.vimeo {
  background-color: #1ab7ea;
}

/* aeneas effect */
.effect.aeneas a {
  transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
}

.effect.aeneas a i {
  transition: transform 0.4s linear 0s;
}

.effect.aeneas a:hover {
  transform: rotate(360deg);
  border-radius: 50%;
}

.effect.aeneas a:hover i {
  transform: rotate(-360deg);
}

.contact-links li {
  margin: 10px 0;
}
.contact-links li p {
  font-size: 16px;
  font-weight: 200;
  font-family: "Readex Pro", sans-serif;
  letter-spacing: 0.25px;
}
.contact-links li a {
  position: relative;
}
.contact-links li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.35s;
}
.contact-links li a:hover:before {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .footer-list {
    flex-wrap: wrap;
  }
  .footer-list li {
    font-size: 14px;
  }
}
.image-para-section {
  padding: 80px 0 0 0;
  position: relative;
}
.image-para-section .service-image-wrapper {
  width: 90%;
  height: 65vh;
  margin-bottom: 60px;
  position: relative;
}
.image-para-section .about-content .about-title {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 900;
  color: #335578;
}
.image-para-section .about-content .about-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0C0B0B;
}
.image-para-section .about-content p {
  font-size: 15px;
}
.image-para-section .about-content .lead {
  font-family: "Libre Bodoni", serif;
  font-size: 1.5rem;
}
.image-para-section .service-image-alt {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

#our-clients {
  background-color: #fafafa;
}
#our-clients .about-content {
  text-align: center;
  margin-bottom: 25px;
}
#our-clients .about-content .about-title {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 900;
  color: #335578;
}
#our-clients .about-content .about-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0C0B0B;
}
#our-clients .about-content p {
  font-size: 15px;
}
#our-clients .about-content .lead {
  font-family: "Libre Bodoni", serif;
  font-size: 1.5rem;
}
#our-clients .logo-wrapper {
  margin-bottom: 25px;
}

#mis-vis-pad {
  padding: 60px 0;
  background-color: #fafafa;
}
#mis-vis-pad .misvis-wrapper {
  padding: 30px 50px;
}
#mis-vis-pad .misvis-wrapper .about-title {
  margin-bottom: 32px;
}
#mis-vis-pad .vision-box {
  text-align: right;
  border-left: 1px solid #eaeaea;
}

#sustain-parallax {
  position: relative;
}
#sustain-parallax .parallax-image {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#sustain-parallax .parallax-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0C0B0B;
  opacity: 0.35;
}
#sustain-parallax .sustain-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
#sustain-parallax .sustain-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
#sustain-parallax .sustain-content h2 .sustain-span {
  display: block;
  font-family: "Libre Bodoni", serif;
  margin-top: 16px;
  font-size: 72px;
  text-transform: capitalize;
  font-style: italic;
}
#sustain-parallax .break-lines {
  display: inline-block;
  position: relative;
}
#sustain-parallax .break-lines .line {
  position: absolute;
  bottom: 10px;
  left: -10px;
  width: 100%;
  z-index: 0;
  background-color: #335578;
  height: 20px;
}

.about-content {
  margin-bottom: 25px;
}
.about-content .about-title {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 900;
  color: #335578;
}
.about-content .about-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0C0B0B;
}

.three-image-section-main .col-three-image {
  position: relative;
  padding: 40px 20px;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: -75px;
  margin-bottom: 40px;
}
.three-image-section-main .col-three-image .thumb-small1, .three-image-section-main .col-three-image .thumb-small2 {
  position: absolute;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.three-image-section-main .col-three-image .thumb-main {
  position: relative;
  max-width: 350px;
  height: auto;
  display: block;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.three-image-section-main .col-three-image .thumb-small1 {
  top: 50%;
  left: 5%;
  max-width: 175px;
  height: auto;
  display: block;
}
.three-image-section-main .col-three-image .thumb-small2 {
  top: 25%;
  left: 20%;
  max-width: 250px;
  height: auto;
  display: block;
}

.process-description {
  padding: 0 35px;
}
.process-description .title {
  font-size: 28px;
  font-weight: 600;
  color: #335578;
  margin-bottom: 24px;
}

.product-more {
  padding: 50px 0;
}

.alternate-bg {
  background-color: #fafafa;
}

#our-process {
  background-color: #335578;
  position: relative;
  padding-bottom: 0;
}
#our-process .floating-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 22vw;
  color: #FFFFFF;
  opacity: 0.05;
  line-height: 0.75;
  font-weight: 900;
  width: 100%;
}
#our-process .process-main-box {
  transform: scale(0.9) translateY(-40px);
  transition: all 0.5s;
  margin-bottom: 20px;
  margin-top: 60px;
}
#our-process .process-main-box .step {
  font-size: 60px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 900;
  color: #F2EAE2;
  position: absolute;
  top: -50px;
  left: -20px;
}
#our-process .process-main-box .process-content-box h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  margin-top: -20px;
  margin-left: -75px;
  transform-origin: center;
  transform: scale(0.75);
  transition: all 0.5s;
}
#our-process .process-main-box .process-content-box p {
  font-family: "Libre Bodoni", serif;
  color: #FFFFFF;
  font-style: italic;
  letter-spacing: 0.5px;
}
#our-process .swiper-slide-active .process-main-box {
  transform: scale(1) translateY(30px);
}
#our-process .swiper-slide-active .process-main-box .process-content-box h3 {
  transform: scale(1);
}
#our-process .process-thumb-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#our-process .process-thumb-wrap:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 135%;
  height: 0.5px;
  background-color: #FFE533;
  z-index: 0;
  opacity: 0.25;
}
#our-process .process-thumb-wrap .thumb-box {
  display: inline-block;
  margin-left: 0;
  margin-right: 50px;
  margin-bottom: 10px;
  position: relative;
}
#our-process .process-thumb-wrap .thumb-box:hover {
  cursor: pointer;
}
#our-process .process-thumb-wrap .thumb-box .thumb-outline {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #FFE533;
  position: relative;
  opacity: 0.75;
}
#our-process .process-thumb-wrap .thumb-box .thumb-circle {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  z-index: 0;
  background-color: #FFE533;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.75;
  transition: all 0.25s ease-in;
}
#our-process .process-thumb-wrap p {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
#our-process .myProcessSwiper .swiper-slide {
  width: auto !important;
}
#our-process .myProcessSwiper .swiper-slide:last-of-type .process-thumb-wrap:before {
  display: none;
}
#our-process .myProcessSwiper .swiper-slide-thumb-active .process-thumb-wrap .thumb-box .thumb-outline {
  opacity: 1;
}
#our-process .myProcessSwiper .swiper-slide-thumb-active .process-thumb-wrap .thumb-box .thumb-circle {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
#our-process .myProcessSwiper .swiper-slide-thumb-active .process-thumb-wrap p {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.pen {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0;
  opacity: 0;
  position: relative;
  transition: all 0.75s ease-in-out;
  animation: 1s appear 1 forwards;
}

.stage {
  max-width: 635px;
  width: 100%;
  height: 400px;
  transition: all 0.75s ease-in-out;
}

.element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-flex;
  transition: all 0.75s ease-in-out;
  transform: translate3d(0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px 8px;
}
.element p, .element h4 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.element h4 {
  font-weight: 600;
}
.element:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4487044818) 0%, rgba(0, 0, 0, 0.0957633053) 50%, rgba(0, 0, 0, 0) 100%);
}

.element.active {
  width: 282px;
  transition: all 0.75s ease-in-out;
}

.element.inactive {
  width: 162px;
  transition: all 0.75s ease-in-out;
  opacity: 0.4;
}

.element.franklin {
  background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/franklin.jpeg") 45% 0 no-repeat;
  background-size: cover;
}

.element.michael {
  background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/michael.jpeg") 45% 0 no-repeat;
  background-size: cover;
}

.element.trevor {
  background: url("http://www.eduardmayer.de/codepen-css-resources/images/gta/trevor.jpeg") 45% 0 no-repeat;
  background-size: cover;
}

.element:last-of-type {
  margin: 0;
}

@media all and (min-width: 900px) {
  .pen {
    max-width: 890px;
  }
  .element {
    width: 286px;
  }
  .element.inactive {
    width: 220px;
  }
  .element.active {
    width: 388px;
  }
  .stage {
    max-width: 890px;
    height: 600px;
  }
}
@media all and (max-width: 660px) {
  .pen {
    max-width: 335px;
  }
  .stage {
    height: auto;
  }
  .element {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .element.inactive {
    width: 100%;
  }
  .element.active {
    width: 100%;
  }
  .stage {
    max-width: 335px;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#sustainability {
  position: relative;
  overflow: hidden;
}

.sustain-image {
  height: 42.188em;
  margin-bottom: 1.5rem;
  position: relative;
}
.sustain-image .image-wrap {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sustain-image .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sustain-image .image-wrap:first-child {
  width: 20.313em;
  height: 23.813em;
  top: 0;
  left: 0;
}
.sustain-image .image-wrap:nth-child(2) {
  width: 15.188em;
  height: 19.25em;
  top: 11.375em;
  left: 21.9em;
}
.sustain-image .image-wrap:nth-child(3) {
  width: 14.813em;
  height: 16.625em;
  top: 25.5em;
  left: 5.5em;
}

.sustainability-content {
  padding: 20px 20px 20px 40px;
}
.sustainability-content .title {
  font-size: 36px;
  font-weight: 900;
  font-family: "Readex Pro", sans-serif;
  color: #5c5c5c;
}
.sustainability-content .title .sub-text {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  text-transform: capitalize;
  margin: 20px 0;
  color: #335578;
}
.sustainability-content .title .sub-text .break-lines {
  display: inline-block;
  position: relative;
}
.sustainability-content .title .sub-text .break-lines .line {
  position: absolute;
  bottom: 10px;
  left: -10px;
  width: 100%;
  z-index: 0;
  background-color: #FFE533;
  width: 103%;
  height: 20px;
}

.supplyrecords {
  padding: 60px 0;
}
.supplyrecords table th {
  background-color: #335578;
  color: #fff;
}
.supplyrecords table tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.csr-wrap {
  padding: 40px 0px;
}
.csr-wrap .csr-title {
  padding: 10px 50px 10px 5px;
}
.csr-wrap .csr-title h4 {
  font-size: 32px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  color: #335578;
}
.csr-wrap .csr-title .lead {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}
.csr-wrap .csr-title a {
  margin-top: 20px;
}
.csr-wrap:nth-of-type(even) .csr-title {
  padding: 10px 10px 10px 50px;
}

.message {
  padding: 80px 0 30px 0;
}
.message .message-photo {
  width: 450px;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}
.message p {
  text-align: justify;
}
.message .msg-title {
  font-size: 28px;
  font-weight: 800;
  font-family: "Readex Pro", sans-serif;
  margin-bottom: 0;
  color: #335578;
}
.message .msg-position {
  font-weight: 600;
  padding-left: 20px;
}

#csr {
  position: relative;
  padding-bottom: 10px;
}
#csr .about-content {
  position: absolute;
  top: 17%;
  left: 63vw;
}
#csr .about-content .about-title {
  font-size: 3.25rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 900;
  color: #335578;
}
#csr .about-content .about-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #0C0B0B;
}
#csr .about-content p {
  font-size: 15px;
}
#csr .about-content .lead {
  font-family: "Libre Bodoni", serif;
  font-size: 1.5rem;
}
#csr .csr-slide-main {
  margin: 60px 0 120px 0;
  position: relative;
}
#csr .csr-slide-main .csr-slide-image {
  height: 85vh;
  width: 60vw;
  position: relative;
}
#csr .csr-slide-main .csr-content {
  position: absolute;
  bottom: -100px;
  left: 50%;
  width: 450px;
  background-color: #fff;
  padding: 40px 55px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
#csr .csr-slide-main .csr-content .csr-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
#csr .csr-slide-main .csr-content .csr-desc {
  text-align: left;
}
#csr .scr-nav-page {
  position: absolute;
  left: 45%;
  display: flex;
  flex-direction: row;
  bottom: 75px;
  transform: translateX(-50%);
  z-index: 5;
}
#csr .scr-nav-page .csr-prev, #csr .scr-nav-page .csr-next {
  padding: 12px 18px;
  background-color: #FFE533;
  color: #0C0B0B;
  border: 1px solid #FFE533;
}
#csr .scr-nav-page .csr-page {
  background-color: #FFE533;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #0C0B0B;
  border: 1px solid #FFE533;
}

#gallery {
  padding: 60px 0;
}
#gallery .image-gallery {
  text-align: center;
}
#gallery .image-gallery .img-wrap {
  margin-bottom: 10px;
  overflow: hidden;
}
#gallery .image-gallery .img-wrap img {
  transition: all 0.5s ease-in-out;
}
#gallery .image-gallery .gallery-title p {
  font-size: 16px;
  font-weight: 600;
}
#gallery .image-gallery:hover img {
  transform: scale(1.05);
}

.single-gallery {
  height: 225px;
}
.single-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-parallax {
  height: 85vh;
  overflow: hidden;
}

.sustain-content {
  padding: 80px 0;
}

.para-content {
  padding: 30px 0;
}
.para-content h4 {
  font-size: 42px;
  font-weight:700;
}

.contact-map {
  margin-bottom: -5px;
}

.inp {
  position: relative;
  margin: auto;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.inp .label {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.inp .focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}

.inp input, .inp textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 16px 12px 0 12px;
  height: 56px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  transition: all 0.15s ease;
}

.inp textarea {
  padding-top: 35px;
  height: 150px;
}

.inp input:hover, .inp textarea:hover {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown) + .label, .inp textarea:not(:-moz-placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown) + .label, .inp textarea:not(:placeholder-shown) + .label {
  color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus, .inp textarea:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: inset 0 -2px 0 #0077FF;
}

.inp input:focus + .label, .inp textarea:focus + .label {
  color: #0077FF;
  transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus + .label + .focus-bg, .inp textarea:focus + .label + .focus-bg {
  transform: scaleX(1);
  transition: all 0.1s ease;
}

.contact-us {
  padding: 60px 0;
}
.contact-us h4 {
  font-size: 28px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  color: #335578;
}
.contact-us .info-box {
  padding: 0px 60px;
}
.contact-us .info-box ul {
  margin-top: 50px;
}
.contact-us .info-box ul li {
  margin: 15px 0;
}
.contact-us .info-box ul li p {
  font-size: 18px;
  font-family: "Readex Pro", sans-serif;
}
.contact-us .info-box ul li p a {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font-family: "Readex Pro", sans-serif;
  color: #0C0B0B;
}
.contact-us .info-box ul li p a:hover {
  color: #0E89F3;
}

.gallery-image{
    width:100%;
    height:225px;
    overflow:hidden;
    margin-bottom:35px;
}
.gallery-image a{
    width:100%;
    height:100%;
}
.gallery-image a img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}

@media only screen and (max-width: 600px) {
  .about-content .about-title {
    font-size: 2.25rem;
  }
  .three-image-section-main .col-three-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    padding: 0;
    margin: 20px 0;
  }
  .three-image-section-main .col-three-image img {
    position: static !important;
  }
  .three-image-section-main .col-three-image .thumb-small1, .three-image-section-main .col-three-image .thumb-small2 {
    display: none;
  }
  .three-image-section-main .col-three-image .thumb-main {
    max-width: none;
    width: 100%;
  }
  .sustain-image {
    height: auto;
  }
  .sustain-image .image-wrap he img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .sustain-image .image-wrap:first-child {
    position: static;
    width: 100%;
  }
  .sustain-image .image-wrap:nth-child(2) {
    display: none;
  }
  .sustain-image .image-wrap:nth-child(3) {
    display: none;
  }
  .sustainability-content {
    padding: 20px 0;
    text-align: center;
  }
  .sustainability-content .title {
    font-size: 22px;
  }
  .sustainability-content .title .sub-text {
    font-size: 40px;
  }
  .sustainability-content .title .sub-text .break-lines .line {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: #FFE533;
    width: 100%;
    height: 10px;
  }
  .process-description {
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  #our-clients .about-content .about-title {
    font-size: 2.25rem;
  }
  #our-clients .about-content .lead {
    font-size: 1.25rem;
  }
  #our-process .process-main-box {
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
    transform: none;
  }
  #our-process .process-main-box .step {
    left: 10px;
  }
  #our-process .process-main-box .process-content-box h3 {
    margin: 15px 0;
  }
  #our-process .swiper-slide .process-main-box {
    transform: scale(1) translateY(30px);
  }
  .image-para-section {
    padding-top: 50px;
    text-align: center;
  }
  #mis-vis-pad .misvis-wrapper {
    padding: 0px 10px;
  }
  #mis-vis-pad .vision-box {
    text-align: center;
    margin-top: 50px;
  }
  #sustain-parallax .sustain-content {
    width: 95%;
  }
  table {
    width: 700px;
  }
}
.has-padding {
  padding: 80px 0;
}

.bg-second {
  background-color: #F2EAE2;
}

.bg-alt {
  background-color: #fafafa;
}

.image-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.yellow-line {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #FFE533;
  height: 0.35rem;
}

.show-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  transform: translateX(-100%);
}

#page-title {
  padding: 190px 0 80px 0;
  position: relative;
  background-size: cover;
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2957633053) 50%, rgba(0, 0, 0, 0.5) 100%);
}
#page-title .page-title-header {
  font-size: 3rem;
  font-family: "Readex Pro", sans-serif;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-weight: 800;
  letter-spacing: 0.5px;
}
#page-title p {
  color: #fff;
  position: relative;
}
.para2{
    padding:40px 75px;
}
@media only screen and (max-width: 600px) {
  .has-padding {
    padding: 40px 0;
  }
  .show-box {
    transform: translateX(-200%);
  }
}
@media only screen and (max-width: 600px) {
  #product-description {
    text-align: center;
  }
  #product-description ul li p {
    text-align: left;
  }
  #product-description .lead {
    margin-top: 32px;
  }
  #product-description a {
    min-width: 275px;
    text-align: center;
  }
  #page-title {
    text-align: center;
    padding: 150px 0 20px 0;
  }
  #page-title .page-title-header {
    font-size: 2.25rem;
  }
}