@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

body {
    font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobilebanner {
    display: none;
}

/*Contact Details In Header*/

.contactbar {
	width: 100%;
    height: 1vh;
	text-align: right;
	background-color: #b76413;
}

/*Main Header*/

header {
    background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
    overflow: auto;
    padding: 10px 0;
}
.logo img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 15px auto 15px auto;
    border-radius: 20px;
}
.logo h4 {
    color: #b76413;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}
.deets {
    text-align: center;
}
.deets i {
    padding-top: 1.5px;
    background-color: #b76413;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.deets a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 15px;
}
.otherbanner img {
    padding: 20px 0;
}
nav ul {
    width: 100%;
    text-align: center;
}
nav ul li {
    display: inline;
    position: relative;    
}
nav ul li a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 80px;
    margin: 0px 20px;
    text-transform: uppercase;
    transition: ease 0.4s;
}
nav ul li a:hover {
    color: #f9a34e;
    transition: ease 0.4s;
}
.active {
    color: #f9a34e;
}
.banner-text {
    margin-bottom: 15px;
    text-align: center;
}
.banner-text h3 {
    color: #f9a34e;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.banner-text p {
    color: #fff;
}
.image-slider img {
    padding: 0px 10px;
}
button {
    background-color: #b76413;
    border: none;
    color: #fff!important;
    font-size: 20px!important;
    font-weight: 600!important;
    line-height: 40px!important;
    padding: 0 20px;
    text-transform: uppercase!important;
}

/*Why Choose Us*/

.why {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inner {    
    background-color: #222;
    padding: 10px 0 2px 0;
    overflow: hidden!important; 
    position: relative;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    
}
.inner:after {
    content: '';
    width: 150%;
    height: 100px;
    background-color: #b76413;
    display: inline-block;
    position: absolute;
    left: -25px;
    bottom: -15px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: ;
    -o-transform: ;
    transform: ;    
}
.alt:after {
    content: '';
    width: 150%;
    height: 100px;
    background-color: #b76413;
    display: inline-block;
    position: absolute;
    left: -25px;
    bottom: -27px;
    -webkit-transform: rotate(7deg);
    -ms-transform: ;
    -o-transform: ;
    transform: ;    
}
.inner i {
    font-size: 50px;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    line-height: 100px;
    display: block;
}
.inner p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    z-index: 20;
}

/*Main Content*/

section .row {
    background-color: rgba(0,0,0,0.05);
}
.no-bg {
    background-color: transparent!important;
}
.main-content {
    padding: 30px 0;
}
.pdf {
    color: blue;
    font-weight: 600;
}
.main-content h1 {
    margin: 0;
    font-size: 26px;
    color: #111;
}
.main-content h2 {
    margin: 0;
    font-size: 26px;
    color: #111;
}
.main-content h3 {
    color: #111;
}
.main-content span {
    font-weight: 600;
    color: #b76413;
}
.main-content ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
    columns: 2;
    padding: 5px 0px;
}
.content-thumbs img {
    width: 47%;
}
.content-thumbs img:first-of-type {
    margin-right: 15px;
}
.single, .single-dual, .single-small {  
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
    -o-columns: 1!important;
    columns: 1!important;
    padding: 5px 0px;  
    margin-bottom: 15px;
}
.single-dual li:before {
    content: ''!important;
}
.single-small li {
    font-size: 14px;
}
.main-content ul li:before {
	content: "\f374";
	font-family: ionicons;
	color: #222;
	margin-right: 10px;
}
.address {
    padding: 0;
    padding-bottom: 30px;
}
.address h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    margin-top: 20px;
}
.address p {
    margin: 0;
}
#map {
    height: 175px;
    margin-top: 25px;
}
.productsimg img {
    margin-top: 20px;
    border: 1px solid #222;
}
.servicebanners img {
    margin-bottom: 10px;
}
.blueh3 {
    color: #b76413!important;
}
.areas-img img {
    width: 100%;
    margin-top: 15px;
}
.areas ul {
    -webkit-columns: 3!important;
    -moz-columns: 3!important;
    -o-columns: 3!important;
    columns: 3!important;
}
.areas li:before {
    content: '\f456'!important;
    font-family: ionicons;
    margin-left: 1px;
}
.home-thumbs img:first-of-type {
    margin-bottom: 30px;
}
.project-thumbs h6 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.project-thumbs p {
    font-size: 14px;
    text-align: center;
}

/*Sidebar*/

aside h3 {
    text-transform: uppercase;
    color: #696969;
}
aside i {
    background-color: #b76413;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    width: 56px;
}
aside ul {
    -webkit-columns: 1!important;
    -moz-columns: 1!important;
    -o-columns: 1!important;
    columns: 1!important;   
}
aside ul li {
    padding-bottom: 5px;
}
.accreds img {
    margin: 0;
    width: 85%;
    margin-right: 5px;
    margin-bottom: 15px;
}
.contactbuttons {
    display: block;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,0.2);
}
.contactbuttonsemail {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,0.2);
}
.testimonials {
    padding: 10px 10px 0 10px;
}
.testimonials h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.testimonials h5 {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.testimonials p {
    font-size: 14px;
}
.box {
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #b76413;
}
.checkatrade a {
    text-align: center;
    padding-top: 10px;
}

/*Footer*/

footer {
    width: 100%;
    background-color: #b76413;
}
footer p {
    color: #fff;
    margin: 0;
    padding: 3px 0px;
    font-size: 14px;
    float: left;
    font-weight: 500;
}

/*Form*/

form {
    padding-top: 30px;
}
.myform label{
            float: left;
            margin-left: 10px;
            font-size: 14px;
            position: relative;
            margin-bottom: -12px;
            font-weight: bold;     
            background-color: #FFF;
            text-transform: uppercase;
            line-height: 24px;
            padding: 0px 10px;
            box-sizing: border-box;
            border-radius: 3px 3px 0 0;
            color: #b76413;
}
select{
            border-radius: 0px;
}
.myform img{
            width: 215px;
            height: 80px;
            float: left;
            background-color: #333;
            margin: 10px 10px 10px 0px;
}
.security{
            width: 100%;
            display: block;
            overflow: auto;
}
#code{
            width: calc(100% - 225px);
            margin-bottom: 0px
}
.myform a{
            width: calc(100% - 225px);
            line-height: 30px;
            color: #111;
            background-color: #b76413;
            display: block;
            float: left;
            padding: 0px 20px;
}
.myform input, .myform select{
            width: 100%;
            color: #444;
            padding: 0px 20px;
            border: 2px solid #888;
            height: 46px;
            margin-bottom: 12px;
}
.myform textarea{
            padding: 10px 20px 10px 20px;
            color: #444;
            border: 2px solid #888;
            width: 100%;
            height: 120px;
            border-radius: 0px;
}
.select-option{
            background-color: #666;
            border: none;
            color: #FFF;
}
.myform p{
            float: right;
            margin: 0px 10px;
            padding: 0px;
            width: calc(100% - 245px);
            line-height: 40px;
}

input[type=submit]{
            width: auto;
            height: 46px;
            margin-top: 10px;
            background-color: #b76413;
            border-radius: 2px;
            text-transform: uppercase;
            color: #fff;
            border: none;
            outline: none;
            float: right;
            padding: 0px 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
            border: 2px solid #b76413;
            outline: none!important;
}
@media screen and (max-width: 580px){
            .myform img{
            width: 100%;
            height:auto;
}

#code{
            width: 100%;
            margin-bottom: 0px
}
.myform a{
            width: 100%;
            margin-top: 10px;
            line-height: 30px;
}
}


.sidebarthumbs img {
    padding: 0;
    border: 4px solid #d02229;
}
.contacthome {
    text-align: center;
    background-image: url(../images/contacthome.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
    overflow: auto;
    color: #fff;
    padding: 40px 0;
    width: 100%;
    float: left;
}
.contacthome i {
    font-size: 60px;
}
.contacthome h3 {
    margin: 0;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
}
.contacthome p {
    margin: 0;
    padding: 0;
}
.contacthome a {
    background-color: #b76413;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 1px;
    font-weight: 600;
    padding: 5px 25px;
    margin-top: 30px;
    display: inline-block;
}
.thumbs {
    padding-top: 20px;
}
.thumbs img {
    transition: ease 0.4s;
}
.thumbs img:hover {
    opacity: 0.6;
    transition: ease 0.4s;
}


/*Responsive Styling*/

@media screen and (max-width: 1050px) { 

nav ul li a {
    margin: 0px 8 px!important;
}

}


@media screen and (max-width: 40em ) {
.contactbar {
    display: none;
}
header h1 {
    text-align: center; 
}
.logo {
    text-align: center;
}
.mobilebanner {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    background-color: rgba(0,0,0,0.4);
}
.mobilebanner i {
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    line-height: 70px;
    height: 20px;
}
nav ul {
    z-index: 20;
    top: 0;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
    background-color: rgba(0,0,0,0.4);
}
nav ul li {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
nav ul li a {
    line-height: 35px;
    font-size: 18px;
    border-bottom: none;
}
.otherbanner {
    display: none;
}
button {
    display: none;
}
.inner {
    margin-bottom: 20px
}
.alt:after {
    bottom: -20px;
}
.thumbs {
    margin-top: 20px;
}
footer p {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
}
.smaller {
    width: 100%!important;
}
.main-content img {
    width: 100%;
}
.main-content img:first-of-type {
    width: 100%;
    margin-bottom: 15px;
}
.mobile-off {
    display: none!important;
}
}
