
:root {
	--primary: #3075C9;
	--secondary: #193D6A;
	--light: #b1e2f3;
}
html, body {
    margin:0;
    font-family:'Open Sans';
}
a {
    color:inherit;
    text-decoration:none;
}
.fb-wrap {
	margin-top:15px;
}
.fb-like {
	display: inline-block !important;
	vertical-align: middle;
}
#screenwidth-1040 {
	text-align:left;
}
input {
    -webkit-appearance:none;
}
ul {
    padding:0;
    list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins";
}
.centralise-outer {
    display:table;
    width:100%;
    height:100%;
    position:relative;
}
.centralise-middle {
    vertical-align:middle;
    display:table-cell;
}
.centralise-inner {
    margin-right:auto;
    margin-left:auto;
}
.trans-all-7s {
     -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.trans-all-3s {
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hideme {
    opacity:0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.start-hidden {
    opacity: 0;
     -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.start-lowered {
    -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    -o-transform:translateY(100px);
    transform:translateY(100px);
    opacity:0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
 .lowered-before-view {
     opacity:0;
     -webkit-transform:translateY(100px);
    -moz-transform:translateY(100px);
    -ms-transform:translateY(100px);
    -o-transform:translateY(100px);
    transform:translateY(100px);
     -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
 }
 .slide-and-show {
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px);
    opacity:1;
}
 .slide-in {
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px);
}
 .fade-in {
    opacity:1;
}


.row-wrapper {
	width:100%;
	box-sizing: border-box;
	padding:0px 40px;
	max-width:1200px;
	margin:0 auto;
}

/*header-dropdown styles*/
.main-header {
    width: 100%;
    height: auto;
	/*position:absolute;*/
	top:0;
	right:0;
	left:0;
	z-index:99;
}
.top-contact-banner {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    color: #444;
    background-color: var(--primary);
    padding: 4px 0;
    height: 28px;
    line-height: 20px;
	text-align:right
}
.top-contact-banner .fa {
    margin-right: 5px;
	color:#eee
}
.contact-banner-text {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
	color:#fff;
}
.navigation-bar {
    max-height: 90px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    /*padding: 0 25px;*/
    color: #555;
	font-family: "Poppins";
    font-weight: 700;
    overflow-y: hidden;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    box-shadow: 0 4px 4px -4px #666
}
.navigation-bar,
.navigation-bar ul,
.navigation-bar ul li,
.navigation-bar ul li a {
    list-style-type: none;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    color: #222;
	letter-spacing:1px;
}
.navigation-bar ul li a {
    display: block;
    height: 90px;
    line-height: 90px
}
.navigation-bar .row-wrapper {
    position:relative;
}
.logo {
    padding:5px 10px 5px 0px;
    float: left;
    box-sizing: border-box;
    height: 90px
}
.logo a {
    height: 100%;
    width: 100%
}
.logo-img {
    width: auto;
    height: 100%
}
.navigation-bar ul {
    float: right;
    height: 90px;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.navigation-bar ul li {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    line-height: 16px
}
.navigation-bar ul .search-btn a {
    color: var(--primary)
}
.navigation-bar ul .search-btn:hover a {
    color: #555
}
.navigation-bar ul li:hover > a {
    color: var(--primary)
}
.home-btn { /*<body> of each page should have unique ID, style can be applied correctly e.g. #homepage .home-btn {style:styles;}*/
    color: var(--primary)
}

.button {
    display: none
}

.hero {
	background-image: url("../img/residential.jpeg");
	background-size: cover;
	position:relative;
	min-height:400px;
	background-position: center 30%;
	margin-top:90px
}
.hero-gradient {
	background: rgb(19, 19, 19, 0.75);
	position:absolute;
	top:0;right:0;
	left:0;bottom:0;
	width:100%;
	height:100%;	
	z-index:1;
}



.heading-area {
	max-width:575px;
	position:relative;
	z-index: 10;
}

.heading-area h1 {
	color:#fff;
	font-size:60px;
	margin:0 0 15px 0;
	font-weight: 600;
	line-height:64px
}

.heading-area h2 {
	color:#fff;
	font-size:24px;
	font-weight: 500;
	margin:0;
}

button {
	background-color:var(--primary);
	box-sizing: border-box;
	color:#FFFFFF;
	font-family:"Open Sans";
	border:0;
	border-radius:5px;
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	width:140px;
	line-height:40px;
	height:40px;
}
button:hover {
	cursor:pointer;
	background-color:var(--secondary);
}

.heading-area button {
	background-color:var(--primary);
}

section h2 {
	font-size:34px;
	letter-spacing:1px;
	margin:0;
	color:#222;
}

section h3 {
	font-size:14px;
	letter-spacing:1px;
	position:relative;
	padding-left:60px;
	box-sizing:border-box;
	margin:0;
	color:#444;
}
section h3:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 6px;
    left: 0;
    position: absolute;
    background: #001837;
    opacity: .6;
	box-sizing: border-box
}

section p {
	font-size:16px;
	color:#555555;
	line-height:25px;
}

section {
	box-sizing: border-box;
	padding:80px 0px;
}

section.banner {
	padding:30px 0px;
	background-color: var(--light);
	background-color: var(--secondary);
	background-size: cover;
    background-position: center 25%;
}
section.banner h2 {
	font-size: 24px;
	margin:0;
	color:#fff;
	width:100%;
	text-align:center;
}

section .content {
    width: 100%;
    overflow: hidden;
    font-size: 0px;
}
.col {
    width: 49.99999%;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}
.col.left {
	padding-right:20px;
}
.col.right {
	padding-left:20px;
}

.col img.main {
	height:auto;
	width:100%;
}

a.special {
	margin:20px 0px;
	display:block;
	color:var(--primary);
	font-weight:400;
	font-size:16px;
	text-decoration: underline;
}

.icon-list {
	font-size:0px;
	margin-top:40px;
}
.icon-list .icon-item {
	width:49.99999%;
	vertical-align: top;
	display:inline-block;
	box-sizing: border-box;
	/*padding-right:10px;*/
	margin-bottom: 24px;
}

.icon-item .icon {
	display:inline-block;
	vertical-align:top;
	color: var(--primary);
    font-size: 21px;
    border: 2px solid var(--primary);
    border-radius: 100%;
    font-family: fontAwesome;
    line-height: 45px;
    width: 45px;
	margin-left:5px;
    text-align: center;
}
.icon-item .info {
	text-align:left;
	width:70%;
	max-width:200px;
	margin-left:10px;
	display:inline-block;
}
.icon-item .info h4 {
	font-weight:600;
	margin:0 0 5px 0;
	font-size:16px;
	color:#333;
}
.icon-item .info p {
	margin:0;
	font-size:13px;
}

#about .col.right {
	padding-left:80px;
}

.header-row {
	font-size:0px;
}
.header-row .heading-block, .header-row .info-block, .header-row .cta-block {
	display:inline-block;
	vertical-align: bottom;
}
.header-row .heading-block {
	width:34.99999%;
}

.header-row .info-block {
	width:44.99999%;
}
.header-row .info-block p{
	margin:0;
}
.header-row .cta-block {
	text-align:right;
	width:19.99999%;
}


.services-area {
	margin-top:40px;
	font-size:0px;
}
.service-item {
	width:49.99999%;
	display:inline-block;
	vertical-align: top;
	box-sizing:border-box;
}
.service-item:nth-child(odd) {
	padding-right:15px;
}
.service-item:nth-child(even) {
	padding-left:15px;
}
.service-item:nth-child(1), .service-item:nth-child(2) {
	margin-bottom:40px;
}
.service-img {
	width:100%;
	border-radius: 10px 10px 0px 0px;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	overflow:hidden
}
.service-img img {
	width:100%;
}
.service-info {
	text-align:left;
	clear:both;
}
.service-info h4 {
	font-size:22px;
	margin:0;
	display:inline-block;
	line-height:35px;
	margin-top:20px;
	box-sizing: border-box;
	padding-left:10px;
}
.service-info button {
	display:inline-block;
	float:right;
	font-size:14px;
	margin-right:40px;
}

.slick-prev:before,
.slick-next:before {
	text-shadow: none
}



section#reviews {
	background-color: var(--light);
	background-color: var(--secondary);
}
.section#reviews .textC {
	color:#fff;
}
.textC {
	text-align:center;
}
.textC h3 {
	color:#eee;
	display:inline-block;
	padding:0;
}
.textC h3:before {
    content: '';
    height: 1px;
    width: 50px;
    top: 9px;
    left: -60px;
    position: absolute;
    opacity: .6;
}
.textC h3:after {
	top:9px;
	left:76px;
}

section#reviews h3:before, section#reviews h3:after {
    background: #fff;
}
section#reviews h2 {
	color:#fff;
}

.review-area {
	font-size:0px;
	margin-top:20px;
}
.review {
	margin:0 auto;
	vertical-align: bottom;
	box-sizing: border-box;
}
.carousel .slick-slide {
	height:auto !important
}
.carousel .slick-prev, .carousel .slick-next {
	height:50px;
	top: 5px;
}
/*.review-area .review:nth-child(odd) {
	padding-right:20px;
}
.review-area .review:nth-child(even) {
	padding-left:20px;
}*/
.review p {
	color:#fff;
	text-align:center;
	max-width:400px;
	margin:0 auto;
	font-style:italic;
}
.review p.author {
	font-weight:bold;
	text-align:center;
	color:#fff;
	font-family:"Poppins";
	font-style: normal;
	margin-top:20px;
	letter-spacing:1px;
	font-size:14px;
}
.review p.author2 {
	font-style: normal;
	text-align:center;
	color:#fff;
	font-family:"Poppins";
	font-size:14px;
	line-height:14px;
}

.review .quote {
	font-size: 40px;
    text-align: center;
    color: var(--primary);
    margin-bottom: 20px;
}

.contact-block .icon {
	display: inline-block;
	vertical-align: top;
	background-color: var(--primary);
	font-size: 21px;
	border: 2px solid var(--primary);
	border-radius: 10px;
	color: #fff;
	font-family: fontAwesome;
	line-height: 45px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
}
.contact-block p {
	font-family:"Poppins";
	display:inline-block;
	box-sizing: border-box;
	padding-left:20px;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	color:#222
}

.contact-block {
	margin-top:5px;
}

p.smaller {
	font-size: 13px;
    color: #777;
    margin-top: 20px;
    font-style: italic;
}

form {
	width:100%;
	border-radius: 5px;
	box-sizing: border-box;
	padding:30px;
	position:relative;
}

.form-label {
	font-size:14px;
	color:#333;
	margin-bottom:5px;
	display:block;
	font-weight:700;
}

form input[type=text], form input[type=email], form input[type=tel] {
	background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
	font-family:inherit;
}
form textarea {
	background-color: #f7f7f7;
    color: #001837;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ddd;
    border-radius: 5px; 
	line-height: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
	font-family:inherit;
	resize:none;
	min-height:140px;
}

form input[type=submit] {
	background-color: var(--primary);
    box-sizing: border-box;
    padding: 10px 0px;
    color: #FFFFFF;
    font-family: "Open Sans";
    border: 0;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
	width:100%;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "Poppins";
}
form input[type=submit]:hover {
	background-color:#243678;
	cursor:pointer;
}

.loader {
	position:absolute;
	background-color:#FFFFFF;
	top:0;right:0;bottom:0;left:0;
	z-index:1;
	width:100%;height:100%;
	display:none;
}
.spinner {
  	width: 40px;
  	height: 40px;

 	margin: 0 auto;
	position:relative;
}

.response-block {
	 display:none;
}

.response-block p.main {
	text-align: center;
    font-family: "Poppins";
    color: #222222;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
}
.response-block p.sub {
	width:100%;
	max-width:340px;
	margin:20px auto;
	text-align:center;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--primary);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



#contact .col {
	vertical-align:top;
}
#contact h4 {
	    font-size: 20px;
    margin: 0 0 20px 0;
    color: var(--primary);
}


footer {
	background-color:var(--primary);
	color:#fff;
	box-sizing: border-box;
	padding:40px 0px;
	font-size:0px;
}

.footer-block {
	width:49.99999%;
	display:inline-block;
	vertical-align: top;
	
    font-size: 14px;
    line-height: 24px;
}

.footer-block h5 {
	font-size:18px;
	color:#fff;
	margin:0;
}
.footer-block p {
	margin:15px 0 0 0;
	color:#fff;
}

.footer-bar {
	box-sizing: border-box;
	background-color:var(--secondary);
	color:#e6e6e6;
	text-align:center;
	padding:20px 0px;
	font-size:14px;
}

.footer-block .fa {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: fontAwesome;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background: #fff;
	margin-left: 0;
	color: var(--primary);
}
.footer-block span {
	vertical-align:middle;
	display:inline-block;
	margin-left:10px;
}
.footer-bar a {
	font-weight:600;
}
.footer-bar a:hover {
	color:#fff;
}


@media screen and (max-width: 1250px) {
	.header-row .cta-block {
		display:none;
	}
	.header-row .info-block {
		width:60%;
	}
	.header-row .heading-block {
		width: 100%;
    	max-width: 360px;
	}
}

@media screen and (max-width: 1040px) {
    .logo {
        margin: 0 auto;
        display: block;
    }
	
	.navigation-bar ul li a .fa-phone {
		margin-top:22px;
	}
	
    .navigation-bar {
        height: 475px;
        max-height: 90px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

	.navigation-bar ul {
		display: block;
		width: 100%;
		padding: 12px 0;
		height: auto;
	}

	.navigation-bar ul li {
		display: block;
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		text-align: center;
	}

	.navigation-bar ul li a {
		line-height: 60px;
		height: 60px;
	}

    .nav-wrapper {
        min-width: 90%;
    }

    .nav-btn {
        border-bottom: 1px solid #aaa;
    }

    .button {
        top:38px;
        display: inline-block;
        width: 20px;
        height: 15px;
        position: absolute;
        right: 40px;
        cursor: pointer;
        z-index: 12399994;
    }

	.button:after {
		position: absolute;
		top: 6px;
		right: 0px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #999;
		border-bottom: 2px solid #999;
		content: '';
	}

	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		height: 2px;
		width: 20px;
		background: #999;
		content: '';
	}

	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 7px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #999;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button.menu-opened:before {
		top: 7px;
		background: #999;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	
	#about .img-wrapper {
		overflow:hidden;
	}
	#about .img-wrapper img.main {
		width:auto;
		max-height:620px;
	}
	#about .col.right {
		width:39.99999%;
	}
	#about .col.left {
		width:59.99999%;
	}
	#about .col.right {
		padding-left: 40px;
	}
	.header-row .info-block {
		width: 50%;
	}
	.service-info h4 {
		padding-left:20px;
	}
	.service-info button {
		margin-right:20px;
	}
	#screenwidth-1040 {
		text-align:right;
	}
	
}


@media screen and (max-width:900px) {
	
	#about .col.right {
		display:none
	}
	#about .col.left {
		width:100%;
		padding:0;
	}
	.icon-item .info {
		max-width:280px;
	}
	
	.header-row .info-block {
		width: 100%;
		display:block;
		margin-top:20px;
	}
	.service-info {
		text-align:center;
	}
	.service-info h4 {
		width: 100%;
		text-align: center;
		padding: 0;
		font-size: 22px;
			margin-bottom: 10px;
	}
	.service-info button {
		float:none;
		margin:10px 0px
	}
	
	.review {
		padding: 0 !important;
		width:100%;
		
	}
	.review-area .review:nth-child(1) {
		margin-bottom:30px;
	}
	.review p {
		max-width:600px;
	}
	.review .quote {
		margin-bottom:10px;
	}
	
	#contact .col {
		padding:0 !important;
		width:100%;
		display:block;
	}
	
	form {
		padding: 30px 0 0 0;
	}
	
}



@media screen and (max-width:600px) {
	
	.footer-bar .divider {
		display:none
	}
	.footer-bar span {
		display:block;
		margin-top:7px;
	}
	.heading-area {
		text-align:center;
	}
	.heading-area h1 {
		font-size:45px;
		line-height:53px;
	}
	.heading-area h2 {
		font-size:18px
	}
	.logo-img {
		height: 66px;
    	margin-top: 7px;
	}
	
	.icon-item .info {
		box-sizing: border-box;
		padding-right:20px;
		width:100%;
		margin-top:10px;
	}
	
	.service-item {
		padding:0 !important;
		width:100%;
		margin-bottom:40px;
	}
	.footer-block {
		width:100%;
	}
	.footer-block:nth-child(2) {
		display:none
	}.hero {
		height:80% !important;
	}
}



@media screen and (max-width: 420px) {
    .top-contact-banner {
        height: auto;
    }

	.contact-block.email p {
		font-size:12px
	}

	.heading-area button {
		width:100%;
	}
	.logo-img {
		height: 60px;
    	margin-top: 10px;
	}
	
	.icon-item .info {
		margin-top:0px;
		width:70%;
		margin-left:15px;
		padding-right:0;
	}
	.icon-list .icon-item {
		width:100%;
		display:block;
		margin-top:10px;
	}
	.contact-block p {
		padding-left:12px;
		font-size:14px;
	}
	.contact-block .icon {
		width:35px;
		line-height:35px;
		font-size:15px;
	}
	section h2 {
		line-height:40px;
	}
	
	
}

@media screen and (max-width: 360px) {
	.contact-block p {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.contact-block .icon {
		margin: 0 auto;
    	display: block;
	}
}