@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "msg.css";

	body{

		font-family: "Open sans, Helvetica, Arial", sans-serif;
		background-color: #FFF;
	  color: #393839;
	  max-width: 1920px;
	  width:100%;
		height: 100%;
	  margin: 0 auto;
	 	box-sizing: border-box;
	}


	* {
	  box-sizing: border-box;
	}

	.col{
	    display: inline-block;
	}

	.page1{
		background: url(../images/banner-energie.jpg) no-repeat;
    background-size: auto;
    background-position: top;
    min-height: 370px;
    border-bottom: 10px solid #406FF8;
	}


/* --- Header --- */

	.header{
		background-color: #406FF8;
		box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    color: currentColor;
    color: var(--c-header);
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    position: relative;
    max-width:250px;
    z-index: 20;
    margin-left: 250px;

	}

	.header-holder{
		align-items: center;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		margin: auto;
	}

	.header-holder h3{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		font-size: 1.4rem;
		color: #FFF;
		margin-top: 10px;
	}


	.header-holder div:nth-child(1){

	}

	.header-holder div:nth-child(2){
		padding-right: 30px;
	}

	.logo img{
		max-width: 200px;
		width:100%;
		padding: 20px;
		margin: auto;
		box-sizing: border-box;
	}

	.title{
	}

	.title h3{
		font-size: calc(1.9rem + .8vw);
    font-weight: bold;
	}



	.section-container{
		padding: 40px 50px;
	}





	.fa{
		font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	}



/* --- Box Form step 1--*/

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		padding: 50px 50px 40px;
		max-width: 550px;

		background-color: #d1ddff;

		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.text-energie img{
		max-width: 900px;
    width: 100%;
	}

	.text-energie p{
		line-height: 22pt
	}

	.box1{
		display:block;
		box-sizing: border-box;
		font-size: 14pt;
	}

	.quest1-row h3{
		color: #406ff7;
    font-weight: bold;
    font-size: calc(1.4rem + .5vw);
	}

	.quest1-row p{
		font-size: calc(.7rem + .4vw);
	}














	.multiple-line {
		margin-bottom: 15px;
	}

	.form-horizontal, .form-group{
		margin-left: 0px;
    	margin-right: 0px;
    	margin-bottom: 15px;
	}


	.line-appear{
    	position: absolute;
    	top: -20%;
    	left: 25%;
    	right: 25%;
    	max-width: 100%
	}

	.box-warning{
		position: absolute;
		transform: translateY(-400px);
		transition: all 1.5s ease;
		background-color: #fff;
    	border: solid 1px #c2c2c2;
    	padding: 30px;
    	text-align: center;

    	width: 100%;
    	margin: auto;
	}

	.fieldpp {
		font-size: 0.7em;
		padding: 10px 20px 10px 35px;
	}



	.form-btn{
		padding: 18px 20px;
	    color: #fff;
	    font-weight: 700;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	    border-radius: 5px;
	    background-color: #406FF8;
	    box-sizing: border-box;
	}


	.form-btn:hover{
		background-color: #1348e1;
	}


	.def-btn{
		box-sizing: border-box;
		display: block;
	    margin: 0 auto;
	    position: relative;
	    width: 100%;
	    border: none;
	    font-family: inherit;
	    font-size: 1.2rem;
	    line-height: 100%;
	    text-align: center;
	    vertical-align: middle;
	    transition: all 500ms ease;
	    cursor: pointer;

	}

	.return{
		text-align: center;
		color: #c2c2c2;
		padding-top: 20px;
		text-decoration: underline;
		box-sizing: border-box;
		cursor: pointer;
	}

	.fas{
		font-size: 12pt;
		padding-right: 10px;
	}

	.form-group{
		/*margin: auto;*/
		text-align: left;
	}


	.fill-form-responsive input{
		height:47px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}


	.form-end{
		padding: 5px;
		margin: 0;
	}

	.line-box{
		margin: 0px 0px 10px !important;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; ; 
	}

	.line-box:first-child {
    font-size: 0.9em;
    color: #6c757d;
  }

	.box-check input{
		width: 100%;
	}


  .form-check label {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
  }

  .text-check{
  	padding-left: 40px;
  	padding-bottom: 10px;
  }

  .legal-text{

		font-size: 10pt;
    line-height: initial;
    color: #7c7c7c;
    padding: 10px 15px;
    text-align: center;
  }





	/* -- FOOTER -- */

	.foot{
		background-color: #efefef;
	}

	.only{
		width: 100%;
    	margin: auto;
	}
	.position{
		padding: 7px 10px;
		box-sizing: border-box;

	}

	.position img{
		max-width: 120px;
		width: 100%;

	}

	.cont{
		margin: auto;
	}

	.cont span{
		font-size: calc(.7rem + .2vw);
		float: right;
	}


@media screen and (max-width:  1100px){

	.box-form{
		padding: 40px 20px;
	}
}


@media screen and (max-width: 787px){

	.title{
		margin-top: 10px !important;
	}


	.section-container{
		padding: 30px;
		margin: auto;
	}

}


@media screen and (max-width: 767px) {

	.page1{
		min-height: 300px;
    background-position-x: 65%;
    background-position-y: top;
	}

	.header{
		margin-left: auto;
	}

	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}


	.box-form{
		height: auto;

	}










	.form-group{
		margin: 0 0 10px 0;
	}

	.form-fill{
		margin: 0 !important;
	}

	.form-end{
		padding: 0px;
	}



}

@media screen and (max-width: 743px){

	.logo{
		display: block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.logo img{
		max-width: 250px;
		width: 100%;
    	padding: 20px;

    	box-sizing: border-box;
	}

	.title{
		width: 100%;
		padding:20px 40px 0;
		float: none !important;
		text-align: center;
	}


}

@media screen and (max-width: 610px){

	.section-container{
		padding: 30px;
	}

	.box-form{
		height: auto;
	}




	.fill-form-responsive{
		max-width: 100%;
	}

}

@media screen and (max-width: 515px){

	.box-form{
		padding: 50px 20px;
	}




}

@media screen and (max-width: 420px){

	.box-form{
		padding: 20px;
	}

	.section-container{
		padding: 20px;
	}



	.header-holder div:last-child{

	}

	.title h3{
		font-size: calc(1.7rem + .65vw);
	}


}

@media screen and (max-width: 374px){



}


/* Loader */

.thankyouloader {
	width: 100%;
}

.loader {
	background-image: url("images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.thanks-span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#thankyouloader-txt{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  color: rgb(15, 9, 102);
}

#loader-txt{
  background-image: rgba(0, 128, 0, 0.115);
  border-radius: 10px;
  padding: 1rem;
  width: 150%;
}

#loader-txt>h1{
  font-weight: 800;
}

.logo-loading{
  margin-top: 1.5rem;
}

.highlight {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(0, 166, 255, 0.3),
    rgba(0, 149, 255, 0.7) 95%,
    rgba(0, 195, 255, 0.1)
  );
}


.loader-svg {
  color: rgb(0, 49, 128);
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin:5rem;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 


@media screen and (max-width: 425px){

  #thankyouloader-txt {
    top: 40%;
  }

} 

#thankyoubg {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
}

#thankyoubox {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 10px;
  color: #999;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  position: fixed;
  top: 10%;
  left: 30%;
  margin-top: 0px;
  z-index: 10;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  background-image: url('../images/thankyou-bg.jpg');
  background-size: cover;
  background-position: -80px;

}

#thankyoutxt {
  margin-left: 60%;
  text-align: center;
  padding-top: 25%;
}

.thanks-page{
	max-width: 900px;
	width: 100%;
	margin: auto;
  border-radius: 10px;
	background-color: #f4f4f5; 
	position: fixed;
  	top: 5%;
  	left: 50%;
	transform: translateX(-50%);
  	margin-top: 0px;
  	z-index: 10;
	min-height: 80vh;

  	opacity: 1;
  	-webkit-transition: opacity 1000ms linear;
  	transition: opacity 1000ms linear;
}