/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set up a decent box model on the root element
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  color: #3c3d3c;
}

/**
* 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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
* Basic styles for links
*/
a {
  color: #20275f;
  text-decoration: none;
}

body {
  color: #3c3d3c;
}

body.menu-is-showing {
  overflow: hidden;
}

p {
  color: #3c3d3c;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 16px;
  font-family: "Raleway", "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: 120px;
  padding-bottom: 120px;
}

.default-padding + default-padding {
  padding-top: 0;
}

.blue-color {
  color: #20275f !important;
}

/* CSS */
.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  cursor: pointer;
  position: relative;
  top: -7px;
  left: -7px;
  background-color: #087829;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-52.light-button {
  color: #fff;
}

.button-52.light-button:hover {
  color: #fff;
}

.button-52.light-button::after {
  border: 1px solid #fff;
  background-color: transparent;
}

.button-52 img {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.button-52:after {
  content: "";
  background-color: transparent;
  border: 1px solid #3c3d3c;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button-52:hover {
  color: #fff;
  top: 0;
  left: 0;
}

.button-52:hover:after {
  top: 0px;
  left: 0px;
}

.arrows .button-52 {
  padding: 12px;
}

@media (min-width: 768px) {
  .button-52 {
    padding: 13px 50px 13px;
  }
}

button.button-52 {
  outline: none;
  border: 0;
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.menu-icon .menu-icon__cheeckbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}

.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  -webkit-transform: scaleY(1.0001);
          transform: scaleY(1.0001);
}

.menu-icon span:first-of-type {
  top: 0;
}

.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 5px;
}

.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
  width: 22px;
}

@media (min-width: 1024px) {
  .menu-icon:hover span:first-of-type {
    width: 26px;
  }
  .menu-icon:hover span:last-of-type {
    width: 12px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header.lightheader {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

header.lightheader .menu-icon span {
  background-color: #3c3d3c;
}

header.lightheader .head-bar .center-menu ul .has-logo img {
  height: 70px;
  margin: 5px 10px;
}

header.lightheader .head-bar .center-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #3c3d3c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 14px;
}

header.lightheader .head-bar .left-icon i {
  font-size: 14px;
  color: #3c3d3c;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 14px;
}

header .head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .head-menu li {
  margin-left: 32px;
}

header .head-menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.head-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-bar .center-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head-bar .center-menu ul .has-logo img {
  height: 90px;
  margin: 10px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.head-bar .center-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 14px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.head-bar .center-menu ul li a:hover {
  color: #087829;
}

.head-bar .left-icon i {
  font-size: 14px;
  color: #f5f5f5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 14px;
}

body.menu-is-showing header .menu-icon span {
  background-color: #3c3d3c;
}

body.menu-is-showing header .head-bar .center-menu ul li a {
  color: #3c3d3c;
}

body.menu-is-showing header .head-bar .left-icon i {
  color: #3c3d3c;
}

#fullscreenmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 97;
  padding: 150px 120px 90px 120px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#fullscreenmenu #main-menu {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}

#fullscreenmenu #main-menu::-webkit-scrollbar {
  width: 3px;
}

#fullscreenmenu #main-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

#fullscreenmenu #main-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

#fullscreenmenu #main-menu li a {
  font-size: 2.25rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #3c3d3c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 20px;
}

#fullscreenmenu #main-menu li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  font-size: 2.25rem;
  color: #087829;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
}

#fullscreenmenu #main-menu li a:hover span {
  width: 100%;
}

#fullscreenmenu .social-head {
  font-size: 1.15rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

#fullscreenmenu .social-links li a {
  font-size: 1.25rem;
  display: inline-block;
  font-family: "Raleway", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #3c3d3c;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
}

#fullscreenmenu .social-links li a span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  font-size: 1.25rem;
  color: #087829;
  overflow: hidden;
  -webkit-transition: width .3s;
  transition: width .3s;
}

#fullscreenmenu .social-links li a:hover span {
  width: 100%;
}

#fullscreenmenu.show-menu {
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#close-menu {
  position: absolute;
  top: 40px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

#close-menu:hover {
  text-decoration: underline;
}

#close-menu img {
  display: inline;
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 20px;
}

#search-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 45px;
  display: none;
}

#search-bar .search-wrap {
  width: 100%;
  position: relative;
}

#search-bar .search-wrap i {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
}

#search-bar .search-wrap .header-search {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
}

#search-bar .search-wrap .header-search::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3c3d3c;
  opacity: 0.4;
}

#search-bar .search-wrap .header-search:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3c3d3c;
  opacity: 0.4;
}

#search-bar .search-wrap .header-search::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3c3d3c;
  opacity: 0.4;
}

#search-bar .search-wrap .header-search::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3c3d3c;
  opacity: 0.4;
}

#search-bar .search-wrap .header-search:focus {
  outline: none;
  border: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .head-bar .center-menu ul li a {
    font-size: 13px;
  }
  .head-bar .center-menu ul .has-logo img {
    height: 60px;
  }
  header.lightheader .head-bar .center-menu ul .has-logo img {
    height: 50px;
  }
  header.lightheader .head-bar .center-menu ul li a {
    font-size: 13px;
  }
}

#before-footer {
  padding: 80px 0;
  background-color: #ffdd8f;
}

#before-footer .before-title {
  font-size: 4.5vw;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  line-height: 5vw;
  color: #20275f;
}

#before-footer .before-title span {
  -webkit-text-stroke-color: #20275f;
  color: transparent;
  -webkit-text-stroke-width: 1px;
}

.foot-logo {
  width: 165px;
}

.main-footer {
  padding: 40px 0;
  background-color: #20275f;
  color: #fff;
}

.main-footer .foot-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
}

.main-footer .foot-contact li {
  font-size: 18px;
  margin-bottom: 5px;
}

.main-footer .foot-contact li a {
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 2px 6px;
  font-family: "Poppins", sans-serif;
}

.main-footer .foot-contact li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #087829;
  bottom: 2px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.main-footer .foot-contact li a:hover::before {
  height: 90%;
}

.main-footer .footer-list {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.main-footer .footer-list li a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.main-footer .footer-list li a:hover {
  color: #087829;
}

.main-footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-footer .footer-social li a {
  font-size: 1.25rem;
  text-align: center;
  margin: 6px 8px;
  color: #fff;
}

.end-foot {
  padding: 6px 0;
  font-size: 14px;
  background-color: #eed4da;
}

.end-foot p {
  padding: 2px 0;
  margin: 2px 0;
  color: #3c3d3c;
}

.endfoot-list {
  font-size: 14px;
}

.endfoot-list li {
  display: inline-block;
  padding: 2px 4px;
  margin: 2px 2px;
  position: relative;
  color: #3c3d3c;
}

.endfoot-list li a {
  color: #3c3d3c;
}

.endfoot-list li:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  width: 1px;
  height: 65%;
  background-color: #3c3d3c;
}

.endfoot-list li:last-of-type:before {
  display: none;
}

.line-big-text {
  font-size: 8vw;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  opacity: 1;
  line-height: 7vw;
}

.line-big-text span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
}

.line-big-text small {
  position: absolute;
  font-size: 100%;
  top: 0;
  left: 0;
  -webkit-text-stroke-color: #20275f;
  color: #20275f;
  -webkit-text-stroke-width: 1px;
  width: 0;
  overflow: hidden;
}

.small-title {
  font-size: 3.5vw;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  opacity: 1;
  line-height: 4vw;
}

.small-title span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
}

.small-title small {
  position: absolute;
  font-size: 100%;
  top: 0;
  left: 0;
  -webkit-text-stroke-color: #20275f;
  color: #20275f;
  -webkit-text-stroke-width: 1px;
  width: 0;
  overflow: hidden;
}

#page-title {
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
  position: relative;
}

#page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0e0e0e;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), color-stop(15%, rgba(11, 11, 11, 0)));
  background: linear-gradient(180deg, #0e0e0e 0%, rgba(11, 11, 11, 0) 15%);
  opacity: 0.75;
}

#page-title .line-big-text {
  position: absolute;
  bottom: -50px;
  left: 5%;
  z-index: 0;
  opacity: 0.75;
  text-transform: lowercase;
}

#page-title .line-big-text span {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.25px;
}

#page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3d3c;
  opacity: 0.35;
  z-index: 0;
}

#page-title .page-title h3 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
}

#page-title .page-title-desc p {
  color: #fff;
  font-size: 18px;
}

.about-title {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-family: "Poppins", sans-serif;
  padding-right: 0;
  position: relative;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

.bg-second {
  background-color: #ffdd8f;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .head-menu li {
    display: none;
  }
  .head-menu li:last-of-type {
    display: block;
  }
  .line-big-text {
    font-size: 3rem;
    line-height: 4.6rem;
  }
  .default-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .floatin-title {
    font-size: 3rem;
  }
  #before-footer .before-footer-wrapper .before-footer-item h4 span {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #fullscreenmenu {
    padding: 50px 20px 30px 20px;
  }
  #fullscreenmenu #main-menu li a {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 992px) {
  .head-bar .left-icon {
    width: 33.33%;
  }
  .head-bar #right-side-menu {
    width: 33.33%;
  }
  .head-bar .center-menu {
    width: 33.33%;
  }
  .head-bar .center-menu li {
    display: none;
  }
  .head-bar .center-menu .has-logo {
    display: block;
  }
  .head-bar .center-menu .has-logo #logo img {
    height: 70px;
  }
  .foot-logo {
    display: block;
    margin: 8px auto;
  }
  .main-footer .footer-social {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  .line-big-text {
    line-height: 4rem;
  }
  #before-footer .before-title {
    font-size: 9.5vw;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    line-height: 12vw;
  }
  footer {
    text-align: center;
  }
  .main-footer .footer-list {
    -webkit-columns: 1;
            columns: 1;
  }
  .head-bar .left-icon {
    width: 33.33%;
  }
  .head-bar #right-side-menu {
    width: 33.33%;
  }
  .head-bar .center-menu {
    width: 33.33%;
  }
  .head-bar .center-menu li {
    display: none;
  }
  .head-bar .center-menu .has-logo {
    display: block;
  }
  .head-bar .center-menu .has-logo #logo img {
    height: 70px;
  }
  .main-footer .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .foot-contact li a {
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
    display: block;
    padding: 2px 6px;
    font-family: "Poppins", sans-serif;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #search-bar {
    padding: 25px 10px;
  }
  #all-products .line-big-text {
    display: none;
  }
  #page-title .line-big-text {
    bottom: -10px;
  }
  .product-description {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-description .product-title, .product-description .product-short-description {
    width: 100%;
  }
  #intro-section .line-big-text {
    font-size: 10vw;
    line-height: 11.5vw;
  }
  #physical-properties .pp-banner, #advantages .pp-banner {
    height: 450px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    position: static;
    margin-bottom: 0;
  }
  #physical-properties .pp-content, #advantages .pp-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  #physical-properties .pp-content .small-title, #advantages .pp-content .small-title {
    width: 100%;
    font-size: 7vw;
    line-height: 7.5vw;
    margin-left: 0;
  }
  #physical-properties .pp-content .pp-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #physical-properties .pp-content .pp-list li strong, #physical-properties .pp-content .pp-list li span {
    width: 100%;
  }
  #product-features .small-title {
    text-align: center;
    font-size: 10vw;
    line-height: 10.5vw;
    margin-left: 0;
  }
  #product-features .features-wrapper .features-container {
    padding: 10px 16px;
  }
}

body.no-scroll {
  overflow: hidden;
}

#about-main {
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10%;
  background-color: #ffffff;
  background-image: radial-gradient(#0000001b 0.8px, #ffffff 0.8px);
  background-size: 26px 26px;
}

#about-main .text-faded {
  font-family: "Poppins", sans-serif;
  font-size: 10vw;
  color: #3c3d3c;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.25;
  margin-bottom: -60px;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
}

#about-main h2 {
  font-size: 5.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
}

#about-main .about-slogan {
  position: relative;
  text-align: end;
}

#about-main .about-slogan p {
  text-transform: lowercase;
  font-size: 2.25rem;
  line-height: 1;
}

#about-main .about-slogan:before {
  content: '';
  position: absolute;
  top: 40px;
  right: 80%;
  background-color: #3c3d3c;
  width: 125px;
  height: 1px;
  z-index: 1;
}

#about-content {
  padding: 80px 0;
}

#about-content p {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  display: inline-block;
}

#about-content p span {
  font-weight: 700;
  color: #1a1a1a;
}

#take-a-tour .img-wall {
  padding: 40px;
}

#take-a-tour .img-2 {
  margin-bottom: 30px;
}

#take-a-tour .img-2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#take-a-tour .line-big-text {
  font-size: 10vw;
  line-height: 10vw;
  margin-bottom: -190px;
  position: relative;
  z-index: 2;
}

#tour-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
  display: none;
}

#tour-video .left-part {
  content: '';
  width: 50%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

#tour-video .right-part {
  content: '';
  width: 50%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

#tour-video .tour-video {
  cursor: none;
  background-color: #1a1a1a;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tour-video .tour-video #bgvid {
  width: auto;
  height: 94vh;
  z-index: 3;
  display: none;
}

#closethetour {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  color: #fff;
  font-size: 32px;
}

#about-introduction {
  padding: 60px 0;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#about-introduction .about-title {
  margin-bottom: 24px;
}

#about-introduction .image-constraint {
  width: 75%;
}

#about-introduction p {
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

#meettheteam {
  padding-bottom: 60px;
}

#meettheteam .line-big-text {
  font-size: 13vw;
  line-height: 12.5vw;
}

#meettheteam .meet-the-team .team-image {
  position: relative;
  overflow: hidden;
}

#meettheteam .meet-the-team .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#meettheteam .meet-the-team .team-image .floater-position {
  position: absolute;
  bottom: -120px;
  right: -100px;
  font-family: "Poppins", sans-serif;
  font-size: 12vw;
  font-weight: 900;
  -webkit-text-stroke-color: #3c3d3c;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  z-index: 5;
  opacity: 0.1;
  -webkit-transition: all 0.5s cubic-bezier(0.15, 0.65, 1, 1);
  transition: all 0.5s cubic-bezier(0.15, 0.65, 1, 1);
}

#meettheteam .meet-the-team .team-image.small-text .floater-position {
  font-size: 4vw;
  line-height: 1;
  bottom: -20px;
  right: -130px;
}

#meettheteam .meet-the-team .team-info {
  text-align: center;
  margin-bottom: 24px;
  background-color: #fff;
  padding: 10px 15px;
}

#meettheteam .meet-the-team .team-info .team-title {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #20275f;
}

#meettheteam .meet-the-team .team-info .team-poition {
  font-size: 1rem;
  font-weight: 600;
  color: #087829;
}

#meettheteam .meet-the-team:hover .team-image .floater-position {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

@media only screen and (max-width: 600px) {
  #about-main {
    height: auto;
    padding: 40px 0;
  }
  #about-main h2 {
    font-size: 3.25rem;
  }
  #about-main .about-slogan {
    margin-top: 15px;
  }
  #about-main .about-slogan:before {
    display: none;
  }
  #about-main .about-slogan p {
    font-size: 1.75rem;
    text-align: start;
  }
  #about-content {
    padding: 15px 0;
  }
  #about-content p {
    font-size: 1rem;
  }
  #take-a-tour .img-1 {
    display: none;
  }
  #take-a-tour .img-2 {
    padding: 10px 20px;
  }
  #take-a-tour .line-big-text {
    margin-bottom: -70px;
  }
  #tour-video .tour-video #bgvid {
    width: 100%;
    height: auto;
  }
  #closethetour {
    opacity: 0;
  }
  #meettheteam .line-big-text {
    font-size: 20vw;
    line-height: 19.5vw;
  }
  #meettheteam .meet-the-team .team-info .team-title {
    font-size: 1rem;
  }
  #meettheteam .meet-the-team .team-info .team-poition {
    font-size: 0.8rem;
  }
  #meettheteam .meet-the-team .team-info {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=aboutcompany.css.map */