html,
body {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
}

body {
  padding-bottom: 50px;
}

a {
  color: inherit;
  transition-duration: 0.4s;
}

a:hover {
  color: inherit;
  opacity: 0.9;
}

header {
  max-width: 1540px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}

/* Logo */
.logo-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 1rem;
  opacity: 0;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
  pointer-events: fill;
}

.logo-wrapper .logo {
  width: 100%;
  height: auto;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.logo-wrapper .action-button {
  padding: .2rem .4rem;
  box-shadow: none;
  background-color: transparent;
}

.logo-wrapper .action-button:hover,
.logo-wrapper .action-button:focus {
  box-shadow: none;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.body-loaded .logo-wrapper {
  opacity: 1;
}

.w-100 {
  width: 100%;
}

hr {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.text-soft {
  color: #fff;
}

.text-shadow {
  text-shadow: 0 -4px 6px rgba(90, 179, 65, 0.5), 0 4px 8px #0578c0;
}

.section {
  min-height: 100vh;
  position: relative;
  padding-top: 10vh;
}

.section-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100vh;
  -webkit-box-shadow: inset 2px -5px 22px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px -5px 22px -4px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content {
  padding: 2rem 3rem;
}



.section-1 .section-bg-color,
.section-2 .section-bg-color {
  background: linear-gradient(120deg, #0578c0 0%, #5ab341 100%);
}

.section-bg-2 {
  background-image: url(../images/section-1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 42%;
  left: 0;
  top: 0;
  position: fixed;
  height: 100vh;
}


.welcome-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.welcome-heading {
  font-size: 3.2rem;
  color: #1691d1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 3px 8px rgba(13, 126, 180, 0.42);
}

.welcome-heading-2 {
  font-size: 2.6rem;
  color: #399c73;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 3px 8px rgba(76, 174, 65, 0.45);
}

.action-button {
  color: #208b98;
  padding: 1rem 3.6rem;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px 0px rgba(64, 64, 64, 0.55);
  box-shadow: 0 3px 12px 0px rgba(64, 64, 64, 0.55);
  background-color: rgba(255, 255, 255, 1);
  text-shadow: none;
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.action-button:hover {
  color: #299189;
  -webkit-box-shadow: 0 4px 22px 1px rgba(64, 64, 64, 0.55);
  box-shadow: 0 4px 22px 1px rgba(64, 64, 64, 0.55);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.action-button:focus {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: 0 3px 12px 0px rgba(64, 64, 64, 0.55);
  box-shadow: 0 3px 12px 0px rgba(64, 64, 64, 0.55);
}

.action-button:hover,
.action-button:focus {
  outline: none;
  text-decoration: none;
}

.services-list {
  font-size: 1.3rem;
  list-style: none;
  padding: 0;
}

.services-list li {
  margin-bottom: 0.8rem;
  position: relative;
}

.ic {
  width: 32px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-shadow: 0 3px 10px #000;
}


#contact-us .welcome-text a {
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}

#contact-us .ic {
  margin-right: 5px;
}

#contact-us .ic svg path {
  fill: #fff;
}

.push-left {
  margin-left: 22%;
  margin-right: 5%;
}

.arrow-line {
  background-image: url(../images/arrow-line.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 30px;
  display: block;
  -webkit-animation: linear infinite alternate;
  animation: linear infinite alternate;
  -webkit-animation-name: rightLeft;
  animation-name: rightLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  position: relative;
}

.form-input-control {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 46%;
  margin: 2%;
  position: relative;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}

.userSecure {
  display: none;
}

.form-input {
  border: none;
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  font-family: Bahnschrift, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #8b8b8b;
}

.form-input:focus {
  outline: #8b8b8b;
}

.form-input::-webkit-input-placeholder {
  opacity: 0.4;
}

.form-input:-ms-input-placeholder {
  opacity: 0.4;
}

.form-input::-ms-input-placeholder {
  opacity: 0.4;
}

.form-input::placeholder {
  opacity: 0.4;
}

.form-input:-ms-input-placeholder {
  opacity: 0.4;
}

.form-input::-ms-input-placeholder {
  opacity: 0.4;
}

textarea.form-input {
  resize: none;
}

.form-submit-button {
  width: 200px;
  height: 50px;
  position: relative;
  line-height: 1;
  background: #3a9d71;
  -webkit-box-shadow: 0px 4px 7px rgba(32, 82, 146, 0.2);
  box-shadow: 0px 4px 7px rgba(32, 82, 146, 0.2);
  font-family: Bahnschrift, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  outline: none;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.form-submit-button:hover,
.form-submit-button:focus {
  outline: none;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0px 4px 7px rgba(32, 82, 146, 0.05);
  box-shadow: 0px 4px 7px rgba(32, 82, 146, 0.05);
}

.contact-form-error {
  color: #ff886c;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: -2px 2px 5px rgba(61, 61, 61, 0.4);
}

.contact-form-success {
  font-size: 24px;
  text-shadow: -2px 2px 5px rgba(61, 61, 61, 0.4);
  padding: 10vh 0;
  color: #62ccff;
  display: none;
}

/* Loading --> */
#page-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(120deg, #0578c0 0%, #5ab341 100%);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loaded {
  pointer-events: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}

/* <-- Loading */

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
}

/* Mobile max 768px --> */
@media (max-width: 768px) {
  header {
    background-color: #fff;
    position: relative;
  }

  header .row {
    margin: 0;
  }

  .section-bg {
    height: 100%;
    width: 100%;
  }

  .push-left {
    margin-left: 0%;
  }

  .arrow-line {
    -webkit-transform: rotate(90deg) translate(-2%, -80px);
    transform: rotate(90deg) translate(-2%, -80px);
    width: 50px;
  }

  .welcome-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) {
  .push-left {
    margin-left: 0%;
  }

  .content {
    padding: 0.5rem 1rem;
  }
}

.container {
  width: 1920px;
  max-width: 100%;
}

@media (min-width: 1200px) {

  /* Boostrap .container override -> */
  .container {
    width: 1920px;
  }
}

@-webkit-keyframes rightLeft {
  0% {
    background-position: right 0;
  }

  50% {
    background-position: 95% 0;
  }

  100% {
    background-position: right 0;
  }
}

@keyframes rightLeft {
  0% {
    background-position: right 0;
  }

  50% {
    background-position: 95% 0;
  }

  100% {
    background-position: right 0;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 100%;
  top: -8px;
  left: 50%;
  transform: translate(-50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}







.slide-wrapper {
  width: calc(100% * 5);
  animation: slide 30s 3s ease infinite;
  display: inline-flex;
  height: 100%;
}

.slide {
  float: left;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.slide:nth-child(1) {
  background-image: url(../images/slide-1.jpg);
}

.slide:nth-child(2) {
  background-image: url(../images/slide-2.jpg);
}

.slide:nth-child(3) {
  background-image: url(../images/slide-3.jpg);
}

.slide:nth-child(4) {
  background-image: url(../images/slide-4.jpg);
}

.slide:nth-child(5) {
  background-image: url(../images/slide-5.jpg);
}

.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  20% {
    margin-left: -100%;
  }

  30% {
    margin-left: -200%;
  }

  50% {
    margin-left: -300%;
  }

  60% {
    margin-left: -400%;
  }

  70% {
    margin-left: -500%;
  }

  80% {
    margin-left: -600%;
  }

  90% {
    margin-left: -700%;
  }
}