@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 "thankyoupage.css";

body{

	font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
	box-sizing: border-box;
	max-width: 1920px;
	width: 100%;
	margin:auto;
}

.errormsg {
	padding-top: 0.5em;
	color: red;
}

.fa-window-close {
    border: 0;
    background-color: #fff0;
  }

  #bclose{
	border: 0;
    background-color: #fff0;
  }

  #email{
	position: absolute;
	top: -9999px;
  }

/* --- Header --- */
	.container-fluid{
		background-color: #0091a9;
	}

	.logo img{
		max-width: 13rem;
		width:100%;
		margin: 10px;
		margin-left: 2%;

	}



/* --- Banner --- */

	.banner{
		position: relative;
		display: inline-block;
	}

	.banner img{
		max-width: 1920px;
		width: 100%;
		height:auto;
	}
	.tlt-banner{
		position: absolute;
		top: 20%;
		font-family: "Bebas Neue";
		font-size: 8.5vw;
		line-height: 7.5vw;
		/*-- font-weight: bold --*/
		max-width: 1920px;
		width: 50%;
		color: #FFFFFF;
		text-align: left;
		left: 5%
	}

	.btn-banner{
		position: absolute;
		top: 70%;
		left: 5%;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
	    text-decoration: none;
	    padding: 1% 2% 1% 2%;
	    font-size: 2.2vw;
	    color: #ffffff;
	    background-color: #e68016;
	}
	.btn-banner:hover{
		color: #fff;
		background-color:#d9580b; 
	}


/* --- Form Boostrap --- */
	.container{
		padding-bottom: 3%;	
		}

	.t2-form{
		font-family: "Open Sans", sans-serif;
	    text-align: center;
	    margin: auto;
	    margin-top: 30px;
	    line-height: 40px;
	    font-weight: 600;
	    width: 80%;
	    font-size: 2rem;
	    color: #4d4d4d;
	    margin-bottom: 20px;
	}

	.col-md-12{
		font-family: "Open Sans", sans-serif;
		margin: 0 auto;

	}

	.box-form{
		border: 1px solid #0091a9;
		padding: 4%;
	}

	.form-group{
		margin: auto;
	    padding: 10px;
	}

	.form-control{
		height:auto;
	}


	.form-check-input{
		    width: 1em;
	}
	.form-check-label{
		font-size: 0.8rem;
	}
	.btn{
	    font-family: "Open Sans", sans-serif;
	    font-weight: 600;
	    background-color: #e68016;
	    color: #FFFFFF;
	    padding: 10px;
	    border: #e68016 1px solid;
	}

	.btn:hover {
		color: #fff;
		background-color:#d9580b; 
	}

	.check-group{
	display: flex;
	gap: 12px;
	align-items: flex-start;
	}

/* --- Subscribe--- */


	#boxes{
		max-width: 900px;
		width:100%;
		padding: 50px 0;
		margin-left: auto;
		margin-right: auto;
	}

	.ttl-boxes{
		font-size: 1.5rem;
		font-weight: bold;

	}

	.col-sm-3{
		width: 45%;
		font-family: "Open Sans", sans-serif;
		padding: 50px 0;
		display: inline-block;
		color: #ffffff;
		font-size: 16px;
	}

	.subscribe{
		margin-top: 30px;
	}

	.subscribe input{
          float: left;
          padding: 15px 20px;
          text-align: center;
          font-family: inherit;
          font-size: 1.1rem;
          letter-spacing: 0.05rem;
          border: none; 
	}

	.send{
		background-color:#e68016;
		color: #fff;
		border-radius: 0 5px 5px 0;
	}

	.mail{
		border-radius: 5px 0 0 5px;
	}




/* --- Footer --*/

	#footer{
		display: inline-block;
	}

	#footer a{
		color: #FFF;
	}


	.position{
		max-width: 1400px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
    	padding: 20px;

	}


	.col{
		padding: 20px 20px 20px 20px;
	    position: relative;
	    text-align: center;
	    font-family: "Open Sans", sans-serif;
	}


	.img{
	    display: inline-block;
	}

	.img img{
		max-width: 180px;
		width: 100%;
		margin-bottom: 10px;
	}

	.cont{
		display: inline-block;
		text-align: right;
		max-width: 57%;
		font-size: 0.8rem;
		font-family: "Open Sans", sans-serif;
		color: #FFF;
		vertical-align: top;
		padding-top: 3%;
		box-sizing: border-box;
	}




/* --- Header responsive--- */
@media screen and (max-width: 500px){

	.container-fluid{
		background-color: #0091a9;
	}
	.logo img{
		width: 150px;
		padding: 10px;
		margin-left:auto;
		margin-right: auto;
	}
}


/* --- Banner responsive--- */
@media screen and (max-width: 500px) {

	.banner{
		position: relative;
		display: inline-block;
	}

	.banner img{
		width: 100%;
		height:auto;
	}
	.logo{
		text-align: center;
	}

	.tlt-banner{
		position: absolute;
		top: 11%;
		font-family: "Bebas Neue";
		font-size: 35px;
		line-height: 35px;
		font-weight: bold;
		max-width: 505px;
		width: 70%;
		height: auto;
		color: #FFFFFF;
		right: 5%;
	}
	.btn-banner{
		position: absolute;
		top: 75%;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
	    text-decoration: none;
	    padding: 1.5% 2% 1.5% 2%;
	    font-size: 4vw;
	    color: #ffffff;
	    background-color: #e68016;
	    border-radius: 5%;
	}
	.btn-banner:hover{
		color: #fff;
		background-color:#d9580b; 
	}

}


/* --- t2-form responsive -- */
@media screen and (max-width: 769px){
	.t2-form{
		font-family: "Open Sans", sans-serif;
	    text-align: center;
	    margin: auto;
	    margin-top: 7vw;
	    line-height: 7vw;
	    font-weight: 600;
	    width: 90%;
	    font-size: 6vw;
	    color: #4d4d4d;
	    margin-bottom: 20px;
	}
}


/* --- Footer responsive--*/

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


	.position{
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
		text-align: center;
	}
 


	.only img{
		max-width: 200px;
		padding: 15px;
	}

	.foot{
		width: 100% ;
	}

	.cont{

		font-family: "Open Sans", sans-serif;
		font-size: 0.5rem;
		text-align: center;
		padding: 0px 40px 30px 40px;
		color: #ffffff;
		max-width: 100%;

	}

	.img{
		max-width: 250px;
	}

}

/* Realised by */

.really{

	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 1.5em;
	color: #999;
	width: 50%;
	/*max-width: 800px;*/
	min-height: 500px;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -25%;
	transform: scale(0, 0);
	transition: all 0.5s ease;
	z-index: 9;
	/*margin: auto;*/
  }
  
  .reallyactive{
	transform: scale(1, 1);
	/*position: fixed;*/
  }
  
  #realisedbybox{
	margin-top: 20px;
	overflow-y: scroll;
	max-height: 400px;
  }
  
  #realisedby img {
	max-width: 200px;
  }
  
  #realisedbyclose {
	float: right;
	margin-right: 15px;
  }
  
  
  @media screen and (max-width: 600px){
  
	.really {
  width: 100%;
  left:0;
  margin-left: 0;
	}
  }

/* Thank you */

#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);
  overflow:hidden;

}

#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;
  margin-left: -70px;
  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%;
}

#thankyoutxt1 {
  color: #ea740e;
}

#thankyouhr {
  background-color: #d20f1d;
  height: 5px;
  width: 50%;
  margin: 10px auto 10px auto;
}



/* Loader */

.thankyouloader {
	width: 100%;
}

.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(21, 255, 0, 0.3),
    rgba(43, 255, 0, 0.7) 95%,
    rgba(85, 255, 0, 0.1)
  );
}


.loader-svg {
  color: rgb(0, 74, 29);
  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;
}


/* Contact Form */


.contactform {
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px 40px;
	color: #999;
	position: fixed;
	top: 5%;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 0px;
	padding: 10px;
	z-index: 10;
	height: auto;
	
	transform: scale(0, 0);
	transition: all 0.5s ease;
  }
  
  
  @media screen and (max-width: 1400px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 30%;
	  margin-right: 30%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 1024px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 25%;
	  margin-right: 25%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  @media screen and (max-width: 768px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: 20%;
	  margin-right: 20%;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}
  
  } 
  
  
  @media screen and (max-width: 425px){
  
	.contactform {
	  border: 2px solid #ccc;
	  border-radius: 10px;
	  background-color: #f7f7f7;
	  padding: 20px 40px;
	  color: #999;
	  position: fixed;
	  top: 5%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 10px;
	  z-index: 10;
	  height: auto;
	  
	  transform: scale(0, 0);
	  transition: all 0.5s ease;
	}

	@media screen and (max-width: 320px){
		.check-group{
			align-items: start;
			flex-direction: column;
		}
	}
  
  
  } 
  
  .contactactive{
	transform: scale(1, 1);
	position: fixed;
  }
  
  
  
  .contact-btn{
	background-color: #ff9800;
	padding: 0.5rem 1.5rem;
	margin: auto;
	border: 0;
	color: #f7f7f7;
	border-radius: 10px;
  }
  
  .contact-btn:hover{
	background-color: #e38800;
  }
  
  #xclose {
	/*position: fixed;*/
	padding: 5px;
	margin: 0 5px 10px 0;
	background-color: #ececec;
	border: 1px solid #c5c5c5;
	width: 26px;
  }
  
  #contacterr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: red;
  }
  
  #bclose {
	line-height: 1em;
	border-radius: 0;
	padding: 4px 0;
	font-size: 18pt;
	border: 0;
  }