@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');

body{

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

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

/* --- 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:48px;
	}


	.form-check-input{
		    width: 1em;
	}
	.form-check-label{
		font-size: 0.8rem;
		padding-left: 2%;

	}
	.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; 
	}




/* --- 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: 1000px;
		width: 100%;
		margin-left: auto;
    	margin-right: auto;
    	padding: 20px;

	}

	.foot{
		width: ;
	}

	.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: 15%;
		font-family: "Bebas Neue";
		font-size: 10vw;
		line-height: 9.5vw;
		font-weight: bold;
		max-width: 500px;
		width: 50%;
		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 */

#realisedby {

  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 1.5em;
  color: #999;
  /*font-family: "Open Sans", "Helvetica", "Arial", sans-serif;*/
  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;


}

#realisedbybox{
  margin-top: 20px;
  overflow: scroll;
  max-height: 400px;
}

#realisedby img {
  max-width: 200px;
}

#realisedbyclose {
  float: right;
  margin-right: 15px;
}

/* 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;
}

