/* Theme Name: Lucas Richard Design
Author:Quantum Web
Author URI:https://www.quantumweb.ca
Version:1.0.0
Created:February, 2020

/*Global*/
body {
	font-family: 'Open Sans', sans-serif !important;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:focus, a:visited {
	outline: none;
	color: inherit;
	text-decoration: none;
}
p {
	color: #515151;
}
.green-text {
	color: #96BF48 !important;
}
.img-center {
	display: block;
	margin: 0 auto;
}
/*Top Bar*/
.top-bar {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-right: 20px;
}
.social-links {
	margin: 10px 0;
}
.social-circle {
	height: 32px;
	width: 32px;
	display: inline-block;
	margin: 0 3px;
	border: 1px solid #404040;
	text-align: center;
	border-radius: 50%;
}
.social-circle .fa {
	line-height: 32px;
	font-size: 16px;
}
.social-circle:hover {
	background-color: #96BF48;
	border-color: #96BF48;
}
.social-circle:hover > .fa {
	color: #FFFFFF;
}
.fa-stack:hover > .fa-circle {
	color: #96BF48 !important;
}
.fa-stack-1x {
	font-size: 12px !important;
}
.fa-circle {
	color: #515151;
}
.top-phone {
	margin: 15px 0;
	display: inline-block;
	font-size: 15px;
}
.top-phone .fa {
	color: #96BF48;
	margin-right: 10px;
}
.top-contact {
	border: 1px solid #96BF48;
	padding: 3px 10px;
	margin-left: 15px;
	font-size: 12px;
	transition: .2s linear;
}
.top-contact .fa {
	margin-left: 10px;
	color: #96BF48;
	display: inline;
}
.top-contact:hover {
	background: #96BF48;
	color: #FFFFFF;
}
.top-contact:hover .fa {
	color: #FFFFFF;
}
.top-menu-right {
	float: right;
}
@media (max-width: 767px) {
	.top-contact {
		display: none;
	}
}
@media (max-width: 490px) {
	.social-circle {
		height: 22px;
		width: 22px;
		display: inline-block;
		margin: 0;
		border: 1px solid #404040;
		text-align: center;
		border-radius: 50%;
	}
	.social-circle .fa {
		line-height: 22px;
		font-size: 12px;
	}
}
.navbar {
	min-height: 55px;
	margin-bottom: 0px;
}
/*Menu*/
nav {
	z-index: 1000;
	margin-bottom: 10px !important;
}
.navbar-default {
	background-color: #FFFFFF;
	border-color: transparent;
}
#myNavbar {
	text-align: center;
}
@media (min-width: 768px) {
	.navbar-nav {
		float: none;
	}
	.navbar-brand {
		float: none;
	}
	.navbar-header {
		float: none;
		text-align: center;
	}
}
.navbar-nav {
	text-align: center;
	display: inline-block;
}
.menu-item > a {
	text-transform: uppercase !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #404040 !important;
}
.menu-item > a:hover {
	color: #96BF48 !important;
}

.menu-item-1 > a {
	text-transform: uppercase !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #404040 !important;
}
.menu-item-1 > a:hover {
	color: #96BF48 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.dropdown-menu>li>a {
	padding: 15px 10px;
	font-size: 12px;
}
.dropdown-menu {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}
.menu-arrow {
	font-size: 10px;
	margin-left: 5px;
	line-height: 0;
}
.menu-active > a {
	color: #96BF48 !important;
}
.menu-quote {
	background: #96BF48 !important;
	color: #FFFFFF !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
.menu-quote:hover {
	color: #FFFFFF !important; 
}
@media (max-width: 480px) {
	.navbar-brand > img {
		height: 100%;
		width: 100%;

	}
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
	    padding-top: 8px;
	    padding-bottom: 8px;
	}
	.nav {
		margin-top: 10px !important;
	}
}
/*Footer*/
footer {
	background-color: #FCFCFC;
	padding: 40px 0 0 0;
	border-top: 1px solid #96BF48;
}
.footer-mb {
	margin-bottom: 50px;
}
.footer-about {
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 20px;
}
.footer-mb > img {
	max-width: 80% !important;
}
.footer-address {
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-address .fa {
	color: #96BF48;
	margin-right: 15px;
}
.footer-phone {
	font-size: 14px;
	margin-bottom: 20px;
}
.footer-phone .fa {
	color: #96BF48;
	margin-right: 15px;
}
footer h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0;
	color: #404040 !important;	
}
.service-areas > p {
	margin-bottom: 15px;
}
.footer-logos {
	padding: 0;
	margin: 10px 0;
}
/*Footer Form*/
.footer-form {
	width: 100%;
	border: 1px solid #D4D6D6;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 6px 40px 8px 5px;
	color: #777777;
	background-color: #FFFFFF;
	box-shadow: none;
	font-size: 16px !important;
}
textarea {
	height: 100px;
	resize: none;
}
.input-wrapper {
	position: relative;
}
.input-wrapper > span {
	position: absolute;
	top: 0;
	right: 15px;
	height: 35px;
	width: 35px;
	text-align: center;
	z-index: 100;
}
.input-wrapper .fa {
	line-height: 35px;
	color: #515151;
}
#footer-send {
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #96BF48;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 80px;
}
#footer-send .fa {
	color: #96BF48;
	margin-right: 5px;
}
.copyright {
	text-align: center;
	padding: 20px 0 40px 0;
	background-color: #FCFCFC;
	border-top: 1px solid #96BF48;
}
.copyright p {
	font-size: 14px;
}
#call-button-holder {
	width:100%;
	position:fixed; 
	bottom:10px; 
	height:30px; 
	left:0px;
	text-align:center;
	z-index:900;
}
.call-button {
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#ffffff;
	border:1px solid #96BF48;
	border-radius:8px;
	margin-bottom:44px;
	width:124px;
	color:#96BF48;
}
/*Main Page*/
.main-splash {
	text-align: center;
	background: url("/images/investment-properties-renovation-company-hamilton.jpg");
  	padding: 105px 0 150px 0;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.main-splash-title {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
}
.main-splash-tag {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 200;
}
.main-splash-tag-2 {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 200;
}
.main-splash-tag strong {
	font-weight: 600;
}
.main-splash-tag-1 {
	color: #515151;
	font-size: 24px !important;
	margin-bottom: 70px;
	font-weight: 200;
	text-align: center;
	margin-top: 25px;
}
.main-splash-links {
	font-size: 23px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-splash-links .fa {
	font-size: 20px;
	margin-left: 7px;
}
.arrow {
	margin-top: 10px;
	transition: .2s linear;
}
.arrow:hover .fa {
	color: #96BF48;
}
@media (max-width: 480px) {
	.main-splash {
		padding: 10px 0;
	}
	.main-splash-title {
		letter-spacing: 3px;
		font-size: 30px;
	}
	.main-splash-tag  {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.main-splash-tag-2  {
		font-size: 20px;
		margin: 0;
	}
	.main-splash-links > .green-text {
		margin: 7px 0;
	}
}
.services {
	padding: 30px 0;
	background-color: #FCFCFC;
}
@media (max-width: 480px) {
	.services {
		padding: 5px 0;
	}
	.blurb {
		padding: 5px 0;
	}
	.blurb h3 {
		margin-top: 0 !important;
	}
}
.services h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
	font-size: 20px;
}
.services h3 {
	text-align: center;
	margin: 30px 0 25px 0;
	font-size: 23px;
}
.zoom-wrapper {
	overflow: hidden;
}
.service-text {
	margin-bottom: 30px;
	font-size: 14px;
}
.zoom { 
	overflow: hidden;
	display: block;
}
.zoom img {
	transition: all .5s ease-in-out; 
}
.furniture:hover .zoom { 
	transform: scale(1.05); 
}
.service-wrapper:hover .zoom img{ 
	transform: scale(1.15); 
}
.service-icon .green-text {
	margin-top: 30px;
	font-weight: 500;
}
.service-icon .green-text span {
	margin-left: 10px;
}
.service-icon:hover .green-text >  .fa-chevron-circle-right:before {
	content: "\f054";
}
.services .fa {
	font-size: 18px;
	margin-right: 8px;
	display: inline-block;
}
.service-link {
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 30px;
}
.service-link .fa {
	font-size: 17px;
}
@media (max-width: 480px) {
	.service-text {
		margin-bottom: 25px;
	}
	.services {
		padding: 10px 0;
		background-color: #FCFCFC;
	}
	.blurb {
		padding: 10px 0 10px 0;
	}
}
.blurb {
	padding: 30px 0 30px 0;
}
.blurb img {
	margin: 30px 0 40px;
}
.blurb h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.blurb p {

}
.testimonial {
	background: url("/images/clients-reviews-home-renovation.jpg");
  	padding: 130px 0;
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	text-align: center;
}
.testimonial h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px;
}
.testimonial p {
	font-size: 16px;
	margin: 20px 0;
	color: #FFFFFF;
}
@media (max-width: 480px) {
	.testimonial .item {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.testimonial .item {
		height: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.testimonial .item {
		height: 180px;
	}
}
@media (min-width: 992px) {
	.testimonial .item {
		height: 160px;
	}
}
.testimonail-line {
	height: 1px;
	width: 80%;
	background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
	margin: 20px auto;
}
@media (max-width: 480px) { 
	.testimonial {
		padding: 50px 0 100px 0;
	}
}
.call-to-action {
	background-color: #96BF48;
	padding: 20px 0;
	text-align: center;
}
.call-to-action p {
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.call-to-action a {
	color: #96BF48;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 12px 20px;
	border-radius: 3px;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: .3s linear;
	border: 1px solid transparent;
}
.call-to-action a:hover {
	color: #FFFFFF;
	background-color: #96BF48;
	border: 1px solid #FFFFFF;
}
/*Animations*/
.fa-angle-down {
	font-size: 30px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 6px;
}
.bounce {
  animation: bounce_4241 3.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce_4241 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.splash-link-1:hover {
	color: #FFFFFF !important;
}
.splash-link-1:hover .fa {
	color: #96BF48 !important;
}
.splash-link-2:hover {
	color: #96BF48 !important;
}
.splash-link-2:hover .fa {
	color: #FFFFFF !important;
}
/*Quote*/
.quote-header {
	padding: 80px 0;
	background: url("/images/get-a-quote-lucas-richard-hamilton.jpg");
	background-blend-mode: multiply;
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}
.quote-header .testimonail-line {
	width: 50%;
} 
.quote-header h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.quote-header h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.pre-quote {
	text-align: center;
}
.pre-quote h3 {
	margin: 30px 0 10px 0;
	font-weight: 400;
	font-size: 18px;
}
.pre-quote p {
	margin: 10px 0 10px 0;
}
.visit {
	margin-bottom: 20px !important;
}
.pre-quote .fa {
	margin-right: 7px;
	color: #96BF48;
}
.quote-main h4 {
	margin: 0 0 30px 0;
}
.pre-quote-left {
	text-align: right;
}
.pre-quote-right {
	text-align: left;
}
@media (max-width: 991px) {
	.pre-quote-left {
	text-align: center;
	}
	.pre-quote-right {
		text-align: center;
	}
}
.quote-line {
	height: 1px;
	background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
	width: 50%;
	margin: 40px auto;
}
/*Quote Form*/
.quote-form {
	width: 100%;
	border: 1px solid #D4D6D6;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 6px 40px 8px 5px;
	color: #777777;
	background-color: #FFFFFF;
	box-shadow: none;
	font-size: 16px !important;
}
#quote-message {
	height: 180px;
	resize: none;
}
.quote-input-wrapper {
	position: relative;
	width: 49%;
	display: inline-block;
}
@media (max-width: 767px) {
	.quote-input-wrapper {
		width: 100%;
	}
}
.quote-input-wrapper-message {
	position: relative;
	width: 100%;
	display: inline-block;
}
.quote-input-wrapper > span {
	position: absolute;
	top: 28px;
	right: 15px;
	height: 35px;
	width: 35px;
	text-align: center;
	z-index: 100;
}
.quote-input-wrapper .fa {
	line-height: 35px;
	color: #515151;
}
#quote-send {
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #96BF48;
	padding: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}
#quote-send .fa {
	color: #96BF48;
	margin-right: 5px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
label {
	font-weight: 300;
	font-size: 14px;
	color: #404040;
}
.map {
	margin-top: 20px;
	margin-bottom: 40px;
}
#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) {
	display: none;
}
#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div.gm-style-iw {
	left: 28px !important;
}
#sent {
	display: none;
}
/*About Us*/
.about-header {
	padding: 80px 0;
	background: url("/images/about-lucas-richard-design-vaughan.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-header .testimonail-line {
	width: 50%;
} 
.about-header h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.about-header h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.about-us h3 {
	font-size: 18px;
	margin: 60px 0;
	text-align: center;
}
.about-us-slide {

}
.about-us h4 {
	font-size: 23px;
	font-weight: 400;
	color: #96BF48;
	margin-bottom: 15px;
}
.about-us p {
	font-size: 14px;
}
.small-text {
	font-size: 16px !important;
	font-weight: 500;
	text-align: center;
}
.small-text span {
	color: #515151;
	font-size: 14px;
}
.sep {
	height: 70px;
	width: 100%;
}
/*Gallery*/
.gallery-header {
	padding: 80px 0;
	background: url("/images/our-portfolio.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-header .testimonail-line {
	width: 50%;
} 
.gallery-header h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-header h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-house-renovation-header {
	padding: 80px 0;
	background: url("/gallery-uploads/house-renovation-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-house-renovation-header .testimonail-line {
	width: 50%;
} 
.gallery-house-renovation-header h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-house-renovation-header h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-legal-secondary-suite {
	padding: 80px 0;
	background: url("/gallery-uploads/legal-secondary-suite.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-legal-secondary-suite .testimonail-line {
	width: 50%;
} 
.gallery-legal-secondary-suite h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-legal-secondary-suite h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-house-duplex-conversion {
	padding: 80px 0;
	background: url("/gallery-uploads/duplex-conversion-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-house-duplex-conversion .testimonail-line {
	width: 50%;
} 
.gallery-house-duplex-conversion h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-house-duplex-conversion h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-legal-suite {
	padding: 80px 0;
	background: url("/gallery-uploads/legal-suite-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-legal-suite .testimonail-line {
	width: 50%;
} 
.gallery-legal-suite h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-legal-suite h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-duplex-conversion-top-floor {
	padding: 80px 0;
	background: url("/gallery-uploads/duplex-conversion-top-floor-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-duplex-conversion-top-floor .testimonail-line {
	width: 50%;
} 
.gallery-duplex-conversion-top-floor h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-duplex-conversion-top-floor h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.gallery-duplex-conversion-bottom-floor {
	padding: 80px 0;
	background: url("/gallery-uploads/duplex-conversion-bottom-floor-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-duplex-conversion-bottom-floor .testimonail-line {
	width: 50%;
} 
.gallery-duplex-conversion-bottom-floor h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.gallery-duplex-conversion-bottom-floor h3 {
	color: #FFFFFF;
	font-size: 24px;
}
/*Servicesy*/
.house-renovation-header {
	padding: 80px 0;
	background: url("/images/investment-house-renovation-hamilton.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.duplex-convertions-header {
	padding: 80px 0;
	background: url("/images/duplex-convertions-hamilton.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.legal-secondary-suites-header{
	padding: 80px 0;
	background: url("/images/legal-secondary-suites-hamilton.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-header {
	padding: 80px 0;
	background: url("/images/home-renovation-blog.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.v-home-header {
	padding: 80px 0;
	background: url("/images/v-home-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.r-home-header {
	padding: 80px 0;
	background: url("/images/r-home-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.k-home-header {
	padding: 80px 0;
	background: url("/images/k-home-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.c-home-header {
	padding: 80px 0;
	background: url("/images/c-home-header.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.renovation-process-header {
	padding: 80px 0;
	background: url("/images/8-stages-of-a-home-remodel-process.jpg");
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.services-header .testimonail-line {
	width: 50%;
} 
.services-header h1 {
	color: #FFFFFF;
	font-size: 28px;
}
.services-header h3 {
	color: #FFFFFF;
	font-size: 24px;
}
.services-box h3 {
	color: #515151;
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
}
.green-title {
	margin: 0 0 30px 0;
	font-size: 20px;
	text-align: left !important;
}
.green-link {
	color: #96BF48 !important;
	font-size: 18px;
}
.green-link:hover {
	color: #819E0A !important;
	font-size: 18px;
}
.blog-link {
	color: #819E0A !important;
}
@media (max-width: 767px) {
	.services-box img {
		margin-top: 40px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.service-align {
		display: table;
		height: 344px;
	}
	.service-align {
		display: table-cell;
		vertical-align: middle;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.service-page-text {
		display: table;
		height: 272px;
	}
	.service-align {
		display: table-cell;
		vertical-align: middle;
	}
}
.service-bck {
	background-color: #FCFCFC;

}
.service-l-bck {
	background-color: #FCFCFC;
	padding-top: 50px;
	padding-bottom: 30px;
}
.service-bck-video {
	background-color: #FFFFFF;
	
}
/*Go To Up*/
#go-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	display: none;
}
#go-to-top:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
#go-to-top .fa {
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
}
/*Table Page*/
.popup-gallery img {
	margin-bottom: 20px;
}
.table-page {
	padding-top: 30px;
	margin-bottom: 50px;
}
.table-page h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 30px;
	color: #96BF48;
}
.table-page p {
	font-size: 15px;
	line-height: 24px;
}
.table-page strong {
	color: #96BF48;
}
@media (min-width: 992px) {
	.table-gallery {
		padding: 0 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.table-gallery {
		padding: 0 90px;
	}
}
.table-gallery h1 {
	font-size: 24px;
}
.b2g-icon-holder {
	height: 80px;
	width: 80px;
	display:inline-block;
	position:relative;
	background-color: white;
	background:url(/images/lrd-icon-1.svg) no-repeat center;
}
.b2g-icon-holder:hover {
	background:url(/images/lrd-icon.svg) no-repeat center;
}
.tb-50 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.nav-pills {
	color: #515151;
	background-color: transparent;
	font-size: 16px;
}
.nav-pills > li > a.selected {
	background-color: transparent;
	color: #96bf47;
	font-size: 16px;
}
.bm-20 {
	margin-bottom: 20px;
}
.centre {
	text-align: center;
}
@media (min-width: 992px) {
.service-bck {
	margin: 60px 0;
	padding: 60px 0;
}
.service-bck-first {
	margin: 0 0 60px 0;
	padding: 60px 0;
}
.service-bck-last {
	margin: 60px 0 0 0;
	padding: 60px 0;
}
.ser-bck-last {
	margin: 60px 0 0 0;
}
.service-bck-last h2 {
	text-align: center;
}
.service-bck h2 {
	text-align: center;
}
.service-last-odd {
	padding-bottom: 60px;
}
}
@media (max-width: 991px) {
.service-bck {
	margin: 30px 0;
	padding: 30px 0;
}
.service-bck-first {
	margin: 0 0 30px 0;
	padding: 30px 0;
}
.service-bck-last {
	margin: 30px 0 0 0;
	padding: 30px 0;
}
.service-bck-last h2 {
	margin-top: 30px;
	text-align: center;
}
.service-last-odd h2 {
	margin-top: 30px;
	text-align: center;
}
.service-last-odd {
	padding-bottom: 30px;
}
.service-page-text {
	margin-top: 20px;
}
}
.service-last-odd .green-title {
	margin-top: 0 !important;
}
.service-title {
	font-size: 18px;
	color: #96BF48;
	margin-bottom: 20px;
}
.nav > li > a:hover {
	background-color: #96bf47;
	color: #ffffff;
}
.green-line {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background-color: #96BF48;
}
.service-par-header {
	display: inline;
	font-size: 14px;
}
#services h2 {
	font-size: 24px;
	font-weight: 400;
}
.useful-links a {
	display: block;
	margin: 10px 0;
}
.useful-links a:hover {
	color:#96BF48;
}
.mt-40 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
/* Blog pages
---------------------------------- */
.blogpost {
  margin: 0 0 70px;
}
.blogpost header {
  padding: 20px 10px 20px;
}
.blogpost header h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}
.blogpost .post-info {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}
.blogpost .post-info > span {
  margin-right: 5px;
  display: inline-block;
}
.blogpost .post-info a {
  color: #aaa;
}
.blogpost .blogpost-content {
  padding: 0 10px 10px;
}
.blogpost .row .blogpost-content {
  padding-bottom: 0;
}
.blogpost footer {
  font-size: 12px;
  padding: 10px;
  color: #aaa;
  border-top: 1px solid #eaeaea;
}
.blogpost .row + footer {
  padding: 10px 0;
}
.blogpost.full {
  margin-bottom: 30px;
}
.blogpost.full header {
  padding: 0 0 15px 0;
}
.blogpost.full .blogpost-content {
  padding: 0 0 5px;
}
.blogpost.full footer {
  padding: 10px 0;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .blogpost .row header {
    padding-top: 0;
  }
  .blogpost .row + footer {
    margin-top: 15px;
  }
  .green-text-1 {
	color: #96BF48 !important;
	font-family: 'Open Sans', sans-serif !important;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.green-text-1:hover {
	color: #333 !important;
}
 }
 .green-line-top {
 	border-top: 1px solid #96BF48;
 	margin-top: 20px 0;
 }
 .blog-qw div {
 	margin-bottom: 10px;
 }
 .mb-40 {
 	margin-bottom: 40px;
 }
 .mt-30 {
 	margin-top: 30px;
 }
 .mb-30 {
 	margin-bottom: 30px;
 }
 .mb-100 {
 	margin-bottom: 100px;
 }
 .mt-100 {
 	margin-top: 100px;
 }
.recent-posts a {
	display: block;
	margin: 5px 0;
}
.happy-holidays {
	color: #96BF48 !important;
	text-align: center;
	font-size: 45px;
}
/*Project Preview*/
.project-previews-wrapper {
	padding: 35px 0;
}
.project-previews-wrapper .col-md-6 {
	margin-bottom: 30px;
}
.project-previews-wrapper .col-md-6:last-of-type {
	margin-bottom: 0;
}
.project-previews {
	text-align: center;
}
.project-previews .green-text {
	margin-top: 10px;
	font-weight: 500;
	font-size: 18px;
}
.project-previews .green-text span {
	margin-left: 10px;
}
.project-previews:hover .green-text >  .fa-chevron-circle-right:before {
	content: "\f054";
}
.project-previews .fa {
	font-size: 18px;
	margin-right: 8px;
	display: inline-block;
}
.project-previews .zoom {
	overflow: hidden;
	display: inline-block;
}
.project-previews .zoom img {
	transition: 500ms linear;
}
.project-previews:hover .zoom img {
	transform: scale(1.15);
}
#logo {
	height: 30px;
}
.m-t-30 {
	margin-top: 30px;
}
.svg-icon-2 img{
  height: 60px;
  margin-bottom: 25px;
  display: block;
}
#footer-message {
	height: 50px;
}
@media (min-width: 992px) {
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.row-eq-height .col-md-6 {
		display: -webkit-box;
	  	display: -webkit-flex;
	  	display: -ms-flexbox;
	  	display:         flex;
	  	flex-wrap: wrap;
	  	align-content: center;
	  	align-items: flex-start;
	}
	.service-page-text {
		display: block !important;
		height: auto !important;
	}
	.service-align {
		display: block !important;
		height: auto !important;
	}
	.row-eq-height img {
		max-width: 100%;
	      flex-shrink: 0;
	}
}
.our-process .col-md-3 {
	padding: 30px;
}
.pd-40 {
	padding-top: 40px;
	padding-bottom: 40px ;
}