@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;
	line-height: 2.0em;
	background-color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #000000;
	
}

body {overflow-x: hidden;}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
letter-spacing: 1px;
	font-size: 14px;
}
.navbar-default .navbar-brand {
  color: #180d41;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #180d41;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #180d41;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #180d41;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #94938f;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #180d41;
  background-color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #4B4B49;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #180d41;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #180d41;
  background-color: #180d41;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #180d41;
  background-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #180d41;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #180d41;
}
.navbar-default .navbar-link {
  color: #180d41;
}
.navbar-default .navbar-link:hover {
  color: #180d41;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #180d41;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #180d41;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #180d41;
    background-color: #fff;
  }
}

/* this is the size of the logo on the navigation bar*/

#brand-image {
  height: 55px;
  padding-bottom:18px !important; 
}

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:11px !important; 
    padding-bottom:0 !important;
    height: 42px;
}
.navbar {min-height:40px !important;}

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:12px !important; 
    padding-bottom:0 !important;
    height: 42px;
}
.navbar {min-height:40px !important;}

.navbar-right {
	padding-top:8px !important;
	
}

/*START  THIS IS CENTERING THE NAVIGATION */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* THIS IS REMOVING THE ROUNDED BORDERS ON THE NAVBAR */
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* NICK THIS IS A MEDIA QUERY / CLASS I USED TO MAKE THE NAVIGATION TOGGLE COME ON AT SMALL SCREEN SIZE RATHER THAN JUST XSMALL SCREEN SIZE  */

@media (min-width: 768px) and (max-width: 1195px) 
{
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  } 
	
}


/* START CALL TO ACTION*/

.here {
    background-color: #00CC33;
    color: #fff;
    font-size: 1.2em;
    padding-top: 0.9em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-bottom: 0.9em;
	
		
}

a.exterior:link {
	color: #fff;
	text-decoration: none;
}
a.exterior:visited {
	text-decoration: none;
	color: #fff;
}
a.exterior:hover {
	text-decoration: underline;
	color: #fff;
}
a.exterior:active {
	text-decoration: none;
	color: #fff;
}

a.fbexterior:link {
	color: #000;
	text-decoration: none;
	
}
a.fbexterior:visited {
	text-decoration: none;
	color: #000;
	
}
a.fbexterior:hover {
	text-decoration: none;
	color: #000;
	
}
a.fbexterior:active {
	text-decoration: none;
	color: #000;
	
}

 a.egexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em; 
}
a.egexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}
a.egexterior:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}
a.egexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}


@media (max-width: 767px) {


 a.egexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em; 
}
a.egexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
}
a.egexterior:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
}
a.egexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
}












}


a.awexterior:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.awexterior:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.awexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.awexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.greenawexterior:link {
	color: #00CC33;
	text-decoration: none;
	font-weight: bold;
}
a.greenawexterior:visited {
	text-decoration: none;
	color: #00CC33;
	font-weight: bold;
}
a.greenawexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.greenawexterior:active {
	text-decoration: none;
	color: #00CC33;
	font-weight: bold;
}

a.purpleawexteriorchoice:link {
	color: #00CC33;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
}
a.purpleawexteriorchoice:visited {
	text-decoration: none;
	color: #00CC33;
	font-weight: bold;
	font-size: 1.0em;
}
a.purpleawexteriorchoice:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}
a.purpleawexteriorchoice:active {
	text-decoration: none;
	color: #00CC33;
	font-weight: bold;
	font-size: 1.0em;
}

a.blueawexteriorchoice:link {
	color: #0302CB;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
}
a.blueeawexteriorchoice:visited {
	text-decoration: none;
	color: #0302CB;
	font-weight: bold;
	font-size: 1.0em;
}
a.blueawexteriorchoice:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}
a.blueawexteriorchoice:active {
	text-decoration: none;
	color: #0302CB;
	font-weight: bold;
	font-size: 1.0em;
}




/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: #000;
	
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0302CB;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.button {
	display: inline-block;
	
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	
	text-decoration: none;
	color: white;
	border: 0.15em solid #fff;
	border-radius: 10px;
}

.button2 {
    display: inline-block;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    background-color: #00CC33;
    text-decoration: none;
    color: white;
    border: 0.15em solid #fff;
    font-size: 1.0em;
    font-weight: 500;
}

h1 {
    font-size: 2em;
	font-weight: bold;
    line-height: 1.8em;
    padding-top: 0.5em;
    padding-bottom: 1.1em;
    color: #000000;
}

@media (max-width: 767px) {
	
	h1 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

}

h2 {
	font-weight: bolder;
	font-size: 1.3em;
	line-height: 1.5em;
}

@media (max-width: 767px) {
	
	h2 {
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 1.3em;
}

}

h3 {
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #0302CB;
}

@media (max-width: 767px) {
	
	h3 {
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #0302CB;	
}

}



.text-padding {
	padding-top: 0.1em;
	padding-bottom: 1em;
	
	
}

.text-padding3 {
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	
	
}

.text-padding2 {
	padding-top: 0.5em;
	padding-bottom: 1em;
	
	
}

.text-padding6 {
	padding-top: 0.1em;
	padding-bottom: 2.5em;
	
	
}


@media (max-width: 767px) {

.text-padding6 {
	padding-top: 0.1em;
	padding-bottom: 1.5em;
	
	
}

}



.abitofmarginontopoflogo {
	margin-top: 1em;
	margin-bottom: 1em;
}

@media (max-width: 991px) {
.septheboxes {
	
	margin-top: 4em;
	
}
}


.septheboxes2 {
	
	margin-top: 4em;
	
}



#whiteness {
	background-color: white;
}



.services {
	color: #0973ba;
	font-size: 1.7em;
	font-weight: bolder;
	line-height: 2.5em;
}






.footercolour {
    background-color: #000;
    color: #FFFFFF;
    padding-top: 1em;
    padding-bottom: 0.1em;
    font-size: 1em;
    line-height: 2.0em;
	
}



.fas {
	color: #180d41;
		}

.far {
	color: #180d41;
		}
.fab {
	color: #180d41;
		}



.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
	background: #676a6b;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #555859;
}
.btn-primary:active, .btn-primary.active {
	background: #555859;
	box-shadow: none;
}



.contcontback {
	background-color: #000;
	margin-left: 2em;
	margin-right: 2em;
}



@media (min-width: 1199px) and (max-width: 1257px) {
	
	.contcontback {
	background-color: #000;
	margin-left: 0em;
	margin-right: 0em;
}
	
}


@media (min-width: 991px) and (max-width: 1056px) {
	
	.contcontback {
	background-color: #000;
	margin-left: 0em;
	margin-right: 0em;
}
	
}


@media (min-width: 765px) and (max-width: 836px) {
	
	.contcontback {
	background-color: #000;
	margin-left: 0em;
	margin-right: 0em;
}
		
}


.contcontback2 {
	background-color: #fff;
	margin-left: 2em;
	margin-right: 2em;
}



@media (min-width: 1199px) and (max-width: 1257px) {
	
	.contcontback2 {
	background-color: #fff;
	margin-left: 0em;
	margin-right: 0em;
}
	
}


@media (min-width: 991px) and (max-width: 1056px) {
	
	.contcontback2 {
	background-color: #fff;
	margin-left: 0em;
	margin-right: 0em;
}
	
}


@media (min-width: 765px) and (max-width: 836px) {
	
	.contcontback2 {
	background-color: #fff;
	margin-left: 0em;
	margin-right: 0em;
}
		
}





.textlineheight {
	
	line-height: 30px;
}

@media screen and (max-width: 991px){
	
	.spaceareasonhome {
	
	margin-bottom: 2em;
}
}


	
	.spacebottombanners {
	
	margin-bottom: 2em;
}

.givemelineheight {
	line-height: 24px;
}

.givemespaceabove2 {
	background-color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
}



.givemespaceaboveagain {
	background-color: #FFFFFF;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
}

.padonaddress {
	padding-top: 5px;
}

.colourforcategoriesb {
	color: #00CC33;
	font-size: 22px;
	font-weight: bolder;
	line-height: 2em;
}

a.jjgexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}
a.jjgexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
a.jjgexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 24px;
}
a.jjgexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 24px;
}

a.kkgexterior:link {
	color: #0302CB;
	text-decoration: none;
	font-weight: bold;
	
}
a.kkgexterior:visited {
	text-decoration: none;
	color: #0302CB;
	font-weight: bold;
	
}
a.kkgexterior:hover {
	text-decoration: none;
	color: #0302CB;
	font-weight: bold;
	
}
a.kkgexterior:active {
	text-decoration: none;
	color: #0302CB;
	font-weight: bold;
	
}

/* START - THIS STYLE ONLY APPLIES TO CONTACT PAGE -  THIS IS A CLASS I USED TO LINE THE FORM UP PADDING WISE */

.coolio3 {
	
	margin-top: -10px;
	padding-bottom: 0px;

/* MEDIA QUERY BELOW TO LINE THE FORM UP PADDING WISE ON MOBILE VIEW AS THERE WAS TOO MUCH PADDING ON TOP AT THIS VIEW */	
	
}

@media screen and (max-width: 767px){
.coolio3 {
	
	padding-top: 7px;
	padding-bottom: 12px;
	
	
}
}


.givemargintothetop2 {
	margin-top: 2.5em;

}


	  
	@media screen and (max-width: 767px){
.givemargintothetop {
	margin-top: 2.5em;
	
	
}
}

.bottomlogopadding {
padding-top: 2em;
padding-bottom: 1em;		
}

a.jcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
}
a.jcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.jcontactnumber:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}
a.jcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}


a.jgcontactnumber:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
a.jgcontactnumber:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
a.jgcontactnumber:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}
a.jgcontactnumber:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

a.jemail:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
}
a.jemail:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}
a.jemail:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}
a.jemail:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	
}

.padcompanynumber {
	padding-bottom: 2em;
}

