/* Turn element to flex and center both ways */
/* Give element dimension */
/* Full Screen */
/* Add keyframe to keyframe declaration given keyframe and rules */
/* Create fowards and backwards animation classes from base class name */
/* Give box shadow with browser prefixes */
/*timing functions*/
/*THEME 1*/
/*THEME 2*/
/* TEXT COLOR */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700&display=swap");
/* Montserrat */
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/montserrat/Montserrat-Black.otf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
}
/* gilroy */
@font-face {
  font-family: "gilroy-extra-bold";
  src: url("../fonts/gilroy/Gilroy-ExtraBold.otf");
}
@font-face {
  font-family: "gilroy-light";
  src: url("../fonts/gilroy/Gilroy-Light.otf");
}
/* libre-baskerville */
@font-face {
  font-family: "libre-baskerville-regular";
  src: url("../fonts/libre-baskerville/LibreBaskerville-Regular.otf");
}
@font-face {
  font-family: "libre-baskerville-italic";
  src: url("../fonts/libre-baskerville/LibreBaskerville-Italic.otf");
}
@font-face {
  font-family: "libre-baskerville-bold";
  src: url("../fonts/libre-baskerville/LibreBaskerville-Bold.otf");
}
.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}

textarea.form-control {
  border: 1px solid #ccc;
}

.form-control::placeholder {
  font-weight: normal;
}

.form-control:focus {
  box-shadow: none !important;
}

.row {
  margin: unset;
}

.fc-btn {
  color: #000;
  display: flex;
  align-items: center;
  font-family: "Montserrat-Black";
  font-size: 18px;
  transition: color 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  text-decoration: none !important;
  width: fit-content;
}
.fc-btn:hover {
  color: #6988a6;
}

.fc-btn-ccc:hover {
  color: #ccc;
}

.fc-btn-sm {
  font-size: 14px;
}

.fc-btn_ {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  line-height: 1;
  overflow: visible;
  font-family: "libre-baskerville-italic";
  font-size: 16px;
  color: #222 !important;
  cursor: pointer;
  text-decoration: none !important;
}
.fc-btn_.fc-btn_sm {
  font-size: 12px;
}
.fc-btn_.fc-btn_lg {
  font-size: 18px;
}
@media (min-width: 768px) {
  .fc-btn_.fc-btn_md_lg {
    font-size: 18px;
  }
}
.fc-btn_.fc-btn_bold {
  font-weight: 900;
}
.fc-btn_:hover:before {
  width: calc(100% + 10px);
}
.fc-btn_:hover:after {
  width: 0px;
}
.fc-btn_:before {
  content: "";
  width: 0px;
  height: 50%;
  background: #6988A6;
  position: absolute;
  opacity: 0.5;
  left: -5px;
  z-index: 1;
  transition: width 0.3s cubic-bezier(0.9, 0, 0.01, 1);
}
.fc-btn_:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  bottom: -3px;
  transition: width 0.3s cubic-bezier(0.9, 0, 0.01, 1);
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Montserrat-Regular";
}

body {
  overflow: auto;
}

input {
  border-radius: none;
}

.hidden {
  display: none;
}

nav {
  height: calc(100vh - 80px);
  width: 40px;
  left: -40px;
  top: 40px;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  transition: width 0.5s cubic-bezier(0.9, 0, 0.01, 1), left 0.5s cubic-bezier(0.9, 0, 0.01, 1), height 0.5s cubic-bezier(0.9, 0, 0.01, 1), top 0.5s cubic-bezier(0.9, 0, 0.01, 1), padding 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 768px) {
  nav {
    height: 100vh;
    top: 0;
    width: 0px;
    z-index: 10000;
  }
}
nav.hover {
  width: calc(40px + 4%);
}

@media (min-width: 768px) {
  body.menu-open nav {
    width: 81%;
    height: calc(100vh - 160px);
    top: 80px;
    padding: 0 0 0 17%;
  }
}
@media (max-width: 768px) {
  body.menu-open nav {
    width: calc(100% - 83px);
  }
}

body.loaded nav {
  left: 0px;
}

.navAnimB {
  animation: navAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.navAnimF {
  animation: navAnimF 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

#navContent {
  width: 200px;
  height: 100%;
  display: none;
  position: relative;
  left: -200px;
  opacity: 1;
  transition: left 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #navContent {
    height: 100vh;
    position: fixed;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
  }
}
#navContent.ready {
  display: block;
}
@media (max-width: 768px) {
  #navContent.ready {
    display: flex;
  }
}
@media (min-width: 768px) {
  #navContent ul.social-media, #navContent header strong.social-media, header #navContent strong.social-media {
    display: none !important;
  }
}
#navContent ul.content, #navContent header strong.content, header #navContent strong.content {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  position: absolute;
  top: 3%;
}
@media (max-width: 768px) {
  #navContent ul.content, #navContent header strong.content, header #navContent strong.content {
    position: relative;
    width: 300px;
    padding: 0px;
  }
}
#navContent ul.content li, #navContent header strong.content li, header #navContent strong.content li {
  overflow: hidden;
  position: relative;
  padding: 0 100px 0 8px;
  left: -8px;
}
#navContent ul.content li a, #navContent header strong.content li a, header #navContent strong.content li a {
  top: 40px;
  animation: slideUpShow 0.5s cubic-bezier(0.9, 0, 0.01, 1) forwards;
}
#navContent div {
  position: absolute;
  bottom: -30px;
  line-height: 1.2;
  opacity: 0;
  animation: showContact 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0.5s forwards;
}
@media (max-width: 768px) {
  #navContent div {
    position: relative;
  }
}
#navContent div small {
  font-size: 11px;
}
#navContent div small strong {
  color: #111111;
  font-family: "Montserrat-Bold";
  font-size: 12px;
}

body.menu-open #navContent {
  left: 0px;
}
@media (max-width: 768px) {
  body.menu-open #navContent div {
    position: relative;
  }
}
body.menu-close #navContent {
  opacity: 0;
}

#navLink1 {
  animation-delay: 0.5s !important;
}

#navLink2 {
  animation-delay: 0.55s !important;
}

#navLink3 {
  animation-delay: 0.6s !important;
}

#navLink4 {
  animation-delay: 0.65s !important;
}

#navLink5 {
  animation-delay: 0.7s !important;
}

.navContentAnimB {
  opacity: 1;
  left: 0px;
  top: 0px;
  transform: scale(1);
  animation: navContentAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.navContentAnimF {
  animation: navContentAnimF 0.4s ease 0s forwards;
}

.navLink {
  font-size: 28px;
  font-family: "Montserrat-Black";
  color: #111111;
  width: fit-content;
  position: relative;
  display: block;
}

.navLink:hover {
  text-decoration: none;
  color: #111111;
}

.navLink:hover::after {
  width: 120%;
}

.navLink::after {
  content: "";
  width: 0%;
  height: 36%;
  display: block;
  position: absolute;
  top: 32%;
  left: -8px;
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.9, 0, 0.01, 1);
}

#navLink1::after {
  background: #3c9cf6;
}

#navLink2::after {
  background: #379683;
}

#navLink3::after {
  background: #5CDB95;
}

#navLink4::after {
  background: #8EE4AF;
}

#navLink5::after {
  background: #ccc;
}

.activeNav {
  pointer-events: none;
}

.activeNav::after {
  width: 120% !important;
}

/*SUBMIT PROPOSAL SECTION*/
#proposal-section {
  height: calc(100vh - 80px);
  width: 40px;
  left: 0;
  top: 40px;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  left: unset;
  right: -40px;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.9, 0, 0.01, 1), right 0.5s cubic-bezier(0.9, 0, 0.01, 1), padding 0.5s cubic-bezier(0.9, 0, 0.01, 1), height 0.5s cubic-bezier(0.9, 0, 0.01, 1), top 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #proposal-section {
    display: block;
    height: 100vh;
    top: 0;
    width: 0px;
  }
}
@media (min-width: 768px) {
  #proposal-section.hover {
    width: calc(40px + 4%);
  }
}
#proposal-section #propForm form .form-section .title h3 > span .close-prop {
  display: none;
}
@media (max-width: 768px) {
  #proposal-section #propForm form .form-section .title h3 > span .close-prop {
    display: unset;
  }
}
body.loaded #proposal-section {
  right: 0px;
}
body.menu-open #proposal-section {
  width: 80px;
}
@media (max-width: 768px) {
  body.menu-open #proposal-section {
    width: 20px;
  }
}
@media (min-width: 768px) {
  body.prop-open #proposal-section {
    width: calc(100% - 40px);
    padding: 0 17% 0 40px;
    height: calc(100vh - 160px);
    top: 80px;
  }
}
@media (max-width: 768px) {
  body.prop-open #proposal-section {
    height: 100%;
    top: 0;
    z-index: 10000;
    width: 100vw;
  }
}

.propColAnimB {
  animation: propColAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.propColAnimF {
  animation: propColAnimF 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.propColAnim2B {
  animation: propColAnim2B 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.propColAnim2F {
  animation: propColAnim2F 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

#form1 .row:nth-of-type(1) .slideParent .slideUpShow {
  animation-delay: 0s !important;
}

#form1 .row:nth-of-type(2) .slideParent .slideUpShow {
  animation-delay: 0.08s !important;
}

#form1 .row:nth-of-type(3) .slideParent .slideUpShow {
  animation-delay: 0.16s !important;
}

.arrow {
  position: relative;
  bottom: 7px;
  left: 4px;
}
.arrow svg {
  position: absolute;
  left: 0px;
  transition: left 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}

.fc-btn:hover svg:nth-of-type(1) {
  left: 2px;
}

.fc-btn:hover svg:nth-of-type(2) {
  left: 10px;
}

.propFormAnimB {
  animation: propFormAnimB 0.4s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.propFormAnimF {
  animation: propFormAnimF 0.4s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

#form2 .row:nth-of-type(2) .form-check, #form3 .row:nth-of-type(2) .form-check {
  animation-delay: 0.08s;
}

#form2 .fc-btn, #form3 .fc-btn, #form2 h3, #form3 h3 {
  animation-delay: 0.16s;
}

.fc-btn[data-action=openForm2] {
  animation-delay: 0.24s;
}

body.loaded #main {
  padding: 40px;
}
@media (max-width: 768px) {
  body.loaded #main {
    padding: 0px;
  }
}
body.loaded #main section {
  min-height: calc(100vh - 80px);
}
@media (max-width: 768px) {
  body.loaded #main section {
    min-height: 100vh;
  }
}

#main {
  position: relative;
  width: 100%;
  transition: padding 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  padding: 0px;
}
#main:after {
  content: "";
  background-color: transparent;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 3;
  transition: width 0.5s cubic-bezier(0.9, 0, 0.01, 1), background-color 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
#main:before {
  content: "";
  background-color: #fff;
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 9999;
  transition: top 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
#main section {
  width: 100%;
  min-height: 100vh;
  transition: height 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}

body.menu-open #main:after {
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  background-color: #6988a6;
}
@media (max-width: 768px) {
  body.menu-open #main:after {
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 768px) {
  body.menu-open #main:before {
    top: 0px;
  }
}

body.menu-close #main:after {
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  background-color: transparent;
}

body.animated #main {
  z-index: unset;
}

#hero1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#hero1:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  width: 0%;
  height: 100%;
  background: #c9a066;
  transition: width 1s ease, opacity 1s ease;
  opacity: 0.6;
}
#hero1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #6988a6;
  opacity: 0.6;
  transition: width 1s ease, opacity 1s ease;
  z-index: 2;
}
#hero1 * {
  z-index: 2;
}
#hero1 .hero-background {
  position: fixed;
  height: calc(100vh - 80px);
  top: 40px;
  width: calc(100vw - 80px);
  left: 40px;
  background-image: url(../img/home/me.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transform: scale(1.5);
  transition: transform 1s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.01s linear;
}
@media (max-width: 768px) {
  #hero1 .hero-background {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
}
#hero1 h1 {
  font-weight: bold;
  font-family: "Montserrat-Black";
  font-size: 100px;
  opacity: 0.9;
  line-height: 0.8;
  z-index: 3;
  left: 50%;
  height: calc(100vh - 80px);
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 40px;
  transition: left 1s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #hero1 h1 {
    position: absolute;
    height: 100vh;
    top: 0;
  }
}
#hero1 h1 svg {
  width: 350px;
}
@media (max-width: 768px) {
  #hero1 h1 svg {
    width: 200px;
  }
}
#hero1 h1 svg g {
  stroke-width: 40px;
  stroke: #111;
  fill: none;
}
#hero1 h1 svg g circle, #hero1 h1 svg g line {
  transition: stroke-dashoffset 0.6s ease;
}
#hero1 h1 svg g#hello_dot circle {
  fill: #6988a6;
  stroke: #6988a6;
  stroke-width: 0px;
  transform: matrix(1, 0, 0, 1, 1, 3);
  opacity: 0;
  transition: stroke-width 0.5s ease, opacity 0.5s ease;
  transition-delay: 1s;
}
#hero1 h1 svg g#hello_h line:nth-of-type(1), #hero1 h1 svg g#hello_h line:nth-of-type(3) {
  stroke-dasharray: 152;
  stroke-dashoffset: 152;
}
#hero1 h1 svg g#hello_h line:nth-of-type(1) {
  transition-delay: 0.5s;
}
#hero1 h1 svg g#hello_h line:nth-of-type(2) {
  stroke-dasharray: 82;
  stroke-dashoffset: 82;
  transition-delay: 0.7s;
}
#hero1 h1 svg g#hello_h line:nth-of-type(3) {
  transition-delay: 0.8s;
}
#hero1 h1 svg g#hello_e line:nth-of-type(1) {
  stroke-dasharray: 152;
  stroke-dashoffset: 152;
  transition-delay: 0.6s;
}
#hero1 h1 svg g#hello_e line:nth-of-type(2), #hero1 h1 svg g#hello_e line:nth-of-type(3), #hero1 h1 svg g#hello_e line:nth-of-type(4) {
  stroke-dasharray: 78;
  stroke-dashoffset: 78;
}
#hero1 h1 svg g#hello_e line:nth-of-type(2) {
  transition-delay: 0.7s;
}
#hero1 h1 svg g#hello_e line:nth-of-type(3) {
  transition-delay: 0.8s;
}
#hero1 h1 svg g#hello_e line:nth-of-type(4) {
  transition-delay: 0.9s;
}
#hero1 h1 svg g#hello_l1 line:nth-of-type(1), #hero1 h1 svg g#hello_l2 line:nth-of-type(1) {
  stroke-dasharray: 152;
  stroke-dashoffset: 152;
}
#hero1 h1 svg g#hello_l1 line:nth-of-type(2), #hero1 h1 svg g#hello_l2 line:nth-of-type(2) {
  stroke-dasharray: 78;
  stroke-dashoffset: 78;
}
#hero1 h1 svg g#hello_l1 line:nth-of-type(1) {
  transition-delay: 0.7s;
}
#hero1 h1 svg g#hello_l1 line:nth-of-type(2) {
  transition-delay: 0.9s;
}
#hero1 h1 svg g#hello_l2 line:nth-of-type(1) {
  transition-delay: 0.8s;
}
#hero1 h1 svg g#hello_l2 line:nth-of-type(2) {
  transition-delay: 1s;
}
#hero1 h1 svg g#hello_o circle {
  stroke-dasharray: 384;
  stroke-dashoffset: 384;
  transition-delay: 0.9s;
}
#hero1 .hero-text-wrap {
  position: fixed;
  height: calc(100vh - 80px);
  width: calc(100vw - 80px);
  top: 40px;
  left: 40px;
  padding: 200px 0px 200px 220px;
  z-index: 3;
}
@media (max-width: 1200px) {
  #hero1 .hero-text-wrap {
    padding: 200px 0px 200px 120px;
  }
}
@media (max-width: 768px) {
  #hero1 .hero-text-wrap {
    padding: unset;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0px;
    height: 100vh;
    width: 100%;
  }
}
#hero1 .hero-text-wrap .hero-text {
  height: 100%;
  padding-right: 300px;
}
@media (max-width: 768px) {
  #hero1 .hero-text-wrap .hero-text {
    padding-right: 80px;
    position: absolute;
    bottom: 80px;
    height: fit-content;
    height: -moz-fit-content;
    left: 40px;
  }
}
#hero1 .hero-text-wrap .hero-text small {
  font-family: "libre-baskerville-italic", serif;
  color: #111;
  display: inline-block;
  margin-bottom: 18px;
}
#hero1 .hero-text-wrap .hero-text small span:nth-of-type(1) svg {
  width: 25px;
}
#hero1 .hero-text-wrap .hero-text small span:nth-of-type(1) svg polyline {
  fill: none;
  stroke: #111;
  stroke-width: 5px;
  stroke-dashoffset: 96;
  stroke-dasharray: 96;
  transition: stroke-dashoffset 1s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
}
#hero1 .hero-text-wrap .hero-text small span:nth-of-type(2) {
  position: relative;
  right: 20px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), right 1s cubic-bezier(0.7, 0, 0.3, 1);
}
#hero1 .hero-text-wrap .hero-text p {
  font-family: "gilroy-extra-bold";
  font-size: 23px;
  color: #eee;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1.3;
}
@media (max-width: 1090px) {
  #hero1 .hero-text-wrap .hero-text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #hero1 .hero-text-wrap .hero-text p {
    font-size: 18px;
  }
}
#hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(1) .slide-text {
  transition-delay: 0.2s !important;
}
#hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(2) .slide-text {
  transition-delay: 0.1s !important;
}
#hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(3) .slide-text {
  transition-delay: 0s !important;
}
#hero1 .hero-text-wrap .hero-text p .slide-item .slide-text {
  transition-duration: 0.5s !important;
}
#hero1 .hero-text-wrap .hero-text p > span:nth-of-type(1) {
  color: #111;
}

@keyframes hero-overlay-opacity {
  100% {
    opacity: 0.5;
  }
}
body.loaded #hero1 {
  height: calc(100vh + 800px) !important;
}
@media (max-width: 768px) {
  body.loaded #hero1 {
    height: calc(100vh + 270px) !important;
  }
}
body.loaded #hero1:before, body.loaded #hero1:after {
  width: 50%;
}
body.loaded #hero1 .hero-background {
  transform: scale(1);
}
body.loaded #hero1 h1 {
  left: 0%;
}
body.loaded #hero1 h1 svg g#hello_dot circle {
  stroke-width: 21px;
  opacity: 1;
}
body.loaded #hero1 h1 svg g * {
  stroke-dashoffset: 0 !important;
}

body.animated #hero1 h1, body.animated #hero1:before, body.animated #hero1:after, body.animated #hero1 .scrolldown {
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
body.animated #hero1:before, body.animated #hero1:after {
  transition-delay: 0.07s;
}
body.animated #hero1 .scrolldown {
  transition: bottom 1s cubic-bezier(0.9, 0, 0.01, 1), opacity 1s cubic-bezier(0.7, 0, 0.3, 1);
}

body.scroll-pos-1 #hero1 .hero-background {
  transition: opacity 0.1s linear 1s;
  opacity: 0;
}
body.scroll-pos-1 #hero1:before {
  width: 0%;
}
body.scroll-pos-1 #hero1:after {
  width: 100%;
  opacity: 1;
}
body.scroll-pos-1 #hero1 h1 {
  left: 50%;
}
body.scroll-pos-1 #hero1 .scrolldown {
  transition: bottom 1s cubic-bezier(0.9, 0, 0.01, 1) 1s, opacity 1s cubic-bezier(0.7, 0, 0.3, 1);
  bottom: -77px;
  opacity: 0;
}
@media (max-width: 768px) {
  body.scroll-pos-1 #hero1 .scrolldown {
    bottom: -118px;
  }
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text small .zigzag svg polyline {
  stroke-dashoffset: 0;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text small span:nth-of-type(2) {
  opacity: 1;
  right: 0;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text p .slideParent span {
  top: 0px !important;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(1) .slide-text {
  transition-delay: 0s !important;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(2) .slide-text {
  transition-delay: 0.1s !important;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text p .slide-item:nth-of-type(3) .slide-text {
  transition-delay: 0.2s !important;
}
body.scroll-pos-1 #hero1 .hero-text-wrap .hero-text p .slide-item .slide-text {
  transition-duration: 1s !important;
}

@media (min-width: 768px) {
  body.scroll-pos-2 #hero1 h1, body.scroll-pos-2 #hero1 .hero-text-wrap {
    position: absolute;
    top: unset;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  body.scroll-pos-2 #hero1 .hero-text-wrap {
    left: 0;
  }
}
body.scroll-pos-2 #hero1 .hero-background {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
}

#sec1 {
  background-color: #379683;
}

#sec2 {
  background-color: #5CDB95;
}

#sec3 {
  background-color: #8EE4AF;
}

#sec4 {
  background-color: #ccc;
}

header ul, header strong, #navContent ul.social-media, #navContent header strong.social-media, header #navContent strong.social-media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 90px;
}
header ul li a img, header strong li a img, #navContent ul.social-media li a img, #navContent header strong.social-media li a img, header #navContent strong.social-media li a img {
  height: 9px;
}
@media (max-width: 768px) {
  header ul li a img, header strong li a img, #navContent ul.social-media li a img, #navContent header strong.social-media li a img, header #navContent strong.social-media li a img {
    height: 11px;
  }
}

header {
  width: 100%;
  height: 40px;
  position: fixed;
  background-color: #fff;
  z-index: 4;
  top: -40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: calc(40px + 3px);
  padding-left: calc(40px + 3px);
  box-sizing: border-box;
  opacity: 1;
  transition: top 0.5s cubic-bezier(0.9, 0, 0.01, 1), height 0.5s cubic-bezier(0.9, 0, 0.01, 1), padding 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  header {
    background-color: transparent;
    height: 50px;
    padding: 0 30px;
    z-index: 9999;
    top: -100px;
    transition: top 1s cubic-bezier(0.9, 0, 0.01, 1);
  }
  header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #fff;
    top: -20px;
    left: 0;
    transition: top 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  }
}
header img {
  height: 20px;
}
@media (max-width: 768px) {
  header ul, header strong {
    display: none;
  }
}
header strong {
  height: 10px;
  display: none;
}

body.loaded header {
  top: 0px;
}
@media (min-width: 768px) {
  body.menu-open header {
    padding: 50px 83px 0 17%;
    height: 80px;
  }
}
@media (max-width: 768px) {
  body.menu-open header:before {
    top: 0px;
  }
}
@media (min-width: 768px) {
  body.prop-open header {
    padding: 50px 17% 0 83px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  body.prop-open header {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  body.animated header {
    transition: top 0.5s cubic-bezier(0.9, 0, 0.01, 1), height 0.5s cubic-bezier(0.9, 0, 0.01, 1), padding 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  }
}
@media (max-width: 768px) {
  body.loading header {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  body.transitioned header {
    position: absolute;
  }
}

@media (max-width: 768px) {
  #logo {
    position: relative;
    top: 27px;
  }
}

.headerAnimB {
  animation: headerAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.headerAnimF {
  animation: headerAnimF 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.headerAnim2B {
  animation: headerAnim2B 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.headerAnim2F {
  animation: headerAnim2F 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

footer {
  position: fixed;
  width: 100%;
  height: 40px;
  bottom: -40px;
  background-color: #fff;
  z-index: 10;
  transition: bottom 0.5s cubic-bezier(0.9, 0, 0.01, 1), height 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  footer {
    height: 0px;
  }
}

body.menu-open footer {
  height: 80px;
}
@media (max-width: 768px) {
  body.menu-open footer {
    height: 20px;
  }
}
@media (min-width: 768px) {
  body.prop-open footer {
    height: 80px;
  }
}

body.loaded footer {
  bottom: 0px;
}

.footerAnimB {
  animation: footerAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.footerAnimF {
  animation: footerAnimF 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

/*Proposal form */
#sec1 {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  #sec1 {
    height: 260px !important;
    min-height: unset !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #sec1 {
    height: 50vh !important;
  }
}
#sec1 div {
  background-image: url(../img/home/video-visuel-large-2.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
}
#sec1 div:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #c9a066;
  opacity: 0.3;
}
@media (max-width: 768px) {
  #sec1 div {
    height: calc(100% + 250px);
  }
}

#sec2 {
  background-color: #f3f3f3;
  padding: 110px 0 0;
}
@media (max-width: 768px) {
  #sec2 {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  #sec2 .row.sec2-head .col-12 {
    padding: 0;
  }
}
#sec2 .row.sec2-head > div > div {
  padding-left: 17%;
}
@media (max-width: 1200px) {
  #sec2 .row.sec2-head > div > div {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #sec2 .row.sec2-head > div > div {
    padding-left: 40px;
  }
}
#sec2 .row.sec2-head > div > div h1 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #6988a6;
  font-size: 95px;
}
@media (max-width: 768px) {
  #sec2 .row.sec2-head > div > div h1 {
    font-size: 50px;
  }
}
#sec2 .row.sec2-head > div > div h1 .slide-item:nth-of-type(1) {
  font-family: "Montserrat-Black";
}
#sec2 .row.sec2-head > div > div h1 span:nth-of-type(2) {
  line-height: 0.8;
}
#sec2 .row.sec2-descr {
  margin-top: 100px;
  padding-left: 17%;
}
@media (max-width: 1200px) {
  #sec2 .row.sec2-descr {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr {
    margin-top: 30px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #sec2 .row.sec2-descr .descr-block {
    max-width: 37%;
    flex: 0 0 37%;
  }
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .descr-block {
    padding: 0 40px 60px;
  }
}
#sec2 .row.sec2-descr .descr-block:nth-of-type(1) div {
  padding-right: 80px;
}
@media (max-width: 991px) {
  #sec2 .row.sec2-descr .descr-block:nth-of-type(1) div {
    padding-right: 40px;
  }
}
#sec2 .row.sec2-descr .descr-block:nth-of-type(1) div h3 {
  font-family: "Montserrat-Black";
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .descr-block:nth-of-type(1) div h3 {
    font-size: 20px;
    margin: 0 0 35px;
  }
}
#sec2 .row.sec2-descr .descr-block:nth-of-type(1) div h3 .libre-text {
  font-family: "libre-baskerville-italic", serif;
}
#sec2 .row.sec2-descr .descr-block:nth-of-type(1) div h3 .dot {
  color: #6988a6;
  font-size: 25px;
  line-height: 0;
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .descr-block:nth-of-type(1) div h3 .dot {
    font-size: 20px;
  }
}
#sec2 .row.sec2-descr .descr-block:nth-of-type(1) div p.descr {
  margin-bottom: 40px;
  color: #666;
  font-weight: 900;
}
#sec2 .row.sec2-descr .skill-block {
  padding: 0;
}
#sec2 .row.sec2-descr .skill-block.scrolled > div:before {
  width: 100%;
}
#sec2 .row.sec2-descr .skill-block .col-sm-6 {
  padding: 0;
}
@media (min-width: 768px) {
  #sec2 .row.sec2-descr .skill-block {
    max-width: 63%;
    flex: 0 0 63%;
  }
}
#sec2 .row.sec2-descr .skill-block > div {
  padding: 60px;
  position: relative;
}
#sec2 .row.sec2-descr .skill-block > div:before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #1C1B20;
  right: 0;
  top: 0;
  transition: width 1s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .skill-block > div {
    padding: 50px 40px;
  }
}
#sec2 .row.sec2-descr .skill-block > div .row:nth-of-type(1) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .skill-block > div .row:nth-of-type(1) {
    margin-bottom: 0;
  }
}
#sec2 .row.sec2-descr .skill-block > div .skill-item {
  margin-bottom: 20px;
}
#sec2 .row.sec2-descr .skill-block > div .skill-item.last {
  margin-bottom: 0;
}
#sec2 .row.sec2-descr .skill-block > div .skill-item h4 {
  font-size: 12px;
  font-family: "Montserrat-Black";
  color: #eee;
  margin: 5px 0 20px;
}
#sec2 .row.sec2-descr .skill-block > div .skill-item ul, #sec2 .row.sec2-descr .skill-block > div .skill-item header strong, header #sec2 .row.sec2-descr .skill-block > div .skill-item strong {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
  font-weight: 900;
  font-size: 15px;
}
@media (max-width: 768px) {
  #sec2 .row.sec2-descr .skill-block > div .skill-item ul, #sec2 .row.sec2-descr .skill-block > div .skill-item header strong, header #sec2 .row.sec2-descr .skill-block > div .skill-item strong {
    font-size: 12px;
  }
}

#sec3 {
  background-color: #f3f3f3;
  padding: 110px 0 0;
}
@media (max-width: 768px) {
  #sec3 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #sec3 .row.sec3-head .col-12 {
    padding: 0;
  }
}
#sec3 .row.sec3-head > div > div {
  padding-left: 17%;
}
@media (max-width: 1200px) {
  #sec3 .row.sec3-head > div > div {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #sec3 .row.sec3-head > div > div {
    padding-left: 40px;
  }
}
#sec3 .row.sec3-head > div > div h1 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #1C1B20;
  font-size: 95px;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-head > div > div h1 {
    font-size: 50px;
  }
}
#sec3 .row.sec3-head > div > div h1 .slide-item:nth-of-type(1) {
  font-family: "Montserrat-Black";
}
#sec3 .row.sec3-head > div > div h1 span:nth-of-type(2) {
  line-height: 0.8;
}
#sec3 .row.sec3-descr {
  margin-top: 70px;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr {
    margin-top: 30px;
    padding: 0;
    flex-direction: column-reverse;
  }
}
#sec3 .row.sec3-descr .img-block {
  padding: 0;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .img-block {
    padding-bottom: 60px;
  }
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .img-block:nth-of-type(1) > div {
    width: 100%;
  }
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .img-2 {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .img-2.scrolled:before {
  width: 0%;
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .img-2:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 1;
  transition: width 1s cubic-bezier(0.7, 0, 0.3, 1);
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .img-2 div {
  width: 100%;
  height: calc(100% + 200px);
  background-image: url("../img/home/placeholder-2.jpg");
  background-size: cover;
  background-position: center center;
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .descr-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .descr-2 {
    padding-right: 40px;
  }
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .descr-2 .project-title {
  font-size: 9.5px;
  font-family: "Montserrat-Black";
  margin: 20px 0 3px;
}
#sec3 .row.sec3-descr .img-block:nth-of-type(1) > div .descr-2 .project-type {
  font-size: 10px;
  color: #aaa;
  font-family: "libre-baskerville-italic", serif;
  margin-bottom: 17px;
}
#sec3 .row.sec3-descr .descr-block {
  padding: 0;
}
#sec3 .row.sec3-descr .descr-block div {
  width: 212px;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .descr-block div {
    padding: 0 40px 60px;
    width: unset;
  }
}
#sec3 .row.sec3-descr .descr-block div h3 {
  font-family: "Montserrat-Black";
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .descr-block div h3 {
    font-size: 20px;
    margin: 0 0 35px;
  }
}
#sec3 .row.sec3-descr .descr-block div h3 .libre-text {
  font-family: "libre-baskerville-italic", serif;
}
#sec3 .row.sec3-descr .descr-block div h3 .dot {
  color: #6988a6;
  font-size: 25px;
  line-height: 0;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .descr-block div h3 .dot {
    font-size: 20px;
  }
}
#sec3 .row.sec3-descr .descr-block div p.descr {
  margin-bottom: 50px;
  color: #666;
  font-weight: 900;
}
@media (max-width: 768px) {
  #sec3 .row.sec3-descr .descr-block div p.descr {
    margin-bottom: 40px;
  }
}

#sec4 {
  background-color: #f3f3f3;
  padding: 110px 0 0;
}
@media (max-width: 768px) {
  #sec4 {
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  #sec4 .row.sec4-head .col-12 {
    padding: 0;
  }
}
#sec4 .row.sec4-head > div > div {
  padding-left: 17%;
}
@media (max-width: 1200px) {
  #sec4 .row.sec4-head > div > div {
    padding-left: 10%;
  }
}
@media (max-width: 768px) {
  #sec4 .row.sec4-head > div > div {
    padding-left: 40px;
  }
}
#sec4 .row.sec4-head > div > div h1 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  color: #ba8842;
  font-size: 95px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-head > div > div h1 {
    font-size: 50px;
    margin-bottom: -20px;
  }
}
#sec4 .row.sec4-head > div > div h1 .slide-item:nth-of-type(1) {
  font-family: "Montserrat-Black";
}
#sec4 .row.sec4-head > div > div h1 span:nth-of-type(2) {
  line-height: 0.8;
}
#sec4 .row.sec4-hero.scrolled .hero-wrap:before {
  height: 0%;
}
#sec4 .row.sec4-hero .hero-wrap {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}
#sec4 .row.sec4-hero .hero-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  transition: height 1s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  #sec4 .row.sec4-hero .hero-wrap {
    height: 260px;
  }
}
#sec4 .row.sec4-hero .hero-wrap .hero {
  width: 100%;
  height: calc(100% + 300px);
  background: url("../img/home/factory.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-hero .hero-wrap .hero {
    height: calc(100% + 250px);
  }
}
#sec4 .row.sec4-descr {
  margin-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-descr {
    margin: 0;
    padding: 40px;
  }
}
#sec4 .row.sec4-descr .title {
  padding: 0;
}
@media (min-width: 768px) {
  #sec4 .row.sec4-descr .title {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
#sec4 .row.sec4-descr .title h3 {
  font-family: "Montserrat-Black";
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-descr .title h3 {
    font-size: 20px;
    margin: 0 0 35px;
  }
}
#sec4 .row.sec4-descr .title h3 .libre-text {
  font-family: "libre-baskerville-italic", serif;
}
#sec4 .row.sec4-descr .title h3 .dot {
  color: #6988a6;
  font-size: 25px;
  line-height: 0;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-descr .title h3 .dot {
    font-size: 20px;
  }
}
#sec4 .row.sec4-descr .title .slide-item {
  display: block;
}
#sec4 .row.sec4-descr .body {
  padding: 0;
}
@media (min-width: 768px) {
  #sec4 .row.sec4-descr .body {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
#sec4 .row.sec4-descr .body div {
  padding-right: 34%;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-descr .body div {
    padding: 0;
  }
}
#sec4 .row.sec4-descr .body div p.descr {
  margin-bottom: 50px;
  color: #666;
  font-weight: 900;
}
@media (max-width: 768px) {
  #sec4 .row.sec4-descr .body div p.descr {
    margin-bottom: 40px;
  }
}

#sec5 {
  min-height: unset !important;
  width: calc(100% - 80px) !important;
  background: #fff;
  height: auto !important;
}
#sec5 > div {
  padding: 60px 0 20px;
}
@media (max-width: 768px) {
  #sec5 > div {
    padding: 40px 0 40px;
    box-sizing: unset !important;
  }
}
#sec5 > div .row .sec5-breif {
  padding-left: 11%;
}
@media (max-width: 768px) {
  #sec5 > div .row .sec5-breif {
    padding-left: 40px;
  }
}
#sec5 > div .row .sec5-breif div small {
  font-family: "libre-baskerville-italic", serif;
  font-size: 11px;
}
#sec5 > div .row .sec5-breif div a {
  font-family: "Montserrat-Black";
  font-size: 20px;
}
#sec5 > div .row .sec5-addr {
  padding: 0;
}
@media (max-width: 768px) {
  #sec5 > div .row .sec5-addr {
    display: none;
  }
}
#sec5 > div .row .sec5-addr > div .contact-info {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
#sec5 > div .row .sec5-addr > div .contact-info small {
  font-size: 11px;
}
#sec5 > div .row .sec5-addr > div .contact-info small strong {
  color: #111111;
  font-family: "Montserrat-Bold";
  font-size: 12px;
}

.scrolldown {
  position: fixed;
  bottom: -77px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-80px) translateX(-50%) rotate(45deg);
  z-index: 3 !important;
  transition: bottom 1s cubic-bezier(0.9, 0, 0.01, 1), opacity 1s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .scrolldown {
    bottom: -118px;
  }
}
.scrolldown span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  animation: animate 1.5s linear infinite;
  opacity: 0;
}
.scrolldown span:nth-child(1) {
  transform: translate(-15px, -15px);
  animation-delay: -0.4s;
}
.scrolldown span:nth-child(2) {
  transform: translate(0, 0);
  animation-delay: -0.2s;
}
.scrolldown span:nth-child(3) {
  transform: translate(15px, 15px);
  animation-delay: 0s;
}

body.loaded .scrolldown {
  bottom: 20px;
}

@keyframes animate {
  0% {
    top: -5px;
    left: -5px;
    opacity: 0;
  }
  25% {
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  50%, 100% {
    top: 5px;
    left: 5px;
    opacity: 0;
  }
}
#propForm {
  width: 100%;
  display: none;
  position: relative;
  left: 0px;
}
@media (max-width: 768px) {
  #propForm {
    height: 100%;
  }
}
#propForm form {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #propForm form {
    height: 100%;
  }
}
#propForm form .form-section {
  font-family: "Montserrat-Bold";
  width: 100%;
}
@media (max-width: 768px) {
  #propForm form .form-section {
    height: 100%;
  }
  #propForm form .form-section:not(#form4) {
    grid-template-rows: 50px 1fr 50px;
  }
  #propForm form .form-section:not(#form4):not(.hidden) {
    display: grid;
  }
}
#propForm form .form-section.error .title {
  background-color: #dc3545 !important;
}
#propForm form .form-section.error .view .title {
  background-color: #dc3545 !important;
}
@media (max-width: 768px) {
  #propForm form .form-section .view {
    height: calc(100% - 50px);
    grid-template-rows: 50px 1fr;
  }
}
@media (min-width: 768px) {
  #propForm form .form-section .view .fields {
    width: 100%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  #propForm form .form-section .view .fields .form-group {
    min-width: 1000px;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .view .fields .form-group {
    height: 100%;
    overflow: auto;
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .view .fields .form-group .row {
    display: grid;
    grid-template-rows: calc(50% - 5px) calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    margin: 0;
    padding: 0;
    height: auto;
    grid-gap: 10px;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .view .fields .form-group .row .col-md-3 {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .view .fields .form-group .row .col-md-3 .slideParent .form-check {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .fields {
    padding: 30px 20px 20px;
    overflow: auto;
  }
}
@media (max-width: 320px) {
  #propForm form .form-section .fields {
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .fields .tray {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .fields .tray .form-check {
    padding-left: 0px;
    transition: padding 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .fields .tray .form-check.checked input[type=checkbox] {
    margin: 0;
    right: 10px;
    top: 10px;
    z-index: 5;
  }
}
#propForm form .form-section .title {
  background: #6988a6;
  width: fit-content;
  width: -moz-fit-content;
  clip-path: polygon(0% 0%, 78% 0%, 100% 100%, 0% 100%);
  transition: background-color 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #propForm form .form-section .title {
    clip-path: unset;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #6988a6;
    color: #fff;
    margin: 0 !important;
  }
}
#propForm form .form-section .title h3 {
  padding: 10px 69px 10px 15px;
  font-size: 20px;
  color: #fff;
  width: fit-content;
  margin: 0 !important;
  font-family: "Montserrat-Black";
}
@media (max-width: 768px) {
  #propForm form .form-section .title h3 {
    font-size: 18px;
    padding: 0;
    height: 100%;
    line-height: 50px;
  }
}
#propForm form .form-section .title h3 span {
  transition: opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #propForm form .form-section .title h3 span {
    position: absolute;
  }
}
#propForm form .form-section .title h3 span.text {
  opacity: 1;
}
#propForm form .form-section .title h3 span.error-text {
  opacity: 0;
}
#propForm form .form-section .title span.close-prop {
  display: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  #propForm form .form-section .title span.close-prop {
    display: unset;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .actions {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .actions .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .actions .row .col {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #propForm form .form-section .actions .row .col:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
    padding-right: 12px;
  }
}
#propForm form .form-section .input-row-text > div {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #propForm form .form-section .input-row-text > div {
    margin-bottom: 15px;
  }
}
#propForm form .form-section .input-row-check > div {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #propForm form .form-section .input-row-check > div {
    margin-bottom: 15px;
  }
}
#propForm form .form-section .input-row-btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #propForm form .form-section .form-group {
    position: relative;
  }
}
#propForm form .form-section .form-group.error {
  /* OVERFLOW VISIBLE & AUTO SPECIFY IN HTML */
}
@media (max-width: 768px) {
  #propForm form .form-section .form-group.error {
    overflow: visible !important;
  }
}
#propForm form .form-section .form-group.error input, #propForm form .form-section .form-group.error select {
  border-bottom: 1px solid #dc3545;
}
#propForm form .form-section .form-group.error:after {
  content: attr(data-error);
  color: #dc3545;
  font-size: 11px;
  position: absolute;
  padding-top: 1px;
  opacity: 0;
  animation: error-text 0.5s cubic-bezier(0.9, 0, 0.01, 1) forwards;
}

@keyframes error-text {
  100% {
    opacity: 1;
  }
}
#form1 {
  width: 100%;
}
#form1 h3 {
  animation-delay: 0.24s;
}

#form2, #form3 {
  position: absolute;
  left: 0;
  width: 80%;
}
#form2 label, #form3 label {
  cursor: pointer;
  text-align: center;
  padding: 20px;
}
#form2 label svg, #form3 label svg {
  width: 100%;
  height: 130px;
  filter: invert(35%);
  transition: all 0.2s cubic-bezier(0.9, 0, 0.01, 1);
  transform: scale(1);
}
@media (max-width: 768px) {
  #form2 label svg, #form3 label svg {
    height: auto;
  }
}
#form2 label .label, #form3 label .label {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #555;
  transition: all 0.2s cubic-bezier(0.9, 0, 0.01, 1);
  position: relative;
  top: 0;
}
@media not_mobile {
  #form2 label:hover svg, #form3 label:hover svg {
    filter: invert(0%);
  }
}
#form2 label:hover .label, #form3 label:hover .label {
  color: #000;
}
#form2 label.selected svg, #form3 label.selected svg {
  filter: invert(0%);
  transform: scale(1.2);
}
#form2 label.selected .label, #form3 label.selected .label {
  top: 15px;
  color: #000;
}

#form3 h3 span {
  padding-right: 60px !important;
}
#form3 .project-desc-row .form-group {
  height: 200px;
}
@media (max-width: 768px) {
  #form3 .project-desc-row .form-group {
    height: 300px;
  }
}
#form3 .project-desc-row .form-group textarea {
  height: 100%;
}

#form4 .view h3 span {
  padding-right: 60px !important;
}
@media (min-width: 768px) {
  #form4 .view .fields .form-group {
    padding-top: 15px;
  }
}
#form4 .slideParent {
  transition: all 0.2s cubic-bezier(0.9, 0, 0.01, 1);
}
#form4 .slideParent * {
  transition: all 0.2s cubic-bezier(0.9, 0, 0.01, 1);
}
#form4 .slideParent:hover .label-wrap .card-img-top svg {
  filter: invert(10%);
}
@media (min-width: 768px) {
  #form4 .slideParent.selected {
    transform: scale(1.1);
    overflow: visible;
  }
}
@media (min-width: 768px) {
  #form4 .slideParent.selected input[type=radio], #form4 .slideParent.selected input[type=checkbox] {
    opacity: 1 !important;
  }
}
#form4 .slideParent.selected .label-wrap {
  background-color: #c9a066;
}
@media not_mobile {
  #form4 .slideParent.selected .label-wrap {
    box-shadow: 2px 8px 11px #aaa;
  }
}
#form4 .slideParent.selected .label-wrap .check-mark {
  opacity: 1 !important;
}
#form4 .slideParent.selected .label-wrap .card-img-top svg {
  filter: invert(0%) !important;
}
#form4 .slideParent input[type=radio], #form4 .slideParent input[type=checkbox] {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.9, 0, 0.01, 1);
}
#form4 .slideParent .label-wrap {
  background-color: #ba8842;
  height: 300px;
  width: 100%;
  position: relative;
  color: #eee;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
#form4 .slideParent .label-wrap .check-mark {
  font-size: 20px;
  color: #c9a066;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  font-weight: 900;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.9, 0, 0.01, 1);
}
#form4 .slideParent .label-wrap .card-img-top {
  background: #ddd;
  min-height: 43%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#form4 .slideParent .label-wrap .card-img-top svg {
  height: 80px;
  filter: invert(20%);
}
#form4 .slideParent .label-wrap .card-body {
  padding: 15px;
}
@media (max-width: 768px) {
  #form4 .slideParent .label-wrap .card-body {
    padding: 10px;
  }
}
#form4 .slideParent .label-wrap .card-body .card-title {
  font-size: 16px;
}
@media (max-width: 768px) {
  #form4 .slideParent .label-wrap .card-body .card-title {
    font-size: 14px;
  }
}
#form4 .slideParent .label-wrap .card-body .card-text {
  font-size: 12px;
  font-family: "Montserrat-Regular";
}
@media (max-width: 768px) {
  #form4 .slideParent .label-wrap .card-body .card-text {
    font-size: 10px;
  }
}
#form4 .slideParent .label-wrap .card-body .budget strong {
  font-size: 12px;
}
@media (max-width: 768px) {
  #form4 .slideParent .label-wrap .card-body .budget strong {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #form4 .slideParent .label-wrap .card-body .budget span {
    font-size: 11px;
  }
}

#message-sent-success {
  height: 400px;
}
#message-sent-success.slideUpShow {
  top: 400px;
}
#message-sent-success span.close-prop {
  display: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
@media (max-width: 768px) {
  #message-sent-success span.close-prop {
    display: unset;
  }
}
#message-sent-success > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}
#message-sent-success > div .icon-wrap {
  width: 150px;
}
@media (max-width: 768px) {
  #message-sent-success > div .icon-wrap {
    width: 130px;
  }
}
#message-sent-success > div .icon-wrap img {
  width: 100%;
}
#message-sent-success > div h4 {
  margin: 30px 0;
  font-family: "Montserrat-Black";
}
@media (max-width: 768px) {
  #message-sent-success > div h4 {
    font-size: 20px;
  }
}
#message-sent-success > div p {
  font-size: 12px;
  font-weight: 100 !important;
  font-family: "Montserrat-Regular";
}

#mPrompt, #mPrompt-mobile, #proposal-prompt {
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: -30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: #fff;
  transition: left 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  #mPrompt, #mPrompt-mobile, #proposal-prompt {
    background-color: #eee;
  }
}
#mPrompt:after, #mPrompt-mobile:after, #proposal-prompt:after {
  -webkit-box-shadow: 0 3px 5px #000;
  -moz-box-shadow: 0 3px 5px #000;
  -ms-box-shadow: 0 3px 5px #000;
  box-shadow: 0 3px 5px #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
}
#mPrompt[data-loaded=true] #menu-letters, [data-loaded=true]#mPrompt-mobile #menu-letters, [data-loaded=true]#proposal-prompt #menu-letters {
  opacity: 1;
  text-shadow: 0 0 0px #000;
}
#mPrompt[data-animation=close]:after, [data-animation=close]#mPrompt-mobile:after, [data-animation=close]#proposal-prompt:after {
  opacity: 0;
}
#mPrompt[data-animation=close] #menu-letters, [data-animation=close]#mPrompt-mobile #menu-letters, [data-animation=close]#proposal-prompt #menu-letters {
  color: #000;
}
#mPrompt[data-animation=close] .menu-lines .menu-line:nth-of-type(1), [data-animation=close]#mPrompt-mobile .menu-lines .menu-line:nth-of-type(1), [data-animation=close]#proposal-prompt .menu-lines .menu-line:nth-of-type(1) {
  width: 80%;
  transform: rotate(45deg);
  position: absolute;
  top: 48%;
  right: 11%;
}
#mPrompt[data-animation=close] .menu-lines .menu-line:nth-of-type(2), [data-animation=close]#mPrompt-mobile .menu-lines .menu-line:nth-of-type(2), [data-animation=close]#proposal-prompt .menu-lines .menu-line:nth-of-type(2) {
  opacity: 0;
}
#mPrompt[data-animation=close] .menu-lines .menu-line:nth-of-type(3), [data-animation=close]#mPrompt-mobile .menu-lines .menu-line:nth-of-type(3), [data-animation=close]#proposal-prompt .menu-lines .menu-line:nth-of-type(3) {
  width: 80%;
  transform: rotate(-45deg);
  position: absolute;
  top: 49%;
  left: 11%;
}
#mPrompt[data-animation=open]:hover:after, [data-animation=open]#mPrompt-mobile:hover:after, [data-animation=open]#proposal-prompt:hover:after {
  opacity: 0;
}
#mPrompt[data-animation=open]:hover #menu-letters, [data-animation=open]#mPrompt-mobile:hover #menu-letters, [data-animation=open]#proposal-prompt:hover #menu-letters {
  color: #000;
}
#mPrompt[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(1), [data-animation=open]#mPrompt-mobile:hover .menu-lines .menu-line:nth-of-type(1), [data-animation=open]#proposal-prompt:hover .menu-lines .menu-line:nth-of-type(1) {
  width: 110%;
}
#mPrompt[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(2), [data-animation=open]#mPrompt-mobile:hover .menu-lines .menu-line:nth-of-type(2), [data-animation=open]#proposal-prompt:hover .menu-lines .menu-line:nth-of-type(2) {
  width: 170%;
}
#mPrompt[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(3), [data-animation=open]#mPrompt-mobile:hover .menu-lines .menu-line:nth-of-type(3), [data-animation=open]#proposal-prompt:hover .menu-lines .menu-line:nth-of-type(3) {
  width: 90%;
}
#mPrompt .menu-lines, #mPrompt-mobile .menu-lines, #proposal-prompt .menu-lines {
  height: 31%;
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
#mPrompt .menu-lines .menu-line, #mPrompt-mobile .menu-lines .menu-line, #proposal-prompt .menu-lines .menu-line {
  width: 100%;
  height: 2px;
  background: #000;
  transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
#mPrompt .menu-lines .menu-line:nth-of-type(1), #mPrompt-mobile .menu-lines .menu-line:nth-of-type(1), #proposal-prompt .menu-lines .menu-line:nth-of-type(1) {
  width: 80%;
}
#mPrompt .menu-lines .menu-line:nth-of-type(3), #mPrompt-mobile .menu-lines .menu-line:nth-of-type(3), #proposal-prompt .menu-lines .menu-line:nth-of-type(3) {
  width: 60%;
}
#mPrompt #menu-letters, #mPrompt-mobile #menu-letters, #proposal-prompt #menu-letters {
  font-family: "Montserrat-Bold";
  transform: rotate(-180deg);
  position: absolute;
  left: 38px;
  height: 34px;
  color: #ccc;
  font-size: 7px;
  opacity: 0;
  text-shadow: 0 0 2px #000;
  transition: all 0.4s cubic-bezier(0.9, 0, 0.01, 1);
}
#mPrompt .menu-icon, #mPrompt-mobile .menu-icon, #proposal-prompt .menu-icon {
  width: 50%;
}

@media (max-width: 768px) {
  #mPrompt.menu-prompt, .menu-prompt#mPrompt-mobile, .menu-prompt#proposal-prompt {
    display: none !important;
  }
}
#mPrompt.menu-prompt.hidden, .menu-prompt.hidden#mPrompt-mobile, .menu-prompt.hidden#proposal-prompt {
  display: none !important;
}

body.loaded #mPrompt, body.loaded #mPrompt-mobile, body.loaded #proposal-prompt {
  left: 25px;
  opacity: 1;
}

body.menu-open #mPrompt, body.menu-open #mPrompt-mobile, body.menu-open #proposal-prompt {
  left: 9%;
}

body.loading #mPrompt.menu-prompt, body.loading .menu-prompt#mPrompt-mobile, body.loading .menu-prompt#proposal-prompt {
  opacity: 0;
  pointer-events: none;
}

.mprompt-animate {
  animation: mPrompt 1s ease forwards;
}

.guideText {
  writing-mode: vertical-rl;
}

#proposal-prompt {
  width: 30px;
  left: unset !important;
  right: -30px;
  transition: right 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  z-index: 1;
}
@media (max-width: 768px) {
  #proposal-prompt {
    display: flex;
    position: fixed;
    bottom: -50px;
    height: 43px;
    width: 43px;
    right: 30px;
    transition: bottom 1s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.5s cubic-bezier(0.9, 0, 0.01, 1);
  }
  #proposal-prompt svg {
    width: 80%;
  }
  #proposal-prompt:after {
    box-shadow: none;
  }
  #proposal-prompt .proposal-letters {
    writing-mode: unset !important;
    height: 60px !important;
    bottom: 61px !important;
    right: 0px !important;
  }
  #proposal-prompt .proposal-letters:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    right: 9px !important;
    transform: rotate(135deg) skew(-15deg, -15deg) !important;
    top: unset !important;
    bottom: -2px;
  }
  #proposal-prompt[data-animation=open]:hover .proposal-letters {
    right: 0 !important;
    transform: scale(1) !important;
  }
  #proposal-prompt[data-animation=open]:hover svg {
    transform: scale(1) !important;
  }
}
#proposal-prompt[data-animation=open]:hover .proposal-letters {
  right: 35px;
  transform: scale(0.8);
}
#proposal-prompt[data-animation=open]:hover svg {
  transform: scale(1.4);
}
#proposal-prompt svg {
  opacity: 1;
  height: 30px;
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.01, 1), opacity 0.4s cubic-bezier(0.9, 0, 0.01, 1);
}
#proposal-prompt .close {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s cubic-bezier(0.9, 0, 0.01, 1);
}
#proposal-prompt .proposal-letters {
  font-family: "Montserrat-Bold";
  letter-spacing: 1.3px;
  writing-mode: vertical-rl;
  transform: rotate(0deg);
  color: #000;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  height: 190px;
  font-size: 10px;
  text-align: center;
  right: 49px;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.9, 0, 0.01, 1), right 0.4s cubic-bezier(0.9, 0, 0.01, 1), transform 0.4s cubic-bezier(0.9, 0, 0.01, 1);
}
#proposal-prompt .proposal-letters:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 25px;
  right: -4px;
  transform: rotate(45deg) skew(-15deg, -15deg);
  top: calc(50% - 13px);
  clip-path: polygon(15% -29%, 100% 0%, 145% 100%);
}
#proposal-prompt .proposal-letters span {
  position: relative;
  z-index: 2;
}

body.loaded #proposal-prompt {
  left: unset;
  right: 25px;
}
@media (max-width: 768px) {
  body.loaded #proposal-prompt {
    bottom: 30px;
    right: 30px;
  }
}
body.loaded #proposal-prompt .proposal-letters {
  opacity: 1;
}
body.prop-open #proposal-prompt {
  right: 9%;
}
body.prop-open #proposal-prompt .close {
  opacity: 1;
}
body.prop-open #proposal-prompt svg {
  opacity: 0;
}
body.prop-open #proposal-prompt .proposal-letters {
  right: 25px;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  body.prop-open #proposal-prompt {
    opacity: 0;
    pointer-events: none !important;
  }
}
body.loading #proposal-prompt {
  opacity: 0;
  pointer-events: none;
}

#mPrompt-mobile {
  position: relative;
  left: unset;
  right: unset;
  height: 43px;
  width: 43px;
  display: none;
}
@media (max-width: 768px) {
  #mPrompt-mobile {
    display: flex;
    top: 27px;
  }
}
#mPrompt-mobile[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(1) {
  width: 80%;
}
#mPrompt-mobile[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(2) {
  width: 100%;
}
#mPrompt-mobile[data-animation=open]:hover .menu-lines .menu-line:nth-of-type(3) {
  width: 60%;
}
#mPrompt-mobile:after {
  box-shadow: none;
}
#mPrompt-mobile .menu-lines {
  height: 25%;
  width: 50%;
}

body.loaded #mPrompt-mobile {
  left: unset;
}
body.menu-open #mPrompt-mobile .menu-lines {
  justify-content: center;
  align-items: center;
}
body.menu-open #mPrompt-mobile .menu-lines .menu-line:nth-of-type(1) {
  width: 50%;
  top: unset;
  right: unset;
}
body.menu-open #mPrompt-mobile .menu-lines .menu-line:nth-of-type(2) {
  opacity: 0;
}
body.menu-open #mPrompt-mobile .menu-lines .menu-line:nth-of-type(3) {
  width: 50%;
  top: unset;
  left: unset;
}
body.transitioned #mPrompt-mobile {
  position: fixed;
  right: 30px;
  top: 30px;
}

.propPromptAnimB {
  animation: propPromptAnimB 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.propPromptAnimF {
  animation: propPromptAnimF 0.5s cubic-bezier(0.9, 0, 0.01, 1) 0s forwards;
}

.pPromptAnimate {
  animation: pPrompt 1s ease forwards;
}

.widget-locked {
  display: none !important;
}

/******************************************************
UNFIXED CLASSES
******************************************************/
.showFlow {
  overflow: visible !important;
}

.hideFlow {
  overflow: hidden;
}

.slideParent {
  overflow: hidden;
}

.slideUpShow {
  position: relative;
  top: 40px;
  animation: slideUpShow 0.5s cubic-bezier(0.9, 0, 0.01, 1) forwards;
}

textarea.slideUpShow {
  top: 150px;
}

.form-check.slideUpShow {
  top: 50px;
}

.slideUpFadeIn, .slideDownFadeIn {
  opacity: 0;
  position: relative;
  top: 30px;
  animation: slideFadeIn 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.slideUpFadeIn-2 {
  opacity: 0;
  position: relative;
  top: 30px;
}
.slideUpFadeIn-2.slide {
  animation: slideFadeIn 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.slideDownFadeIn {
  top: -30px;
}

.slide-group.slide .slide-item .slide-text {
  top: 0px !important;
}
.slide-group .slide-item {
  display: block;
  overflow: hidden;
}
.slide-group .slide-item .slide-text {
  position: relative;
  transition: top 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.zig-zag-svg.zig-zag-sm {
  height: 10px;
}
.zig-zag-svg.zig-zag-sm svg {
  width: 20px;
  height: 10px;
}
.zig-zag-svg.zig-zag-theme svg polyline {
  stroke: #6988a6;
}
.zig-zag-svg.zig-zag-theme-2 svg polyline {
  stroke: #c9a066;
}
.zig-zag-svg.zig-zag-white svg polyline {
  stroke: #eee;
}
.zig-zag-svg.zig-zag-aaa svg polyline {
  stroke: #aaa;
}
.zig-zag-svg.zig-zag-loaded svg polyline {
  stroke-dashoffset: 0;
}
.zig-zag-svg svg {
  width: 50px;
  height: 20px;
}
.zig-zag-svg svg polyline {
  fill: none;
  stroke-width: 5px;
  stroke: #1C1B20;
  stroke-dashoffset: 96;
  stroke-dasharray: 96;
  transition: stroke-dashoffset 1s cubic-bezier(0.7, 0, 0.3, 1);
}

p {
  font-size: 14px;
}
@media (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

/**********************************************************
PRELOADER SECTION
***********************************************************/
.preloader {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6988a6;
  transition: background 1s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  .preloader {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}
.preloader.network-error {
  background: #ccc !important;
}
.preloader.network-error .network-error {
  bottom: 0px;
  opacity: 1;
}
.preloader .network-error {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #CC0000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  left: 0;
  opacity: 0;
  padding-right: 50px;
  bottom: -50px;
  transition: all 1s cubic-bezier(0.9, 0, 0.01, 1);
}
@media (max-width: 768px) {
  .preloader .network-error * {
    font-size: 10px !important;
  }
}
.preloader .network-error p {
  margin: 0;
  color: #eee;
  font-family: "Montserrat-Bold";
  font-size: 14px;
}
.preloader .network-error .actions {
  display: flex;
}
.preloader .network-error .actions a.fc-btn {
  margin-left: 40px;
}

.preloaderHomeHero {
  width: 100vw;
  height: 100vh !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9998;
  animation: hero12 1s ease 1 forwards;
}
@media (max-width: 768px) {
  .preloaderHomeHero {
    animation: none;
  }
}

.preloaderEnd::after {
  content: " ";
  height: 100%;
  width: 0%;
  position: absolute;
  background-color: #5CDB94;
  right: 0;
  animation: gradientDivide 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes gradientDivide {
  100% {
    width: 50%;
  }
}
#preloader-icon {
  position: relative;
  top: 0%;
  width: 350px;
  transition: all 1s cubic-bezier(0.9, 0, 0.01, 1);
}

.preloaderIconLoad {
  animation: preloaderIconLoad 4s ease-in-out infinite forwards;
}

.preloaderIconDrop {
  animation: preloaderIconDrop 0.3s ease-in-out forwards;
}

@keyframes preloaderIconDrop {
  100% {
    opacity: 0;
  }
}
@keyframes preloaderIconLoad {
  100% {
    transform: scale(1.1);
  }
}
#preloader-icon path {
  fill: #a9bbcc;
  fill-opacity: 0;
  stroke: #e9edf2;
  stroke-width: 30px;
  stroke-dasharray: 4700;
  opacity: 10;
  animation: preloader-anim 4s ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  transition: fill-opacity 1s cubic-bezier(0.9, 0, 0.01, 1), stroke 1s cubic-bezier(0.9, 0, 0.01, 1), stroke-width 1s cubic-bezier(0.9, 0, 0.01, 1), fill 1s cubic-bezier(0.9, 0, 0.01, 1);
}
#preloader-icon path.network-error {
  animation: none;
  fill-opacity: 1;
  stroke-width: 0px;
  fill: #888 !important;
}

@keyframes preloader-anim {
  0% {
    stroke-dashoffset: 4700;
    /*		stroke-opacity: 0*/
  }
  30% {
    fill-opacity: 0;
  }
  50% {
    stroke-dashoffset: 0;
  }
  70% {
    fill-opacity: 1;
    stroke-width: 0;
  }
  100% {
    stroke-opacity: 0;
  }
}
@media (max-width: 720px) {
  #preloader-icon {
    width: 50vw;
  }
}
@media (max-width: 720px) and (orientation: landscape) {
  #preloader-icon {
    width: 40vw;
  }
}
@keyframes hero11 {
  100% {
    width: 50%;
  }
}
@keyframes hero12 {
  100% {
    width: calc(100vw - 97px);
    height: calc(100vh - 80px);
    top: 40px;
    left: 40px;
  }
}
@keyframes mPrompt {
  100% {
    left: 25px;
  }
}
@keyframes pPrompt {
  100% {
    right: 25px;
  }
}
@keyframes headerAnimF {
  100% {
    padding: 50px 83px 0 17%;
    height: 80px;
  }
}
@keyframes headerAnimB {
  0% {
    padding: 50px 83px 0 17%;
    height: 80px;
  }
  100% {
    padding: 0 43px 0 43px;
    height: 40px;
  }
}
@keyframes propColAnimF {
  100% {
    width: 80px;
  }
}
@keyframes propColAnimB {
  0% {
    width: 80px;
  }
  100% {
    width: 40px;
  }
}
@keyframes footerAnimF {
  100% {
    height: 80px;
  }
}
@keyframes footerAnimB {
  0% {
    height: 80px;
  }
  100% {
    height: 40px;
  }
}
@keyframes navAnimF {
  100% {
    width: 81%;
    height: calc(100vh - 160px);
    top: 80px;
    padding: 0 0 0 17%;
  }
}
@keyframes navAnimB {
  0% {
    width: 81%;
    height: calc(100vh - 160px);
    top: 80px;
    padding: 0 0 0 17%;
  }
  100% {
    width: 40px;
    height: calc(100vh - 80px);
    top: 40px;
    padding: 0 0 0 0;
  }
}
@keyframes mPromptAnimF {
  0% {
    left: 25px;
  }
  100% {
    left: 9%;
  }
}
@keyframes mPromptAnimB {
  0% {
    left: 9%;
  }
  100% {
    left: 25px;
  }
}
@keyframes propFormAnimB {
  100% {
    opacity: 0;
  }
}
@keyframes propPromptAnimF {
  0% {
    right: 25px;
  }
  100% {
    right: 9%;
  }
}
@keyframes propPromptAnimB {
  0% {
    right: 9%;
  }
  100% {
    right: 25px;
  }
}
@keyframes navHov {
  100% {
    width: 120%;
  }
}
@keyframes slideUpShow {
  0% {
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes showContact {
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes slideFadeIn {
  100% {
    opacity: 1;
    top: 0px;
    left: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
