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

html{
	height: 100%;
}

body{

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


* {
  box-sizing: border-box;
}

main {
	/*height:  100%;*/
}

.page1{
	background-color: #f2f2f2;
}

h3{
	font-size: calc(1.5rem + .8vw);
}



/* --- Header --- */

	.header{
		-webkit-align-items: center;
    align-items: center;
    background: #fff;
    background: var(--c-header-bg);
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    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;
    padding: 5px 15px;
    /* padding: 5px var(--padding-small); */
    position: relative;
    width: 100%;
    max-width: 1920px;
    z-index: 20;
	}

	.header-holder{
		width: 100%;
		max-width: 1200px;
    margin: auto;
    text-align: center;
	}
	

	.button-box {
		margin: auto;
	}

	.cta-btn, .cta-btn-03{
		background-color: #e65c00;
	  color: #fff;
	  font-weight: bold;
	  font-family: "Open sans, Helvetica, Arial", sans-serif;
    border-radius: 5px;
	  box-sizing: border-box;
	  border: none;
	  font-size: .9rem;
	  transition: all 500ms ease;
	  cursor: pointer;
	}

	.cta-btn-03{
		margin-top: 10px;
    margin-bottom: 20px;
	}

	.cta-btn a,	.cta-btn-03 a{
		text-decoration: none;
    padding: 12px 30px;
    display: inline-block;
    color: inherit;
	}

	.cta-btn:hover,	.cta-btn-03:hover{
		background-color: #a35716;
	}

	.def-btn{
		float: right;
	  margin: 0 auto;
	 
	}

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

	.section-container{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
	}


	.title-intro{
		padding: 0 40px;
	}

	.title-intro div:nth-child(3){
		text-align: center;
	}

	.title-intro p:nth-child(3){
		text-align: center;
    font-size: 21pt;
    font-weight: bold;
    color: #e65c00;		
	}

	.title-intro h2{
		font-size: calc(2.4rem + 1.3vw);
    font-weight: bold;
	}

	.title-intro p{
		font-size: calc(.9rem + .5vw);
    font-weight: lighter;
	}

	.title-intro img{
		max-width: 900px;
		width: 100%;
		margin: auto;
	}

	.title-middle, .title-bottom{
		margin-top: 40px;
		padding: 0 60px;
	}

	.title-middle h3, .title-bottom h3{
		font-weight: bold;
		padding-bottom: 20px;
	}

	.title-middle p, .title-bottom p{
		font-size: calc(.8rem + .4vw);
		margin-bottom: 2.1rem;
		font-weight: lighter;
	}


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

	.end-block p{
		font-size: calc(.8rem + .4vw);
	}



/* -- FOOTER -- */

	.foot{
		background-color: #454545;

	}

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

	}

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

	}

	.cont{
		float: right;
		margin: 10px auto;
	}

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

	.mobile{
		margin: auto 0;
	}


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


}


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


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


	.img img{
		max-width: 150px;
	}

}


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

}


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

	.logo{

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

}


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

	.section-container{
		padding: 30px;
	}


}

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

	.logo{
		width: 50%;
	}

	.logo img {
    max-width: 160px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

	.header-holder div:nth-child(2){
		width: 50%;
	}

	.header-holder button{
		float: right;
		padding: 0;
	}

	.title-intro{
		padding: 0 20px;
	}

	.title-middle, .title-bottom{
		padding: 0 20px;
	}
}


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

	.img, .mobile {
		width: 100%;
	}

	.title-intro h2{
		font-size: calc(2.1rem + 1.2vw);
	}
}


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

	.header-holder{
		text-align: center;
	}

	.section-container{
		padding: 20px;
	}


	.header-holder div:last-child{
		margin-top: 0;
		padding: 0;
	}

}


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


}



/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

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

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

/* Postcode */

.postcodenoview {
	display: none;
	height: 0;
	transition: height 2s;
	transition-timing-function: ease-in;
}

.postcodeview {
	display: block;
	height: auto;
	color: #0f8d3b;;
	/*padding-top: 1em;*/
	/*padding-bottom: 1em;*/
	font-size: 1em;
}



