/*
Theme Name: North-West Skip Hire
Theme URI: https://www.wrightskiphire.co.uk
Description: Wright Skip Hire Website theme
Author: Leadsy
Author URI: https://www.leadsy.co.uk
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
    font-family: "Poppins", sans-serif;
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
header,
section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.siteNav {
    height: 80px;
    padding: 0;
}
header {
    background-color: #002866;
}
a.navbar-brand {
    margin: 0;
    background-color: #002866;
    -webkit-border-bottom-right-radius: 6px !important;
    -moz-border-radius-bottomright: 6px !important;
    border-bottom-right-radius: 6px !important;
    padding: 15px 15px !important;
    position: relative;
    z-index: 999;
}
p:last-child {
    margin-bottom: 0;
}
a.navbar-brand img {
    max-width: 200px;
    margin-top: 20px;
}
.siteNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
}
.siteNav .navbar-nav .nav-item .nav-link:hover {
    opacity: 0.9;
}
.headerContact {
    margin-right: 50px;
    margin-left: 50px;
}
.headerContact a {
    display: block;
    color: #002866;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
}
.headerContact a:hover {
    opacity: 0.9;
}
.headerContact a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
.siteBanner {
    background-image: url('https://wrightskiphire.co.uk/wp-content/uploads/2021/01/banner-image.jpg');
    padding-top: 170px;
    padding-bottom: 170px;
    background-size: cover;
    background-position: center;
}
.siteBanner::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.siteBanner .bannerContent {
    position: relative;
    z-index: 99;
    color: #fff;
}
.bannerContent h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bannerContent p {
    font-size: 20px;
    margin-bottom: 30px;
}
.bannerBtns a {
    display: inline-block;
    color: #002866;
    font-weight: 700;
    font-size: 18px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
}
a.buleBG {
    background-color: #002866;
    color: #fff;
    margin-right: 20px;
}
.bannerBtns a:hover {
    opacity: 0.9;
}
.bannerBottom {
    background-color: #002866;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    padding: 15px 0;
}
.aboutUS {
    padding: 80px 0;
}
.aboutUSInner h2 {
    color: #002866;
    font-size: 32px;
    margin-bottom: 20px;
}
.aboutUSInner svg {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #002866;
}
.aboutUSInner p {
    margin-bottom: 20px;
    padding-left: 60px;
    font-weight: 500;
}
.whyChoose {
    background-color: #002866;
}
.whyChooseContent {
    color: #fff;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.whyChooseContent h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.whyChooseContent p {
    margin-bottom: 20px;
    font-weight: 500;
}
.whyChooseContent .bannerBtns {
    margin-top: 30px;
}
.services {
    padding: 80px 0;
}
.serBox {
    color: #002866;
    text-align: center;
}
.serBox svg {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}
.serBox h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.contactUs {
    padding-bottom: 50px;
}
.formInner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.formInner select {
    width: 100%;
    border: 2px solid #002866;
    border-radius: 10px;
    height: 50px;
    padding: 0 10px;
    display: block;
    margin-bottom: 20px;
	background-color: #ececec;}


.formInner h2 {
    color: #002866;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.formInner input,
.formInner textarea {
    width: 100%;
    border: 2px solid #002866;
    border-radius: 10px;
    height: 46px;
    padding: 0 15px;
    display: block;
    margin-bottom: 20px;
    background-color: #ececec;
    font-size: 14px;
}
.formInner textarea {
    height: 120px;
    padding-top: 6px;
}
input.submitBtn {
    display: inline-block;
    background-color: #002866;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    width: 130px;
    height: 45px;
    margin: 0 auto;
}
input.submitBtn:hover {
    opacity: 0.9;
}
.footer {
    background-color: #002866;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}
.whyChoose img {
    height: 100%;
    object-fit: cover;
}