:root {
  --green: #556c50;
  --Yellow: #f0d973;
  --black: #000;
  --creamy: #f7f6f5;
  --white: #fff;
}

@font-face {
  font-family: "AkzidenzGroteskBE-Regular";
  src: url("/fonts/AkzidenzGroteskBE-Regular.eot");
  src: url("/fonts/AkzidenzGroteskBE-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/AkzidenzGroteskBE-Regular.woff2") format("woff2"), url("/fonts/AkzidenzGroteskBE-Regular.woff") format("woff"), url("/fonts/AkzidenzGroteskBE-Regular.ttf") format("truetype"), url("/fonts/AkzidenzGroteskBE-Regular.svg#AkzidenzGroteskBE-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url("/fonts/HelveticaNeueLTStd-BdCn.eot");
  src: url("/fonts/HelveticaNeueLTStd-BdCn.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("/fonts/HelveticaNeueLTStd-BdCn.woff") format("woff"), url("/fonts/HelveticaNeueLTStd-BdCn.ttf") format("truetype"), url("/fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 6.5%;
}

.grid_2 {
  width: 15%;
}

.grid_3 {
  width: 23.5%;
}

.grid_4 {
  width: 32%;
}

.grid_5 {
  width: 40.5%;
}

.grid_6 {
  width: 49%;
}

.grid_7 {
  width: 57.5%;
}

.grid_8 {
  width: 64%;
}

.grid_9 {
  width: 74.5%;
}

.grid_10 {
  width: 83%;
}

.grid_11 {
  width: 91.5%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: "AkzidenzGroteskBE-Regular";
  font-size: 19px;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: var(--creamy);
}

body.no-scroll {
  overflow: hidden;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
  text-align: center;
  color: var(--Yellow);
}

h2 {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 40px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  text-align: left;
}

p a {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}

p.timing {
  font-size: 30px;
  letter-spacing: 0;
  text-transform: initial;
}

.btn {
  max-width: fit-content;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  border: 1px solid #556c50;
  text-transform: uppercase;
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn:hover {
  background-color: #556c50;
  color: #f0d973;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  padding: 0 0 0 30px;
  background-color: var(--green);
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

header nav li {
  list-style: none;
  display: inline-block;
  padding: 15px 24px 15px 0;
  position: relative;
}

header nav li a {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-align: right;
  color: var(--Yellow);
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

header nav li a.active {
  border-bottom: 1px solid var(--Yellow);
}

@media (hover: hover) {
  header nav li a:hover {
    border-bottom: 1px solid var(--Yellow);
  }
}

header nav li:last-child {
  background-color: var(--Yellow);
  padding: 15px 24px;
  text-align: center;
  border: 4px solid var(--Yellow);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

header nav li:last-child a {
  color: var(--green);
  border-bottom: 0 none !important;
}

@media (hover: hover) {
  header nav li:last-child:hover {
    background-color: var(--green);
  }

  header nav li:last-child:hover a {
    color: var(--Yellow);
  }
}

header .logo {
  margin: 0;
  display: block;
}

#nav-toggle {
  position: relative;
  top: auto;
  right: auto;
  transform: translateY(4px);
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: none;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background-color: var(--Yellow);
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

footer {
  z-index: 1;
  position: relative;
}

footer * {
  color: var(--Yellow);
}

footer h2 {
  text-transform: none;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
}

footer h2 span {
  display: block;
  font-size: 0.4em;
  text-transform: uppercase;
}

footer .container {
  padding-bottom: 64px;
}

footer .container:last-child {
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container:last-child * {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #f0d973;
}

input,
select,
label {
  font-family: "AkzidenzGroteskBE-Regular";
  padding: 20px 0 4px 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  text-align: left;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
}

select {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.b_submit {
  font-family: "AkzidenzGroteskBE-Regular";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 18px;
  text-align: center;
  color: #000 !important;
  width: 135px;
  border: 1px solid #000;
  padding: 6px 0 4px 0;
  margin: 32px 0;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (hover: hover) {
  .b_submit:hover {
    background-color: #000000;
    color: #fff !important;
  }
}

.privacy {
  font-size: 10px;
  line-height: 18px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational+label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked+label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  margin-top: -12px;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

section {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--creamy);
}

.container {
  width: 1264px;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}

.container.fullwidth {
  max-width: 100%;
  width: 100%;
}

.landing .parralax {
  background-attachment: fixed;
  height: 100vh;
}

.darklayer img {
  z-index: 2;
  max-width: 70%;
}

.darklayer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1024px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(85, 108, 80, 0.9);
  text-align: center;
  z-index: 2;
}

.center-box img {
  margin-bottom: 60px;
}

.center-box p {
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  text-align: center;
  color: var(--Yellow);
}

.icon-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
  margin-right: 3%;
}

.icon-holder img {
  width: 70px;
  margin-bottom: 12px;
}

.icon-holder p {
  max-width: 184px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 18px;
  text-align: left;
  color: #000;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.icon-holder p.timing {
  font-size: 30px;
  letter-spacing: 0;
  text-transform: initial;
}

.icon-holder> :last-child {
  padding-bottom: 40px;
}

.art-flower {
  width: 65%;
}

/*.deicorp-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  span {
    display: block;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
  }
  &.show {
    span:last-child {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
  }
}*/
.deicorp-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

#timeline {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
  z-index: 20;
  background-color: var(--white);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#timeline.show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#timeline #vertical {
  overflow-x: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 10vh;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

#timeline #vertical>.column {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}

#timeline #vertical .height-simulator {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30%;
  padding-right: 20px;
  padding-bottom: 100px;
}

#timeline #vertical .height-simulator .part {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 32px 16px 0;
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
}

#timeline #vertical .height-simulator .part.mw600 {
  max-width: 600px;
  width: 100%;
  padding: 0;
}

#timeline #vertical .height-simulator .part.mw600 .row {
  flex-flow: wrap;
}

#timeline #vertical .height-simulator .part.proud {
  min-width: initial;
}

#timeline #vertical .height-simulator .part .row {
  justify-content: flex-start;
  flex-flow: nowrap;
}

#timeline #vertical .height-simulator .part .row .icon-holder {
  width: 200px;
  margin: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}

#timeline #vertical .height-simulator .part .row .icon-holder img {
  height: 60px;
}

#timeline #vertical .height-simulator .part .row .icon-holder p {
  width: 200px;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  color: #000;
  letter-spacing: 0;
  text-transform: initial;
  padding-bottom: 0;
}

#timeline #vertical .height-simulator .part .row .icon-holder p span {
  text-decoration: underline;
  display: block;
}

#timeline #vertical .height-simulator .part .row.dws .icon-holder {
  text-align: center;
}

#timeline #vertical .height-simulator .part .row.dws .icon-holder p {
  text-align: center;
}

#timeline #vertical .height-simulator .part .row.dws .icon-holder img {
  margin-left: auto;
  margin-right: auto;
}

#timeline #vertical .timing {
  margin-top: 0;
}

#timeline .deicorp-timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#timeline .deicorp-timeline span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.nomaxwidth {
  max-width: initial;
}

#th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #f7f6f5;
  flex-direction: column;
}

#th .row {
  max-width: 1024px;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

#th .row h2 {
  font-size: 24px;
  text-align: center;
}

#th .row p {
  text-align: center;
}

#th a {
  display: inline-block;
  width: 200px;
  padding: 10px 10px;
  border: 1px solid #000;
  transition: 0.3s;
  color: #000;
  margin-top: 10px;
  text-align: center;
}

#th a:hover {
  background: #000;
  color: #fff;
}

.aerial {
  margin: auto;
  max-height: 80vh;
  width: auto;
}

#team p {
  color: var(--white);
  padding-bottom: 1em;
}

#team p.bold {
  font-family: var(--GTAmerica-CompressedBold);
}

#team .icons {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

#team .icon-title {
  font-family: "AkzidenzGroteskBE-Regular";
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  color: var(--white);
  margin-bottom: 14px;
  font-weight: 100;
  text-transform: none;
}

#team .grabline {
  font-family: "AkzidenzGroteskBE-Regular";
  font-weight: normal;
  font-size: 19px;
  text-align: left;
  color: var(--white);
}

#team .deicorp-icon {
  max-width: 80%;
  width: 300px;
}

.tagline {
  font-family: "AkzidenzGroteskBE-Regular";
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: 42px;
  text-align: center;
  color: #f0d973;
  text-transform: uppercase;
}

.developer-banner {
  text-align: center;
  text-align: center;
  color: var(--green);
  padding: 10px 0;
  font-size: 20px;
  position: absolute;
  top: 100%;
  z-index: 999;
  background: var(--Yellow);
  left: 0;
  border-top: 2px solid var(--green);
  font-size: 14px;
}




/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.white {
  color: #fff;
}

.bg-green {
  background-color: var(--green);
}

.bg-white {
  background-color: var(--white);
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ptl {
  padding-top: 60px;
}

.pbl {
  padding-bottom: 60px;
}

.ptm {
  padding-top: 30px;
}

.pbm {
  padding-bottom: 30px;
}

.pts {
  padding-top: 15px;
}

.pbs {
  padding-bottom: 15px;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.row {
  display: flex;
  position: relative;
  flex-direction: row;
}

.column {
  display: flex;
  position: relative;
  flex-direction: column;
}

.spacebetween {
  justify-content: space-between;
}

.spacearound {
  justify-content: space-around;
}

.textcenter {
  text-align: center;
}

.justifycenter {
  justify-content: center;
}

.aligncenter {
  align-items: center;
}

.wrap {
  flex-flow: wrap;
}

.rowreverse {
  flex-flow: row-reverse;
}

.just-mobile {
  display: none;
}

.seo_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #556c50;
}

.seo_content_holder>a {
  display: block;
  color: #f0d973;
  font-size: 12px;
  padding-bottom: 1em;

}

.seo_content_holder>a span {
  color: #fff;
}

.seo_content_holder .seo_content {
  display: none;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  overflow-y: scroll;
}

.seo_content_holder .seo_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo_content_holder .seo_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.seo2_content_holder {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background-color: #556c50;
}

.seo2_content_holder>a {
  display: block;
  color: #f0d973;
  font-size: 12px;
  padding-bottom: 1em;
}

.seo2_content_holder>a span {
  color: #fff;
}

.seo2_content_holder .seo2_content {
  display: none;
  font-size: 12px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  overflow-y: scroll;
}

.seo2_content_holder .seo2_content * {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
}

.seo2_content_holder .seo2_content p {
  font-size: 12px;
  padding-bottom: 10px;
  line-height: normal;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: none
}

.lds-ring {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  /*position: absolute;*/
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #055fd7 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 1280px) {
  .icon-holder img {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .landing .parralax {
    background-attachment: initial;
    height: 100vh;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  p {
    font-size: 14px;
    line-height: 19px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .timing {
    margin-top: auto;
  }

  .center-box {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
  }

  .container {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1000px) {

  .developer-banner{
    padding: 10px;
    font-size: 12px;
}
  #team .grid_4 {
    width: 48%;
  }

  .grid_5 {
    width: 100%;
  }

  .grid_5 img {
    max-width: 60% !important;
  }

  .just-desktop {
    display: none;
  }

  .just-mobile {
    display: block;
  }

  #nav-toggle {
    display: block;
  }

  header {
    padding: 20px 30px;
  }

  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--green);
    flex-flow: column;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    opacity: 0;
  }

  header nav.show {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  header nav li {
    list-style: none;
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 30px;
  }

  header nav li a {
    font-size: 18px;
  }

  header nav li:last-child {
    background-color: initial;
    padding: 0;
    text-align: center;
    border: 0 none;
  }

  header nav li:last-child a {
    color: var(--Yellow);
    border-bottom: inherit;
  }

  header .logo {
    z-index: 2;
  }

  .rowreverse {
    flex-flow: initial;
    flex-direction: column;
  }

  .m-column {
    flex-direction: column;
  }

  .m-pbl {
    padding-bottom: 60px;
  }

  .m-ptl {
    padding-top: 60px;
  }

  .m-pbm {
    padding-bottom: 30px;
  }

  .m-mbl {
    margin-bottom: 60px;
  }

  .m-mbm {
    margin-bottom: 30px;
  }

  .grid_6 {
    width: 100%;
  }

  .art-flower.lazyLoad {
    display: none;
  }

  #timeline {
    z-index: 999;
    height: 100vh;
  }

  #timeline .timing {
    margin-top: 0;
  }

  footer .container {
    padding-bottom: 30px;
  }

  footer .container:last-child {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  footer .container:last-child * {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #f0d973;
  }

  .deicorp-timeline {
    padding: 10px 20px;
  }

  .deicorp-timeline span {
    font-size: 14px;
  }

  #th .row {
    max-width: 1024px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  #th .row h2 {
    font-size: 18px;
    text-align: center;
    padding: 20px;
  }

  #th .row p {
    font-size: 14px;
    padding-bottom: 40px;
    text-align: center;
  }

  #th a {
    display: inline-block;
    width: 200px;
    padding: 10px 10px;
    border: 1px solid #000;
    transition: 0.3s;
    color: #000;
    margin-top: 10px;
    text-align: center;
  }

  .icon-holder {
    width: 44%;
    margin-right: 3%;
  }

  .aerial {
    margin: auto;
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  #team .grid_4 {
    width: 80%;
  }

  .icon-holder {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    margin-right: 3%;
  }

  .icon-holder img {
    width: 60px;
    margin-bottom: 12px;
  }

  .icon-holder p {
    max-width: 184px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 18px;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
  }

  .icon-holder p.timing {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: initial;
  }

  .icon-holder> :last-child {
    padding-bottom: 40px;
  }
}