/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. reset
02. global styles
03. header
04. welcome
05. features
06. contact
07. footer
08. preloader
09. submission form

--------------------------------------------- */
/*csslint box-sizing: false*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h2, h4, h5, h6, p, blockquote, div,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

html, body {
  font-family: 'Kodchasan', sans-serif;
  font-weight: 400;
  background-color: #eeedec;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;/*Needed, because bootstrap sets the text-decoration to underline*/
}

ul {
  margin-bottom: 0;
}

p {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 25px;
  color: #332D29;
}

h1, h3 {
  text-align: center;  
  box-sizing: border-box;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection, ::-moz-selection {
  background: #00a3c5;
  color: #eeedec;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
}

a:link, a:visited {
  color: #00a3c5;
}

a:hover, a:active {
  color: #f18523;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #f18523;
  text-transform: uppercase;
  color: #eeedec;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #00a3c5;
}

.ol-60-c, .ol-60-r, .ol-60-l {
  border-top: 3px solid ;
  color: #f18523;
  width: 60%;
  max-width: 800px;
  margin-bottom: 0.5em;
}

.ol-60-l {
  float: left;
}

.ol-60-r {
  float: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.heading { /*To make h2 tags look like h3 tags*/
  font-size: 28px;
  text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background-color: #eeedec;
  height: 86px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 499
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 499;
  height: 100px;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  left: 15;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 30%;
  margin-right: 0;
  background-color: #eeedec;
  padding: 0 20px;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}

.background-header .main-nav .nav li a {
  color: #03697f90;
}

.header-area .main-nav .nav li:hover a {
  color: #f18523;
}

/* .header-area .main-nav .nav li.active a { This was present but not working, check if this is still wanted
  color: #f18523;
} */

#menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  direction: ltr;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
}

#menu-trigger span,
#menu-trigger span:before,
#menu-trigger span:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
}

#menu-trigger span { 
  background-color: #f18523;
  width: 30px;  
  top: 16px;
}

#menu-trigger span:before,
#menu-trigger span:after {
  background-color: #03697f90; 
  width: 75%;
  content: "";
}

#menu-trigger span:before {
  -webkit-transform-origin: 33% 100%;
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -o-transform-origin: 33% 100%;  
  transform-origin: 33% 100%;
  top: -10px;  
}

#menu-trigger span:after {
  -webkit-transform-origin: 33% 0;
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -o-transform-origin: 33% 0;  
  transform-origin: 33% 0;
  top: 10px;
}

#menu-trigger.active span,
#menu-trigger.active span:before,
#menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

#menu-trigger.active span:before {
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -o-transform: translateY(6px) translateX(1px) rotate(45deg);  
  transform: translateY(6px) translateX(1px) rotate(45deg);  
  background-color: #03697f90;
}

#menu-trigger.active span:after {
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -o-transform: translateY(-6px) translateX(1px) rotate(-45deg);  
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #03697f90;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {  
  .logo {
    float: none;
  }  
  .logo img {
    width: 50%;
    height: auto;
  }
  .header-area {
    background-color: #eeedec;
    padding: 0 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0;
  }
  .header-area .logo {
    margin-left: 10px;
  }
  #menu-trigger {
    display: block;
  }
  .header-area .main-nav {
    overflow: hidden;
  }    
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 0;
    display: none;
    margin-left: 0;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #eeedec;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
  }
  .header-area .main-nav .nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
    background: #eeedec;
    color: #03697f;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f18523;
    color: #00a3c580;
  }  
}

@media (min-width: 992px) {
  .logo img {
    width: 30%;
    height: auto;
  }
  .header-area .main-nav .nav {
    position: absolute;
    top: 0;
    right: 0;   
  }
}

.gtag-manager {
  display: none;
  visibility: hidden;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 80vh;
  min-height: 663px;
  background-image: url(../images/Top_image_scott_bruder.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right top;
}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 25%;
  transform: perspective(1px) translateY(-30%);
}

.welcome-header {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  background-color: #eeedec;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #03697f;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 80%;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 30%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
    background-size: 50%;
  }
  .welcome-area .header-text {       
    width: 92%;
    padding-top: 63px;
  }
  .welcome-area .header-text .left-text {
    margin-top: 15%;
    transform: none;/*Has impact but without the text becomes inline more with the image, check what's wanted*/
  }
}
@media (max-width: 810px) {
  .welcome-area {
    background-size: contain;
    }

  .welcome-area .header-text {
    padding-top: 50%;
    margin-left: 0;
  }    
}

@media (max-width: 420px) {
  .welcome-area {
    background-size: contain;
    margin-top: 10%;
    }

  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
    text-align: center;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0;
  position: relative;
  z-index: 9;
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

.features-heading {
  margin-top: 0;
  font-size: 22px;
  color: #03697f90;
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}

/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor, .right-image-decor {
  background-image: url(../images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-position: right center;
}

#promotion {
  padding: 100px 0;
  z-index: 1;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0;
}

#promotion .right-text img {
  display: block;
  float: left;
  margin-right: 30px;
}

#promotion .right-text img:hover,
.features-item img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

.promotion-header {
  font-size: 22px;
  color: #03697f90;
  margin-bottom: 15px;
  margin-top: 3px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 2px;
  padding-top: 120px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fffffc;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);  
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #eeedec;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder, /* Edge */
.contact-form :-ms-input-placeholder, /* Internet Explorer 10-11 */
.contact-form ::placeholder { 
  color: #7a7a7a;
}

footer .sub-footer a,
.footer-content .right-content,
.footer-content .right-content a,
.footer-content .right-content p {
  color: #fff;
}

.footer-content .right-content a:hover {
  color: #00a3c5;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0;
}

footer .social li {
  margin: 0 7.5px;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0;
  border-top: 1px solid rgb(250,250,250);
  border-top: 1px solid rgba(250,250,250,0.3);
  text-align: center;
}

footer .sub-footer a:hover {
	color: #00a3c5;
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

footer .foot-nav ul, li {
  display: inline-block;
}

@media (max-width: 992px) {
  footer {
    padding-top: 0;
    margin-top: 0;
  }

  .contact-form {
    margin-bottom: 45px;
  }

  footer .footer-content {
    padding: 60px 0;
  }

  footer .right-content,   
  footer .copyright, footer .social,
  .footer-heading {      
    text-align: center;
  }

}

.step-holder {
  text-align: center;
  margin-top: 40px;
}

.g-review-badge {
  display: inline-block;
  cursor: pointer;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #f18523 20%, #00a3c5 80%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #eeedec;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  -moz-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  -moz-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  -moz-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg);}
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(8px, -8px) rotate(1deg); }
  90% { transform: translate(-2px, -6px) rotate(-10deg); }
  100% { transform: translate(5px, -4px) rotate(6deg); }
}
/* 
---------------------------------------------
submission form
--------------------------------------------- 
*/
	/* Mark input boxes that gets an error on validation: */
	.contact-form .invalid {
	  background-color: #ffdddd;
	}

	/* Hide all steps by default: */
	.tab {
	  display: none;
	}

	button {
	  background-color: #f18523;
	  color: #ffffff;
	  border: none;
	  padding: 10px 20px;
	  font-size: 17px;
	  border-radius: 5%;
	  cursor: pointer;
	}

	button:hover {
	  opacity: 0.8;
	}

	#prevBtn {
	  background-color: #bbbbbb;
	  border-radius: 5%;
	}

	/* Make circles that indicate the steps of the form: */
	.step, .step-active, .step-finish {
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbbbbb;
	  border: none;  
	  border-radius: 50%;
	  display: inline-block;
	  opacity: 0.5;
	}

	.step-active {
	  opacity: 1;
	}

	/* Mark the steps that are finished and valid: */
	.step-finish {
	  background-color: #03697f;
	}
	