﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Dosis:400,700|Fira+Sans:400,700|Poppins:400,700|Roboto:400,700|Montserrat:400,700');

/* Standard Page CSS */
body {
    padding: 0 0 0 0;
    background: #FFFFFF;
    margin: 0 0 0 0;
    font-family: 'Fira Sans', sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 100;
}

a:link {
    color: #f39200;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #f39200;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #009fe3;
    text-decoration: none;
}

a:active {
    color: #f39200;
    text-decoration: underline;
}

a img {
    border: 0
}

img {
    border: 0
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-family: 'Montserrat', sans-serif, Helvetica, Arial;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat', sans-serif, Helvetica, Arial;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-family: 'Montserrat', sans-serif, Helvetica, Arial;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.spacer {
    CLEAR: both;
    HEIGHT: 0px;
}
/* Standard Page CSS */

/* Form Styles */
select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 500px;
    max-width: 90%;
    padding: 5px;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    line-height: 1.125;
    color: #484848;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #f0f3f8;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s;
    transition: border-color ease-in-out .15s, color ease-in-out .15s;
}

input[type="submit"] {
    background-color: #009fe3;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 250px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
}

input[type="submit"]:hover {
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
    background-color: #94c11f;
    color: #fff;
}
/* Form Styles */

/* Background Images */
.bg1 {
    background-image: url('../images/Home.jpg');
}
.bg2 {
    background-image: url('../images/About.jpg');
}
.bg3 {
    background-image: url('../images/Services.jpg');
}
.bg4 {
    background-image: url('../images/Customers.jpg');
}
.bg5 {
    background-image: url('../images/Contact.jpg');
}
/* Background Images */

/* Banner */
.banner {
    position: relative;
    display: table;
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    width: 100%;
    height: 650px;
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.banner-inside {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.banner-title {
    font-size: 52px;
    margin-bottom: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.banner-subtitle {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 5.5px;
    margin-bottom: -12px;
}

.button {
    display: inline;
    margin: 0 6px;
}

.button a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #FFFFFF;
    background: #0796c6;
    text-decoration: none;
    width: 140px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 20px;
}

.button.btn-color-1 a:hover {
    background: #94c11f;
}

.button.btn-color-2 a:hover {
    background: #0796c6;
}

.button.btn-color-3 a:hover {
    background: #0796c6;
}

.button.btn-color-1 a {
    background: linear-gradient(to right,#0f70b7,#009fe3);
}

.button.btn-color-2 a {
    background: linear-gradient(to right,#50e590,#35c8a4);
}

.button.btn-color-3 a {
    background: unset;
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .banner {
        height: 450px;
        min-height: 450px;
    }

    .banner-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .banner-subtitle {
        font-size: 18px;
        letter-spacing: 5px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .banner {
        height: 250px;
        min-height: 250px;
    }

    .banner-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .banner-subtitle {
        font-size: 18px;
        letter-spacing: 5px;
        margin-bottom: 10px;
    }
}
/* Banner */

/* Colours */
.Site_Blue_Background {
    background: #009fe3;
    color: #FFFFFF;
}

.Site_Green_Background {
    background: #94c11f;
}

.Site_Orange_Background {
    background: #f39200;
}

.Text_Blue {
    color: #009fe3;
}

.Text_Green {
    color: #94c11f;
}

.Text_Orange {
    color: #f39200;
}

.Text_White {
    color: #FFFFFF;
}

/* White */
.White {
    width: 100%;
    background: #FFFFFF;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    color: black;
}
/* White */

/* Blue */
.Blue {
    width: 100%;
    background: #009fe3;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    color: black;
    color: #FFFFFF;
}
/* Blue */

/* Green */
.Green {
    width: 100%;
    background: #94c11f;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    color: black;
}
/* Green */

/* Orange */
.Orange {
    width: 100%;
    background: #f39200;
    margin: 0;
    padding: 20px 0 20px 0;
    text-align: center;
    color: black;
}
/* Orange */

/* Box 1 Blue Hover */
.Box1 {
    display: inline-block;
    width: 30%;
    padding: 10px;
    margin: 20px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

.Box1:hover {
    background: #009fe3;
    cursor: pointer;
    color: #ffffff;
}

.Box1 .Image {
  width: 80px;
  height:80px;
  margin: 0 auto 20px auto;
  text-align: center;
  border-radius: 50%;
}

.Box1 .Image .fa_font {
    margin-top: 25px;
    font-size: 30px;
}

@media only screen and (max-width: 1300px) {
    .Box1 {
        width: 45%;
    }
}

@media only screen and (max-width: 900px) {
    .Box1 {
        display: block;
        width: 90%;
    }
}
/* Box 1 Blue Hover */

/* Box 2 Green Hover */
.Box2 {
    display: inline-block;
    width: 45%;
    padding: 10px;
    margin: 20px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

.Box2 .WestMids {
    width: 100%;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    background-size: contain;                    
    background-repeat: no-repeat;
    background-position: center center;
	vertical-align: middle;
    background-image: url('../images/westmids.png');
}

.Box2 .NorthWales {
    width: 100%;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    background-size: contain;                    
    background-repeat: no-repeat;
    background-position: center center;
	vertical-align: middle;
    background-image: url('../images/northwales.png');
}

.Box2:hover {
    background: #94c11f;
    cursor: pointer;
    color: #ffffff;
}

@media only screen and (max-width: 900px) {
    .Box2 {
        width: 90%;
        display: inline-block;
    }
}
/* Box 2 Green Hover */

/* Box 3 No Hover */
.Box3 {
    display: inline-block;
    width: 20%;
    padding: 10px;
    margin: 40px;
    border: none;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.Box3 .NumberBackground {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   overflow: hidden;
   font-size: 100px;
   font-weight: bold;
   color: #f0f3f8;
   z-index: -1;
   text-align: left;
   font-family: 'Montserrat', sans-serif, Helvetica, Arial;
}

@media only screen and (max-width: 800px) {
    .Box3 {
        width: 40%;
        margin: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .Box3 {
        display: inline-block;
        width: 80%;
        margin: 10px;
    }
}
/* Box 3 No Hover */

/* Box 4 */
.Box4 {
    display: inline-block;
    width: 20%;
    padding: 0;
    margin: 20px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

.Box4 .Icon {
    background-color: #CCCCCC;
    width: 20%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding: 5px 20px 10px 20px;
    margin: 0 0 10px 0;
    border-radius: 0 0 50% 50%;
    color: #000000;
}

@media only screen and (max-width: 1400px) {
    .Box4 {
        margin: 10px;
    }
    .Box4 .Icon {
        width: 25%;
    }
}

@media only screen and (max-width: 1100px) {
    .Box4 {
        margin: 10px;
    }

    .Box4 .Icon {
        width: 30%;
    }
}

@media only screen and (max-width: 1000px) {
    .Box4 {
        width: 40%;
        margin: 20px;
    }

    .Box4 .Icon {
        width: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .Box4 {
        width: 40%;
        margin: 10px;
    }

    .Box4 .Icon {
        width: 30%;
    }
}

@media only screen and (max-width: 400px) {
    .Box4 {
        display: inline-block;
        width: 80%;
        margin: 10px;
    }

    .Box4 .Icon {
        width: 30%;
    }
}
/* Box 4 */

/* Box 5 */
.Box5 {
    display: inline-block;
    width: 40%;
    padding: 0;
    margin: 30px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
    position: relative;
}

.Box5 .Icon {
    display: block;
    position: absolute;
    top: 15px;
    left: -40px;
    width: 80px;
    height: 60px;
    background-color: #CCCCCC;
    font-size: 40px;
} 

@media only screen and (max-width: 1400px) {
    .Box5 {
        margin: 40px;
    }
    .Box5 .Icon {
        width: 70px;
    }
}

@media only screen and (max-width: 1300px) {
    .Box5 {
        display: inline-block;
        margin: 10px;
        width: 80%;
    }

    .Box5 .Icon {
        width: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .Box5 {
        display: inline-block;
        margin: 10px;
        width: 90%;
    }

    .Box5 .Icon {
        left: -30px;
        width: 60px;
    }
}

@media only screen and (max-width: 700px) {
    .Box5 {
        display: inline-block;
        margin: 10px;
        width: 90%;
    }

    .Box5 .Icon {
        position: unset;
        display: inline-block;
        width: 80px;
    }
}
/* Box 5 */

/* Box 6 */
.Box6 {
    display: inline-block;
    width: 20%;
    padding: 0;
    margin: 10px;
    border: 1px solid #CCCCCC;
    vertical-align: top;
    height: 200px;
}

.Box6:hover {
    cursor: pointer;
}

.Box6 .Text {
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
}

.Box6:hover .Text {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    opacity: 1.0;
    background-color: #f39200;
    color: #FFFFFF;
}

.Box6:hover .Text a:link {
    color: #009fe3;
    text-decoration: none;
    cursor: pointer;
}

.Box6:hover .Text a:visited {
    color: #009fe3;
    text-decoration: none;
    cursor: pointer;
}

.Box6:hover .Text a:hover {
    color: #94c11f;
    text-decoration: none;
}

.Box6:hover .Text a:active {
    color: #009fe3;
    text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
    .Box6 {
        width: 23%;
        height: 245px;
        margin: 5px;
    }
}

@media only screen and (max-width: 950px) {
    .Box6 {
        width: 45%;
        height: 220px;
    }
}

@media only screen and (max-width: 550px) {
    .Box6 {
        margin: 20px auto;
        display: block;
        width: 90%;
        height: 180px;
    }
}
/* Box 6 */

/* Contact us Page */
.Left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background:#f0f3f8;
    margin: 20px;
    text-align: left;
    padding: 20px;
}

.Right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.Thanks {
    background-color: #009fe3;
    color: #FFFFFF;
    width: 80%;
    padding: 10px;
    margin: 20px auto;
}

@media only screen and (max-width: 800px) {
    .Left {
        display: block;
        width: 90%;
    }
    .Right {
        display: block;
        width: 95%;
    }
}
/* Contact us Page */

/* Footer */
.Footer {
    width: 100%;
    background: #f0f3f8;
    margin: 0 0 0 0;
    padding: 50px 0 35px 0;
    text-align: center;
    color: black;
    font-size: 14px;
}

.Footer .Logo {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align:middle;
}

.Footer .Links {
    display: inline-block;
    width: 68%;
    text-align: center;
    vertical-align:middle;
}

.Footer a:link {
    color: #f39200;
    text-decoration: none;
    cursor: pointer;
}

.Footer a:visited {
    color: #f39200;
    text-decoration: none;
    cursor: pointer;
}

.Footer a:hover {
    color: #009fe3;
    text-decoration: none;
}

.Footer a:active {
    color: #f39200;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .Footer .Logo {
        width:40%;
    }

    .Footer .Links {
        width: 58%;
    }
}

@media only screen and (max-width: 800px) {
    .Footer .Logo {
        width: 50%;
    }

    .Footer .Links {
        width: 48%;
    }
}

@media only screen and (max-width: 650px) {
    .Footer .Logo {
        width: 100%;
        display: inline-block;
    }

    .Footer .Links {
        width: 100%;
        display: inline-block;
    }
}
/* Footer */

/* Cookies */
.Cookie {
    background-color: #000000;
    height: 150px;
    border-top: 1px solid #FFFFFF;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.Cookie_Text {
    color: #FFFFFF;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    display: inline-block;
    width: 60%;
    margin: 20px 20px 0 20px;
    vertical-align: top;
}

.Cookie_Buttons {
    display: inline-block;
    width: 35%;
    margin: 10px 0 0 0;
}

.Cookie_Buttons .CookieButton {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.Cookie_Button_Style {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    background: #0796c6;
    text-decoration: none;
    width: 300px;
    height: 40px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
}

.Cookie_Button_Style.btn-color-1:hover {
    background: #94c11f;
}

.Cookie_Button_Style.btn-color-2:hover {
    background: #0796c6;
}

.Cookie_Button_Style.btn-color-3:hover {
    background: #0796c6;
}

.Cookie_Button_Style.btn-color-1 {
    background: #009fe3;
    border: none;
}

.Cookie_Button_Style.btn-color-2 {
    background: linear-gradient(to right,#159ed8,#35c8a4);
}

.Cookie_Button_Style.btn-color-3 {
    background: unset;
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

@media only screen and (max-width: 920px) {
    .Cookie_Text {
        display: block;
        width: 100%;
    }

    .Cookie_Buttons {
        display: block;
        width: 100%;
        margin: 0;
    }

    .Cookie_Buttons .CookieButton {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .Cookie_Button_Style {
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    .Cookie {
        height: 220px;
        width: 100%;
        overflow: hidden;
    }

    .Cookie_Buttons .CookieButton {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
}
/* Cookies */
