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

body {
	background-color: white;
	font-size: 1.2rem;
	overflow-y: scroll;
	min-height: 100vh;
  }

  * {
	padding: 0;
	margin: 0;
  }

  p{
	margin-bottom: 0;
  }


  #mainform{
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	margin: auto;
  }

  .msg{
	border-radius: 1.15rem;
	line-height: 1.25;
	font-size: 16px;
	max-width: 75%;
	padding: 0.5rem .875rem;
	position: relative;
	word-wrap: break-word;
  }

  #mainform div::before, #mainform div::after {
    bottom: -0.1rem;
    content: "";
    height: 1rem;
    z-index: -1;
    position: absolute;
}

  .msg-L {
	align-self: flex-end;
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #e1e1e1;
	min-width: 600px;
	color: black; 
  }
  
  .msg-L::before {
	border-bottom-left-radius: 0.8rem 0.7rem;
	border-right: 1rem solid #e1e1e1;
	right: -0.35rem;
	transform: translate(0, -0.1rem);
  }
  
  .msg-L::after {
	background-color: white;
	border-bottom-left-radius: 0.5rem;
	right: -40px;
	transform:translate(-30px, -2px);
	width: 10px;
  }
  
  div[class^="msg-"] {
	margin: 0.5rem 0;
	width: fit-content;
  }
  
  .msg-L ~ .msg-L {
	margin: 0.25rem 0 0;
  }
  
  .msg-L ~ .msg-L:not(:last-child) {
	margin: 0.25rem 0 0;
  }
  
  .msg-L ~ .msg-L:last-child {
	margin-bottom: 0.5rem;
  }
  
  .msg-R {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #0d6efd;
	max-width: 600px;
	color: white;
  }

  .msg-R-thx {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background-color: #0d6efd;
	max-width: 600px;
	color: white;
  }
  
  .msg-R-load {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background-color: #0d6efd;
	max-width: 600px;
	color: white;
  }

  .msg-R:before, .msg-R-thx:before, .msg-R-load:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #0d6efd;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
  }
  
  .msg-R::after, .msg-R-thx::after, .msg-R-load::after {
	background-color: white;
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
  }

  #user-name{
	font-weight: 700;
  }
  
  .fix{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
  }

  .input-line{
	display: flex;
	gap: 5px;
  }

  .line2{
	padding-top: 0.5rem;
  }


  .msg-Rerr {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f1545f;
	max-width: 800px;
	color: white;
  }

  .msg-Rerr2 {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: #f1545f;
	padding: 2.2rem;
	max-width: 800px;
	color: white;
  }
  
  .msg-Rerr:before {
	border-bottom-right-radius: 0.8rem 0.7rem;
	border-left: 1rem solid #f1545f;
	left: -0.35rem;
	transform: translate(0, -0.1rem);
  }
  
  .msg-Rerr::after {
	background-color: white;
	border-bottom-right-radius: 0.5rem;
	left: 20px;
	transform: translate(-30px, -2px);
	width: 10px;
  }

  .navbar{
background-color: #0d6efd;
padding: .5rem 4rem;
color: white;
display: flex;
justify-content: flex-start;
gap: 20px;
align-items: center;
  }

  #footer{
	background: rgb(165, 165, 165);
	color: white;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	bottom: 0;
	position: fixed;
	font-size: .7rem;
  }

  .load {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 32px 0 #fff, -32px 0 #fff;
	position: relative;
	animation: flash 0.5s ease-out infinite alternate;
	margin-top: 1rem;
  }
  
  @keyframes flash {
	0% {
	  background-color: rgba(255, 255, 255, 0.133);
	  box-shadow: 32px 0 rgba(255, 255, 255, 0.133), -32px 0 #0d6efd;
	}
	50% {
	  background-color: #0d6efd;
	  box-shadow: 32px 0 rgba(255, 255, 255, 0.133), -32px 0 rgba(255, 255, 255, 0.133);
	}
	100% {
	  background-color: rgba(255, 255, 255, 0.133);
	  box-shadow: 32px 0 #0d6efd, -32px 0 rgba(255, 255, 255, 0.133);
	}
  }
		

  @media (max-width: 992px) {
.msg-L{
	min-width: fit-content;
}

.msg>img{
	width: 30px;
}

.msg-R, .msg-L{
	align-items: flex-start;
	gap: 10px;
}

.msg{
	padding: 0.5rem 0.5rem
}

#mainform{
	padding: 0.5rem;
	width: 100%;
}

.navbar{
	padding: .5rem;

}

.navbar>img{
	width: 50px;
}
  }

.errormsg {
padding: 0.5em;
color: white;
background-color: red;
margin-bottom: 0;
bottom: 0;
width: 100%;
position: fixed;
z-index: 10;
}

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

	.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: 4px;
	}

	.err{
		background-color: rgb(239, 84, 84) !important;
	}

	.form-control{
		height:auto;
	}




	#fieldpp{
		width: 3.5em;
	}

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

	.label-pp{
		font-size: .6rem !important;
		padding-right: 20px;
		text-align: justify;
		margin-left: -0.5rem !important;
	}

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

	}


	.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 */

.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;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
  }
  
  @media screen and (max-width: 600px){
  
	.really {
  width: 100%;
  left:0;
  margin-left: 0;
	}
  }

/* Thank you */

.web {
    border: 1px solid white;
    border-radius: 5px;
    padding: 1.5rem;
    margin-top: 0.5rem;
	margin-left: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text>h1{
	font-size: 19px;
	margin-bottom: 0;
}

.text>h4{
	font-size: 15px;
	margin-bottom: 0;
}

hr{
	margin: 0.5rem 0;
}
/*
#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;
  font-size:20px;
  color: white;
}

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

#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: white;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin:1rem;
  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;
	}
  
  
  } 
  
  .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;
	background-color: rgba(255, 255, 255, 0);
  }