/*! 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: uppercase;
  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 35px;
  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;
  }
}
.about {
  padding: 50px 0;
}
.about h2 {
  text-align: center;
  font-size: 7vw;
  font-weight: 200;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.sectors {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.sectors .sector-wrapper {
  border: 1px solid #1e235d;
}
.sectors .sector-wrapper .section-single {
  position: relative;
  min-height: 400px;
  width: 33.33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
  gap: 15px;
}
.sectors .sector-wrapper .section-single:nth-of-type(2) {
  border-left: 1px solid #1e235d;
  border-right: 1px solid #1e235d;
}
.sectors .sector-wrapper .section-single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 0;
  transition: all 0.45s ease-in-out;
}
.sectors .sector-wrapper .section-single .sector-icon {
  margin-bottom: 25px;
}
.sectors .sector-wrapper .section-single .sector-icon img {
  height: 64px;
  position: relative;
}
.sectors .sector-wrapper .section-single .sector-icon span {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 20px;
  left: -10px;
  background-color: #ffab17;
  z-index: 0;
  opacity: 0.25;
  border-radius: 8px;
}
.sectors .sector-wrapper .section-single:hover:before {
  opacity: 0.5;
  background-color: #161410;
}
.sectors .sector-wrapper .section-single:hover h4, .sectors .sector-wrapper .section-single:hover p {
  color: #fff;
}
.sectors .sectors-view {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: center;
  position: relative;
}
.sectors .sectors-view:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  width: 85.5%;
  background-color: #1e235d;
  height: 1px;
}
.sectors .sectors-view .sector-solo {
  width: 20%;
  position: relative;
}
.sectors .sectors-view .sector-solo:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 1px;
  background-color: #1e235d;
  height: 60px;
  transform: scaleY(1.0001);
}
.sectors .sectors-view .sector-solo .sector-solo-image {
  position: relative;
}
.sectors .sectors-view .sector-solo .sector-solo-image img {
  height: 64px;
  margin-bottom: 20px;
}
.sectors .sectors-view .sector-solo .sector-solo-image span {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
  background-color: #ffab17;
  z-index: 0;
  opacity: 0.25;
  border-radius: 8px;
}

#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;
  }
}
.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;
}
.valley-content{
  padding: 60px 0;
  padding-bottom:0;
}
.contact-styles{
  padding: 10px;
  padding-left: 50px;
}
.contact-styles li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-styles li .icon{
  margin-right: 25px;
}
.contact-styles li .icon img{
  height: 48px;
}
.contact-styles li .c-content p{
  margin-bottom: 0;
  line-height:1;
}
.contact-styles li .c-content p:first-of-type{
  margin-top:2px;
  margin-bottom: 7px;
  font-weight: 800;
  font-size: 13px;
}
.contact-styles li .c-content p a{
  color:#1e235d;
}
.social-links{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  padding-left: 55px;
  gap:15px;
  
}
.social-links li a{
  color:#1e235d;
}
.map-wrapper{
  overflow: hidden;
  border-radius: 12px;
}
#breeding-farms{
  padding:40px 0;
}
.breeding-farm-wrapper{
  margin-bottom: 25px;
}
.breeding-farm-wrapper .breeding-farm-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.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-farm-wrapper .breeding-farm-title span {
  display: block;
  font-size: 16px;
  margin: 20px 0 15px 0;
  font-weight: 400;
  color: #000;
}
.breeding-farm-wrapper .breeding-farm-title h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 32px;
  color: #1e235d;
}
.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-farm-wrapper p {
  font-size: 14px;
}
.board-image{
    height:500px;
    overflow:hidden;
}
.board-image img{
  width: 100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.board-title h3{
  font-size: 32px;
  font-weight:700;
  margin-bottom:0;
}
.board-title p{
  font-size:20px;
  font-weight:500;
}
.board-wrap{
  padding-bottom: 40px;
}

@media only screen and (max-width:600px){
  .board-title{
    margin-top: 30px;
  }
}