/*! 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: #161410;
}

/**
* 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: #ffab17;
  text-decoration: none;
}

body {
  color: #161410;
  transition: all 2s cubic-bezier(0.5, 1, 0.89, 1);
}
body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #161410;
  font-family: "Albert Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4 {
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**
* Basic typography style for copy text
*/
body {
  font-size: 16px;
  font-family: "Albert Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * 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;
}

.container-standard {
  padding-left: 50px;
  padding-right: 50px;
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.default-padding + .default-padding {
  padding-top: 0;
}

.button {
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  padding: 15px 30px;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button.bordered-button {
  border: 1px solid;
}
.button.bordered-button:hover {
  background-color: #fff;
  color: #1e235d;
  border-color: #fff;
}
.button.light-colored {
  color: #fff;
}

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.search__input {
  font-family: inherit;
  font-size: inherit;
  background-color: #f4f2f2;
  border: none;
  color: #646464;
  padding: 0.7rem 1rem;
  border-radius: 0;
  width: 100%;
  transition: all ease-in-out 0.5s;
  margin-right: -2rem;
}

.search__input:hover,
.search__input:focus {
  box-shadow: 0 0 1em rgba(48, 48, 48, 0.337254902);
}

.search__input:focus {
  outline: none;
  background-color: #f0eeee;
}

.search__input::-webkit-input-placeholder {
  font-weight: 300;
  color: #898989;
}

.search__input:focus + .search__button {
  background-color: #f0eeee;
}

.search__button {
  border: none;
  background-color: #f4f2f2;
  margin-top: 0.1em;
}

.search__button:hover {
  cursor: pointer;
}

.search__icon {
  height: 1.3em;
  width: 1.3em;
  fill: #b4b4b4;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(20px);
}
header.sticky {
  transform: translateY(0);
}
header.sticky nav {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header nav {
  background-color: #fff;
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 0;
  transition: all 0.25s ease-in-out;
}
header #main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
header #main-menu li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #161410;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header #main-menu li a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffab17;
  transition: all 0.25s ease-in-out;
}
header #main-menu li a:hover {
  color: #ffab17;
}
header #main-menu li a:hover::before {
  width: 100%;
}
header #logo {
  margin-right: 25px;
}
header #second-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
header #second-menu li a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #161410;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header #second-menu li a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffab17;
  transition: all 0.25s ease-in-out;
}
header #second-menu li a:hover {
  color: #ffab17;
}
header #second-menu li a:hover::before {
  width: 100%;
}
header .nav-button {
  line-height: 70px;
  margin: 0 15px;
  background-color: #1e235d;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .menu-button {
  line-height: 70px;
  padding: 0 15px;
  padding-right: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  header nav {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 600px) {
  header {
    transform: translateY(0);
  }
  header #main-menu {
    display: none;
  }
  header #second-menu {
    display: none;
  }
  header .nav-button {
    display: none;
  }
  header nav {
    background-color: transparent;
  }
  header #logo img {
    filter: brightness(0) invert(1);
  }
  header .menu-button {
    color: #f5f5f5;
  }
  header.sticky {
    background-color: #f5f5f5;
  }
  header.sticky #logo img {
    filter: none;
  }
  header.sticky .menu-button {
    color: #1e235d;
  }
}
#fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #1e235d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translate(0, -100%);
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
}
#fullscreen-menu.show-menu {
  transform: translate(0, 0);
}
#fullscreen-menu .main-menu {
  height: 75vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
#fullscreen-menu .main-menu:hover li {
  opacity: 0.5;
}
#fullscreen-menu .main-menu li {
  margin: 5px 0;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#fullscreen-menu .main-menu li:hover {
  opacity: 1;
}
#fullscreen-menu .main-menu li a {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
#fullscreen-menu .main-menu li a i {
  font-weight: 300;
  font-size: 32px;
  margin-left: 10px;
  margin-bottom: -5px;
}
#fullscreen-menu .main-menu .has-children {
  position: relative;
}
#fullscreen-menu .main-menu .has-children .is-children {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  display: none;
  padding: 20px;
  z-index: 20;
}
#fullscreen-menu .main-menu .has-children .is-children li {
  display: block;
}
#fullscreen-menu .main-menu .has-children .is-children li a {
  font-size: 20px;
  font-weight: 300;
  margin: 8px 0;
}
#fullscreen-menu .main-menu .has-children:hover .is-children {
  display: block;
}
#fullscreen-menu .lines {
  background-color: #fff;
}
#fullscreen-menu a:hover {
  color: #ffab17 !important;
}

.menu-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.close-option {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.close-option p {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #fff;
}
.close-option:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 600px) {
  #ham-menu p {
    display: none;
  }
  #fullscreen-menu .main-menu {
    padding-top: 30px;
  }
  #fullscreen-menu .main-menu li a {
    font-size: 20px;
    margin: 8px 0;
  }
  #fullscreen-menu .main-menu .has-children .is-children {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  #fullscreen-menu .main-menu:hover li {
    opacity: 0.9;
  }
  .close-option {
    width: 75px;
  }
}
.footer__area {
  position: relative;
  background-color: #1e235d;
}

.footer__widgets {
  padding-top: 260px;
  padding-bottom: 15px;
}

.footer_two_area .footer__widgets {
  padding-top: 120px;
}

.footer_two_area .footer_top {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
  margin-bottom: 50px;
}

.text-white {
  opacity: 1;
  color: #f5f5f5;
}

.footer_top h2 {
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__area a {
  color: #f5f5f5;
  font-size: 14px;
}

.footer_top a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.footer__logo img {
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo p {
  padding-bottom: 0;
  color: #f5f5f5;
  font-size: 14px;
}

.footer__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 0px;
}

.footer__service li {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
}

.footer__address li {
  display: grid;
  align-items: center;
  grid-template-columns: 30px auto;
  padding-bottom: 10px;
}

.footer__address li span {
  font-size: 20px;
  color: #fff;
}

.footer__address li p {
  line-height: 1.6;
  font-size: 14px;
}

@media only screen and (max-width: 1400px) {
  .footer__address, .footer__service {
    padding-left: 0;
  }
}
#landing .lines {
  background-color: #fff;
  z-index: 3;
}

#video-bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*background-image: url("../images/slide2.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#video-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}

#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
}
.landing-content h1 span,
.landing-content h1 small,
.landing-content h1 strong {
  display: block;
}
.landing-content h1 {
  text-align: left;
  line-height: 1;
  padding-bottom: 40px;
}
.landing-content h1 span {
  display: block;
}
.landing-content h1 span:nth-of-type(2) {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 200;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #ffab17;
}
.landing-content h1 span:nth-of-type(1) {
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1.15;
}

#about-section {
  min-height: 100vh;
  padding: 80px 0;
  background-image: url("../images/pattern.png");
  background-size: 50%;
  background-position: center right;
  background-repeat: repeat;
}

@media only screen and (min-width: 1400px) {
  .about-text p {
    font-size: calc(16px + 9 * (100vw - 1400px) / 520);
    text-align: justify;
  }
}
@media only screen and (max-width: 991px) {
  #about-section .position-absolute {
    position: static !important;
  }
}
.about-text p {
  padding-left: 15px;
}

.leading-industries {
  top: 12.2222vh;
  left: 70.1667vw;
}
.leading-industries span {
  font-size: calc(50px + 20 * (100vw - 1400px) / 520);
  color: #1e235d;
  font-weight: 900;
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.leading-industries p {
  width: 12.5vw;
  font-size: calc(16px + 4 * (100vw - 1400px) / 520);
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  color: rgb(66, 86, 122);
  margin: 0px;
  font-weight: 500;
  color: #161410;
}

.employed-workers {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 38.1481vh;
  left: 27.7083vw;
}
.employed-workers span {
  font-size: calc(95px + 55 * (100vw - 1400px) / 520);
  font-weight: 900;
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #1e235d;
}
.employed-workers p {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.5;
  margin: 0px;
  margin-left: 3.125vw;
  width: 12.5vw;
  font-size: calc(16px + 4 * (100vw - 1400px) / 520);
  font-weight: 500;
}

.different-products {
  top: 68.4259vh;
  left: 4.16667vw;
  display: flex;
  flex-direction: column;
}
.different-products span {
  font-size: calc(64px + 36 * (100vw - 1400px) / 520);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e235d;
  font-weight: 900;
}
.different-products p {
  font-size: calc(16px + 4 * (100vw - 1400px) / 520);
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  font-weight: 500;
}

.district-locations {
  top: 71.4444vh;
  left: 61.6667vw;
  display: flex;
  flex-direction: column;
}
.district-locations span {
  font-size: calc(64px + 36 * (100vw - 1400px) / 520);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e235d;
  font-weight: 900;
}
.district-locations p {
  font-size: calc(16px + 4 * (100vw - 1400px) / 520);
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (min-width: 992px) {
  .about-text p {
    width: 33.3333vw;
    padding-left: 4.16667vw;
    padding-bottom: 55.5556vh;
    padding-top: 5vh;
  }
  .leading-industries {
    top: 12.2222vh;
    left: 70.1667vw;
  }
  .leading-industries span {
    font-size: calc(50px + 20 * (100vw - 1400px) / 520);
    color: #1e235d;
    font-weight: 900;
    font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
  .leading-industries p {
    width: 12.5vw;
    font-size: calc(16px + 4 * (100vw - 1400px) / 520);
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
    color: rgb(66, 86, 122);
    margin: 0px;
    font-weight: 500;
    color: #161410;
  }
  .employed-workers {
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 38.1481vh;
    left: 27.7083vw;
  }
  .employed-workers span {
    font-size: calc(95px + 55 * (100vw - 1400px) / 520);
    font-weight: 900;
    font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #1e235d;
  }
  .employed-workers p {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    margin-left: 3.125vw;
    width: 12.5vw;
    font-size: calc(16px + 4 * (100vw - 1400px) / 520);
    font-weight: 500;
  }
  .different-products {
    top: 68.4259vh;
    left: 4.16667vw;
    display: flex;
    flex-direction: column;
  }
  .different-products span {
    font-size: calc(64px + 36 * (100vw - 1400px) / 520);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1e235d;
    font-weight: 900;
  }
  .different-products p {
    font-size: calc(16px + 4 * (100vw - 1400px) / 520);
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
    font-weight: 500;
  }
  .district-locations {
    top: 71.4444vh;
    left: 61.6667vw;
    display: flex;
    flex-direction: column;
  }
  .district-locations span {
    font-size: calc(64px + 36 * (100vw - 1400px) / 520);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1e235d;
    font-weight: 900;
  }
  .district-locations p {
    font-size: calc(16px + 4 * (100vw - 1400px) / 520);
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
    font-weight: 500;
  }
}
#coldstore {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #1e235d;
  padding: 120px 0;
  position: relative;
}
#coldstore:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  z-index: 0;
  background-image: url("../images/coldstore-logo.png");
  opacity: 0.1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
#coldstore .lines {
  background-color: #fff;
}
#coldstore .small-logo {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  opacity: 0.05;
  height: 75vh;
  width: auto;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
#coldstore .coldstore-title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.75s cubic-bezier(0, 0.55, 0.45, 1);
}
#coldstore .coldstore-title h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 1px;
}
#coldstore .feature-content {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fff;
}
#coldstore .feature-content .number {
  color: #fff;
  background-color: #1e235d;
  width: 40px;
  height: 40px;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#coldstore .feature-content h4 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}
#coldstore .feature-content p {
  font-size: 13px;
}
#coldstore .cold-store-para span {
  transform: translateY(100%);
  transition: all 0.75s cubic-bezier(0, 0.55, 0.45, 1);
}
#coldstore .cold-store-para span.reveal-up {
  transform: translateY(0);
}

#valleyxpress {
  padding: 120px 0 60px 0;
}
#valleyxpress .xpress-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.025;
}
#valleyxpress .col-sm-5 {
  margin-bottom: 64px;
}
#valleyxpress .col-sm-5 h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #e5283c;
}
#valleyxpress .col-sm-5 p {
  margin-bottom: 0;
  line-height: 1;
}
#valleyxpress .col-sm-5 p:first-of-type {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
}
#valleyxpress .col-sm-5 p:last-of-type {
  font-size: 22px;
}

#breeding-farms {
  padding: 120px 0 60px 0;
}
#breeding-farms h2 {
  text-align: center;
  color: #1e235d;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 60px;
}
#breeding-farms h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffab17;
  font-weight: 500;
  font-family: "Albert Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#breeding-farms .breeding-farm-wrapper .breeding-farm-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#breeding-farms .breeding-farm-wrapper .breeding-farm-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#breeding-farms .breeding-farm-wrapper .breeding-farm-title span {
  display: block;
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 900;
  color: #ffab17;
}
#breeding-farms .breeding-farm-wrapper .breeding-farm-title h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 32px;
  color: #1e235d;
}
#breeding-farms .breeding-farm-wrapper .breeding-farm-title h4:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #1e235d;
  transform: scaleY(1.001);
}
#breeding-farms .breeding-farm-wrapper p {
  font-size: 14px;
}

.industry-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.industry-flex .industry-flex-item {
  width: 25%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
}
.industry-flex .industry-flex-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background-color: #f5f5f5;
  background-image: url("../images/pattern1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.industry-flex .industry-flex-item .industry-image-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.industry-flex .industry-flex-item .industry-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161410;
  opacity: 0.5;
  z-index: 1;
}
.industry-flex .industry-flex-item .industry-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 10s ease-in-out;
}
.industry-flex .industry-flex-item .industry-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 3;
  padding: 20px 40px;
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex .industry-number {
  font-size: 32px;
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  color: #ffab17;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex h2 {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex h2 span {
  font-family: "Albert Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex h2 span:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 75%;
  height: 1px;
  background-color: #1e235d;
}
.industry-flex .industry-flex-item .industry-content-wrapper .content-flex p {
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
}
.industry-flex .industry-flex-item:hover::before {
  content: "";
  transform: translateX(100%);
}
.industry-flex .industry-flex-item:hover .industry-content-wrapper .content-flex .industry-number {
  color: #fff;
}
.industry-flex .industry-flex-item:hover .industry-content-wrapper .content-flex h2 {
  color: #fff;
}
.industry-flex .industry-flex-item:hover .industry-content-wrapper .content-flex h2 span {
  color: #fff;
}
.industry-flex .industry-flex-item:hover .industry-content-wrapper .content-flex h2 span:before {
  background-color: #fff;
}
.industry-flex .industry-flex-item:hover .industry-content-wrapper .content-flex p {
  opacity: 1;
}
.industry-flex .industry-flex-item:hover .industry-image-wrapper img {
  transform: scale(1.1);
}

@media only screen and (max-width: 600px) {
  .landing-content {
    padding: 30px 15px;
  }
  .landing-content h1 span:nth-of-type(1) {
    font-size: 64px;
  }
  .landing-content h1 span:nth-of-type(2) {
    font-size: 20px;
    line-height: 1.8;
  }
  .leading-industries,
  .different-products,
  .district-locations,
  .employed-workers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
  }
  .leading-industries span,
  .different-products span,
  .district-locations span,
  .employed-workers span {
    font-size: 70px;
    margin-right: 32px;
    margin: 0;
  }
  .leading-industries p,
  .different-products p,
  .district-locations p,
  .employed-workers p {
    font-size: 32px;
    width: 100%;
    text-align: center;
    display: block;
  }
  .about-text {
    text-align: center;
  }
  .coldstore-title {
    margin-bottom: 32px;
  }
  .feature-content {
    margin-bottom: 32px;
  }
  #coldstore .feature-content .number {
    left: 50%;
    transform: translateX(-50%);
  }
  #coldstore .feature-content h4 {
    font-size: 18px;
  }
  #breeding-farms {
    padding: 40px 0;
  }
  .breeding-farm-wrapper {
    margin-bottom: 60px;
  }
  .industry-flex {
    flex-direction: column;
  }
  .industry-flex .industry-flex-item {
    width: 100%;
    height: 50vh;
  }
  .industry-flex .industry-flex-item .industry-content-wrapper {
    height: 100%;
  }
  .industry-flex .industry-flex-item .industry-content-wrapper .content-flex {
    justify-content: flex-end;
    height: 100%;
  }
  .industry-flex .industry-flex-item::before {
    transform: translateX(100%);
  }
  .industry-flex .industry-flex-item .industry-content-wrapper .content-flex .industry-number,
  .industry-flex .industry-flex-item .industry-content-wrapper .content-flex h2 {
    color: #fff;
  }
  .industry-flex .industry-flex-item .industry-content-wrapper .content-flex h2 span:before {
    background-color: #fff;
  }
  .industry-flex .industry-flex-item .industry-content-wrapper .content-flex p {
    opacity: 1;
  }
  .industry-flex .industry-flex-item .industry-image-wrapper:before {
    opacity: 0.6;
  }
  #final-boxes .final-box-wrapper {
    height: 60vh;
    margin-top: 20px;
  }
  .footer-form,
  .contact-list {
    margin-bottom: 48px;
  }
  .foot-end {
    padding-right: 0;
  }
}
.lines {
  position: absolute;
  width: 1px;
  height: 100%;
  opacity: 0.075;
  background-color: #161410;
  top: 0;
  z-index: -1;
  transform: scaleY(1.0001);
}

.center-line {
  left: 50%;
  transform: translateX(-50%);
}

.left-line {
  left: 20%;
  transform: translateX(-50%);
}

.right-line {
  left: 80%;
  transform: translateX(-50%);
}

.blocker {
  position: absolute;
  top: 0;
  width: 110%;
  height: 100%;
  z-index: 2;
  transition: all 0.75s cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #fff;
}
.blocker.reveal-right {
  right: 0;
}
.blocker.reveal-left {
  left: 0;
}

.has-transition {
  transition: all 0.75s cubic-bezier(0, 0.55, 0.45, 1);
}

.reveal-animation {
  width: 0;
}

@media only screen and (max-width: 600px) {
  .blocker {
    width: 100%;
  }
  .blocker.reveal-animation {
    width: 0;
  }
}
#final-boxes {
  padding: 80px 0;
}
#final-boxes .final-box-wrapper {
  height: 75vh;
  position: relative;
}
#final-boxes .final-box-wrapper .final-box-image {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#final-boxes .final-box-wrapper .final-box-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #161410;
  opacity: 0.5;
}
#final-boxes .final-box-wrapper .final-box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#final-boxes .final-box-wrapper .final-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 40px 40px;
}
#final-boxes .final-box-wrapper .final-box-content h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 24px;
}
#final-boxes .final-box-wrapper .final-box-content p {
  color: #fff;
}

#page-header {
  padding: 225px 0 70px 0;
  background-image: url("../images/pattern2.png");
  background-color: #1e235d;
  min-height: 50vh;
  background-size: 40%;
  background-position: right;
  background-repeat: repeat-y;
}
#page-header h1 {
  color: #f5f5f5;
  font-size: 36px;
  font-weight: 800;
  margin-top: 0;
}
#page-header h1 span {
  padding-left: 45px;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Readex Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
}
#page-header h1 span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scaleY(1.0001);
  width: 30px;
  height: 1px;
  background-color: #f5f5f5;
}

.blue {
  color: #1e235d;
}

.yellow {
  color: #ffab17;
}
