@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;700&display=swap);

/* 

MD Shotblasting Services

01207234840
07710153808
mdshotblasting@outlook.com

-----------------

chemical and drain cleaning
building maintenance and restoration specialists

------------------

Unit 4 Daleside Works
Craghead Ind Est
County Durham
DH9 6HB

------------------

dark: 313131
middle: 2a65a9
light: 2a65a9


 .mobphone{display: none!important;}
 */

.revealpageone{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ddd;
	animation: pagereveal 1s forwards;
	z-index: 100000;
	background-color: #313131;
	pointer-events: none;
}
@-webkit-keyframes pagereveal {
    0% {opacity: 1;}
    100% { opacity: 0;}
}
.reveal1{
	animation: pagerevealz 0.2s forwards;	
}
@-webkit-keyframes pagerevealz {
    0% {opacity: 0;}
    100% { opacity: 1;}
}
.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ddd;
	text-align: center;
	z-index: 1000000;
}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey;}
::-webkit-scrollbar-thumb {background: #2a65a9;}

::-moz-selection {background: #2a65a9;color: #fff;}
::selection {background: #2a65a9; color: #fff;}

.togglerz{display: none;}
.bigbg{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.widewrapper{
	width: 90%;
	margin: auto;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Sarabun', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #2a65a9;
}
p{
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Sarabun', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Sarabun', sans-serif;
}






.slideage{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.slide1{background-image: url(../images/slider.jpg);}
.slide2{background-image: url(../images/slider2.jpg);}
.slide3{background-image: url(../images/slider3.jpg);}
.slide4{background-image: url(../images/slider4.jpg);}
.slide5{background-image: url(../images/shapes/success.svg);}
.slide6{background-image: url(../images/shapes/fail.svg);}

.bannertext a:hover .pulsing{
	animation: pulse 1.3s infinite;	
}
@keyframes pulse{
    0% {box-shadow: 0 0 0 0px #2a65a9;}
    100% {box-shadow: 0 0 0 15px rgba(0,0,0,0);}
}


.main-button{
	position: relative;
	display: inline-block;
	background-color: #2a65a9;
	color: #fff!important;
	line-height: 50px;
	font-size: 15px;
	margin-top: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
	margin-right: 20px;
	padding: 0 30px;
}
.main-button:hover{
	box-shadow: 0 20px 45px rgba(0,0,0,0.15);
	padding: 0 45px;
}


header{
	position: relative;
	z-index: 5;
}
.header-top{
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.header-top-right{
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo{
	float: left;
	position: relative;
	z-index: 10;
}
.logo img{
	height: 130px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	padding: 30px 0;
	margin-bottom: 0px;
}
.logo p{
	margin: 0;
	line-height: 100px;
	font-size: 40px;
	color: #2a65a9;
	padding: 20px 0;
	letter-spacing: -0.5px;
}
.logo p span{
	color: #2a65a9;
}


.deets{
	float: right;
	text-align: right;
}
.deets a{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
	color: #111;
}
.deets span{
	border-radius: 50%;
	background-color: #2a65a9;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	color: white;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.deets a:hover span{
	background-color: #b80d0d!important;
}


nav{
	float: right;
	text-align: right;	
	position: relative;
	z-index: 1;
}
nav ul li{
	display: inline-block;
	margin: 10px 0;
	position: relative;
}
nav ul li a{
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	color: #111!important;
	position: relative;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin-left: 30px;
}
nav ul li a:hover{
	color: #2a65a9!important;
}
.active{
	color: #2a65a9!important;
}
nav ul li a::after{
	position: absolute;
	content: "-";
	color: #2a65a9;
	left: -20px;
}
nav ul li:first-of-type a::after{display: none;}


.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;	
	background-color: #313131;
	opacity: 0;
	z-index: 10;
	width: auto;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	border-top: 3px solid #2a65a9;
}
.sub-menu li{display: block;}
.sub-menu li a{
	padding: 0;
	color: #ffffff!important;
	line-height: 30px;
	margin: 0;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li > a{margin-right: 10px;}
nav ul li > a:only-child{margin-right: 0px;}
nav ul li > a::after {
	background-image: url(../images/shapes/navdown.svg);
	position: absolute;
	right: -20px;
	top: 5px;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
}
nav ul li > a:only-child::after { display: none;}
.banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	text-align: center;
	height: calc(100vh - 140px);
}
.other-header .banner{
	height: auto;
	min-height: 50vh;
}
.banner::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150%;
	content: " ";
	background-image: -webkit-linear-gradient(top, rgba(30,30,30,0.0), #313131);
	background-image: -o-linear-gradient(top, rgba(30,30,30,0.0), #313131);
	background-image: linear-gradient(to bottom, rgba(30,30,30,0.0), #313131);
	z-index: 1;
	opacity: 0.75;
	pointer-events: none;
}
.bigslider{
	height: 100%;
	position: absolute;
	cursor: drag;
	width: 100%;
}
.bannertext{
	position: absolute;
	color: white;
	width: 100%;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 30px;
}
.otherheader .bannertext{
	padding-top: 150px;
	padding-bottom: 150px;
}
.bannertext h1{
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 30px rgba(0,0,0,0.9);
	margin-bottom: 30px;
}
.bannertext h1 strong{
	font-weight: 300;
}
.bannertext p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: white;
	text-shadow: 0 4px 20px rgba(0,0,0,0.9);
	margin: 0;
	letter-spacing: 4px;
}
.otherheader .bannertext{
	text-align: center;
	width: 100%;
}
.bannertext img{
	height: 120px;
	margin-bottom: 30px;
	background-color: rgba(0,0,0,0.85);
	padding: 30px;
}
.specialists{
	padding-top: 150px;
	color: #111;
	text-align: center;
	position: relative;
}
.specialists::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	content: " ";
	background-color: #ddd;
	z-index: -1;
}
#typed{
	font-size: 30px;
	line-height: 100%;
	margin: 0;
	text-transform: capitalize;
	color: #2a65a9;
	display: inline-block;
}
.typed-cursor{
	font-size: 30px;
	color: #2a65a9;
	display: inline-block;
}
.typing-text{
	margin-bottom: 50px;
}
.typing-text p{
	font-size: 30px;
	line-height: 40px;
}
.service-box{
	position: relative;
	cursor: grab;
}
.service-box-text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	margin: 10px;
	z-index: 5;
	text-align: left;
}
.service-box-text h3{
	text-shadow: 1px 1px 6px rgba(0,0,0,0.9);
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
.service-box-text p{
	opacity: 1;
	color: white;
}
.service-box-text p{display: none;}
.service-panel{
	position: relative;
	height: 600px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.service-panel::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: " ";
	background-image: -webkit-linear-gradient(top, rgba(30,30,30,0.0), #111);
	background-image: -o-linear-gradient(top, rgba(30,30,30,0.0), #111);
	background-image: linear-gradient(to bottom, rgba(30,30,30,0.0), #111);
	z-index: 1;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.service-panel:hover::after{
	opacity: 0.5;
}

.home-services{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
}
.home-service{
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	margin-top: 20px;
	position: relative;
	border-radius: 3px;
}
.home-service p{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
.home-services h3{
	margin-bottom: 30px;
}

.home-services li{
	background-color: rgba(0,0,0,0.1);
	padding: 10px;
	margin-top: 20px;
	position: relative;
	border-radius: 3px;
}

.home-content{
	position: relative;
	background-color: #111;
	color: white;
}
.home-image{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}
.home-content .content{
	padding: 100px;
	padding-left: 0;
}



main span{
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #b80d0d;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #2a65a9;	
}
main h2{
	font-size: 30px;
	line-height: 120%;
	font-weight: 500;
	color: #2a65a9;	
}
main h3{
	font-size: 22px;
	line-height: 120%;
	font-weight: 500;
	color: #2a65a9;	
}
main h4{
	font-size: 22px;
	line-height: 120%;
	font-weight: 500;
	color: #2a65a9;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	color: #2a65a9;	
}




.homereviews{
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(../images/shapes/quotes2.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}
.homereviews .row{position: relative;}
.reviewslider li{
	padding: 30px 10px 30px 0;
}
.reviewslider p{

	color: #111!important;
}
.nopad{
	padding: 0;
}


.bottom-contact{
	position: relative;
	background-color: #ddd;
}
.bottom-contact-image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}
.bottom-contact-text{
	padding: 150px 100px;
	padding-right: 0;
}

.homevid{
	width: 100%;
	height: 600px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
}


footer{
	margin-top: 0px;
	color: white;
	background-color: #111;
	padding-top: 120px;
	padding-bottom: 100px;
	position: relative;
	overflow:hidden;
	float: left;
	width: 100%;
	z-index: 5;
}
.dots3{
	position: absolute;
	top: 100px;
	right: -50px;
	height: 250%;
	z-index: 9;
	transform: rotate(45deg);
}
footer .row{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #2a65a9;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #2a65a9;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 15px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: white;
	display: inline-block;
}
.footerlinks{
	display: block;
}
.footerlinks a{
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #2a65a9;	
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footright a{color: #fff!important;}
footer ul li a:hover{
	color: #2a65a9!important;
}
.footright a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
}
.footright a:hover{
	color: #2a65a9!important;	
}
.footright span{
	margin-right: 15px;
	color: #b80d0d;
}
.footright a:hover{
	color: #2a65a9;	
}
.footleft a{
	text-transform: capitalize;
}



.myform{
	overflow: auto;
	width: 100%;
}
.myform label{
	float: left;
	display: block;
	font-size: 13px;
	line-height: 20px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #2a65a9;
	font-weight: 500;
	width: 100%;
}
select{
	border-radius: 0px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #fff;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #fff;
	padding: 0px 20px;
	border: 0px;
	border-left: 0px solid #111;
	height: 40px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px;
}
.myform textarea{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px;
}
.select-option{
	background-color: #666;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #2a65a9;
	color: white!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	background-color: rgba(255,255,255,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
.myform select:focus{
	background-color: #313131;
}
::-webkit-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
::-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-ms-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
.checkz input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
}
.checkz p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #fff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.checkd{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
.thumbs{
	float: left;
	width: 25%;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	bottom: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 0.5;
	pointer-events:none;
	background-color: #2a65a9;
-webkit-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
        transition: all 300ms cubic-bezier(1,.11,.52,.99);
	border-radius: 10px;
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 4px;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: calc(100% - 10px);
}
blockquote{
	padding: 40px;
	display: block;
	margin-bottom: 30px;
	border-radius: 3px;
	font-style: normal;
	background-color: #ddd;
	position: relative;
	width: 100%;
	display: inline-block;
}
.stars{
	height: 20px;
	margin-top: 20px;
}
blockquote::after{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	content: " ";
	background-image: url(../images/shapes/quotes.svg);
	background-size: 500px;
	background-position: right -50px bottom -50px;
	background-repeat: no-repeat;
	z-index: 4;
	opacity: 0.2;
}
blockquote p{
	font-weight: 400;
}
.topquote{
	width: calc(100% - 140px);
	margin-bottom: 20px;
	display: block;
}
.topquote span{
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #2a65a9;
}
.topquote p{
	font-size: 15px;
	margin: 0;
	line-height: 25px;
	color: #b80d0d;
	font-weight: 400;
}
.authorpic{
	position: absolute;
	right: 60px;
	width: 120px;
	height: 120px;
	top: -25px;
}

.smallquote{
	font-size: 12px;
	line-height: 28px;
}
.midquote{
	font-size: 15px;
	line-height: 32px;
}
.bigquote{
	font-size: 30px;
	line-height: 40px;
}
.two, .three{opacity: 0;}

.callnow{display: none;}



.services{
	background-color: #313131;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}
.services::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #313131;
	background-image: -webkit-linear-gradient(top left, #313131, #2a65a9);
	background-image: -o-linear-gradient(top left, #313131, #2a65a9);
	background-image: linear-gradient(to bottom right, #313131, #2a65a9);
	z-index: 1;
	opacity: 0.85;
}
.services .row{
	position: relative;
	z-index: 10;
}
.services-text{
	padding: 50px;
	color: white;
}
.services-text h2{
	color: white;
	font-size: 40px;
}
.services-text span{
	color: #2a65a9;
}


.services ul{
	margin-top: 0px;
}
.services ul li{
	color: #fff;
	line-height: 30px;
	padding: 0px 10px 0px 40px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: relative;
	font-size: 18px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.services ul li::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	content: url(../images/shapes/check.svg);
	padding: 0 4px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border:2px solid #fff;
	border-radius: 50%;
}
.services ul li:hover::after{
	border:2px solid #fff;
	box-shadow: 0 0 10px #2a65a9;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.content{
	padding-top: 100px;
	padding-bottom: 100px;
}
.content-text{
	padding: 50px;
}

.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.contact-form{
	background-color: #313131;
	background-image: -webkit-linear-gradient(top left, #313131, #2a65a9);
	background-image: -o-linear-gradient(top left, #313131, #2a65a9);
	background-image: linear-gradient(to bottom right, #313131, #2a65a9);
	padding: 60px;
	position: relative;
}
.paperplane{
	position: absolute;
	width: 40%;
	bottom: -50px;
	right: -30px;
	z-index: 1;
}
.myform{
	position: relative;
	z-index: 2;
	overflow: auto;
}
.contact-deets a, .contact-deets p{
	margin: 0;
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #313131;
	font-weight: 800;
}
.contact-deets h3{
	margin-top: 20px;
}
.contact-deets span{
	margin-right: 10px;
	color: #2a65a9;
}
.contact-deets{
	padding: 50px;
}
.myform .columns{
	padding: 5px;
}


.members{
	padding-top: 50px;
}
.members img{
	height: 100px;
	padding: 10px;
}

.builders{
	background-color: #2a65a9;
	padding: 50px;
	color: white;
}
.builders img{border-radius: 5px;}

.builders h3, .builders h5{
	color: white;
	display: block;
	text-align: center;
}

video{
  position: relative;
  height: 600px;
  width: 100%;
}
.next-content{padding-top: 0;}





@media screen and (max-width: 64em) {
.togglerz{
	position: fixed;
	z-index: 110000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #2a65a9;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
}
.togglerz a{color: white;}
.toggler{
	position: relative;
	top: 0;
	left: 0;
	background-color: #2a65a9;
	padding: 10px 20px;
	cursor: pointer;
	width: calc(100% - 100px);
	z-index: 102;

	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	float: left;
}
.toggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.toggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.movetoggler{
	top: 0%;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.closetoggler{
	position: absolute;
	margin-top: -100%;
	left: 00%;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	width: calc(100% - 100px);

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	z-index: 100000;
	background-color: #2a65a9;
}
.closetoggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.closetoggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.moveclosetoggler{
	margin-top: 0px;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.emailin{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #2a65a9;
	text-align: center;
	border-radius: 50%;
	float: right;
	transform: scale(0.8);
}
.phonein{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #2a65a9;
	text-align: center;
	border-radius: 50%;
	float: right;
	transform: scale(0.8);
}
.phonein span, .emailin span{
	line-height: 50px;
}
nav{
	position: fixed;
	top: 50px;
	left: -100%;
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: rgba(30,30,30,0.95);
	pointer-events: none;
}
nav ul li a::after{
	display: none;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
nav ul li::after{
	display: none;
}
.footleft{display: none;}
.home-image{
	position: absolute;
	height: 300px!important;
	width: 100%;
}
.home-content .content{
	padding: 50px 0px;
	padding-top: 350px;
}
.bottom-contact-image{
	position: absolute;
	height: 300px!important;
	width: 100%;
}
.bottom-contact-text{
	padding: 50px 0px;
	padding-top: 350px;
}
.service-box-text p{display: block;}


main span{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #2a65a9;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{font-size: 40px;}
main h2{font-size: 30px;}
main h3{font-size: 20px;}
main h4{font-size: 18px;}
main h5{font-size: 16px;}

.home-services{
	padding-top: 50px;
	padding-bottom: 50px;
}
.homereviews{
	padding-top: 50px;
	padding-bottom: 50px;
}
.widewrapper{
	width: 100%;
}
footer{
	padding-top: 50px;
	padding-bottom: 50px;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.bannertext h1{
	font-size: 30px;
	line-height: 110%;
}
.bannertext p{
	font-size: 20px;
	line-height: 110%;
}
.logo{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.logo img{
	margin-bottom: 0;
	height: auto;
	width: 60%;
	margin: auto;
}
.deets{display: none;}
.callnow{
	margin-top: 50px;
	display: inline-block;
}
.contact-deets{
	padding: 30px 0;
}
.thumbs{
	padding: 4px;
}
.content-text{
	padding: 0;
}
.services-text{
	padding: 0;
}
.services{
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: none;	
}
.contact-form{
	padding: 30px;
}

	.sub-menu{
		position: relative;
		display: block;
		top: 0;
		text-align: center;
		padding: 10px;
		background-color: unset;
		opacity: 1;
		width: 100%;
		transform: scale(1);
		pointer-events: auto;
		border-top: 0px;
		box-shadow: 0 0 80px rgba(0,0,0,0.0);
	}
.sub-menu li a{
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}
.topquote{
	width: calc(100% - 50px);
}
.authorpic{
	position: absolute;
	right: 00px;
	width: 90px;
	height: 40px;
	top: -25px;
}



.service-panel{
	height: 400px;
}

.builders{
	padding: 20px;
}
.builders{text-align: center;}

}
@media screen and (max-width: 40em) {


.bannertext img{display: none;}




.homevid{
	height: auto;
}


.trade{
	padding-top: 40px;
}

.members img{
	height: auto;
	padding: 5px;
}






}