*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body{ margin: 0; padding: 0;font-family: "Open Sans", sans-serif;font-weight: 300;font-size: 16px;line-height: 26px;color:#000503;}
h1,h2, h3, h4, h5, h6{ margin: 0; padding: 0;font-size: 45px;	line-height: initial;text-transform: uppercase; font-family: "Staatliches", sans-serif;}
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:960px;margin: 0 auto;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
/*  */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b1b0b0;font-size: 14px;opacity: 1;font-family: "Open Sans", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #b1b0b0;font-size: 14px;opacity: 1;font-family: "Open Sans", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #b1b0b0;font-size: 14px;opacity: 1;font-family: "Open Sans", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #b1b0b0;font-size: 14px;opacity: 1;font-family: "Open Sans", sans-serif;
}


.head-nav {
	width: 20%;
	position: fixed;
	height: 100%;
	box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
	-moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
	-webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important;
}
.head-nav .logo img {
	width: 143px;
	height: auto;
	display: inline-block;
}
.head-nav .logo {
	background: #000;
	padding: 30px 40px 15px;
	text-align: center;
}
.head-nav .navigation {
	padding: 0 40px;
	margin: 89px 0 0;
}
.head-nav .social {
	padding: 0 40px;
	  margin: 64px 20px 0 0;
}
.head-nav .contact-btn {
	padding: 0 40px;
	position: absolute;
	bottom: 5%;
	width:100%;
}
.phone.mobile {
	display: none;
}
.head-nav .contact-btn a {
	background-color: #fc650c;
	color: #fff;
	height: 48px;
	width: 100%;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all;
	font-family: "Staatliches", sans-serif;
	font-size: 15px;
}
.head-nav .contact-btn a:hover{
	background-color: #3d3d3d;
	  transition: 0.2s all;
}   

.head-nav .navigation ul li {
	margin-bottom: 5px;
}
.head-nav .navigation ul li a {
	font-size: 30px;
	color: #fc650c;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .03em;
	line-height: 1.5;
	padding: 6px 0;
	position:relative;
}
.head-nav .social ul {
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
}

.head-nav .navigation ul li a:before {
	content: attr(data-link-text);
	white-space: nowrap;
	position: absolute;
	transition: width .3s ease-in-out;
	overflow: hidden;
	background-color: transparent;
	width: 0%;
	height: 100%;
	transform-origin: left;
	left: 0;
	opacity: 1;
	color: #d8c455;
}
.head-nav .navigation ul li a:hover:before{
	width:100%;
}

.mobile-address {
	display: none;
}
.banner_block {
padding: 62.5px 40px 200px;
}
.all-outer {
	width: 80%;
	float: right;
}
.banner_block .content {
	width: 960px;
	margin: 0 auto;
}
.banner_block .content .phone {
	margin-bottom: 10px;
	text-align: right;
}
.banner_block .content .phone a {
	font-size: 16px;
	color: #fff;
}
.banner_block .content .phone a span {
	font-weight: 600;
}
.banner_block .content .text {
	margin-top: 180px;
	text-align: center;
}
.banner_block .content .text h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
}
.banner_block .content .text p {
	font-size: 18px;
	color: #fff;
	  font-weight: 400;
}



.pavingRightSection_001 {
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pavingRightSection_001 .leftPart{
  width:50%;
	  padding-right: 30px;
}

.pavingRightSection_001 .line{
  width:60px;
  height:5px;
  background: rgba(240,240,240,1);
  margin-bottom:25px;
}

.pavingRightSection_001 .heading h3{
  font-size:38px;
  font-weight:600;
  color:#000;
}

.pavingRightSection_001 .heading h3 span{
  color:#fc650c;
  font-style:italic;
	  padding-right: 5px;
}

.pavingRightSection_001 .text p{
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #000503;
	font-weight: 300;
}
.pavingRightSection_001 .buttonWrap{
  margin-top:35px;
}

.all-btn {
	background-color: #fc650c;
	color: #fff;
	border-radius: 100px;
	transition: 0.2s all;
	font-family: "Staatliches", sans-serif;
	font-size: 15px;
	padding: 14px 95px;
	display: inline-block;
	line-height: initial;
}
.all-btn:hover {
	background-color: #3d3d3d;
	transition: 0.2s all;
}
.pavingRightSection_001 .rightPart{
  width:50%;
}

.pavingRightSection_001 .rightPart img {
	width: 100%;
	display: block;
	height: 464px;
	object-fit: cover;
	box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
}





.parallax-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;
  padding: 173px 20px;
}










.perfect-box .item {
	width: 33.33%;
	text-align: center;
	padding: 10px;
}

.perfect-box .icon-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}



.perfect-box h2 {
  font-size: 25px;
  margin-bottom: 15px;
	  font-weight: 400;
}

.perfect-box p {
	color: #000503;
	font-weight: 300;
}
.perfect-box-outer {
	padding: 120px 0;
}





.testimonials-outer {
	background-color: #f9f9f9;
	padding:100px 0;
}
.testimonials {
	color: #000503;
	text-align: center;
}

    .testimonials .icon {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background-color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 ;
  -moz-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 ;
  -webkit-box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 ;
      margin-bottom: 20px;
		  overflow: hidden;
    }

.testimonials p {
	font-style: italic;
	margin: 0 auto 15px auto;
	font-size: 18px;
	padding: 0 80px;
}

.testimonials h2 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}

    .testimonials .quote {
      margin-bottom: 15px;
    }








.page-id-9 .footer-outer {
	  padding: 70px 0 150px 0;
}
.footer-outer {
	  padding: 70px 0 80px 0;
}

.footer-form h2 {
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer-form p {
	text-align: center;
	margin-bottom: 30px;
	  font-weight: 300;
	color: #000503;
	  padding: 0 10px;
}
.footer-form p a{
	font-weight:600;
	color: #000503;
}
.footer-form {
	width: 78%;
	margin: 0 auto;
}

.footer-form .input-group {
	display: flex;
	gap: 40px;
	margin-bottom: 15px;
}
.footer-form .input-group .input {
	width: 100%;
}
.footer-form input,
.footer-form textarea {
  width: 100%;
  padding: 10px 15px;
    border: 1px solid #d8d8d8;
  font-size: 14px;
  box-sizing: border-box;
}
.footer-form .input-group .input label {
	font-size: 14px;
	color: #000503;
	text-transform: uppercase;
	font-weight: 300;
}
.footer-form textarea {
  resize: none;
  height: 80px;
}

.footer-form .send-btn {
	display: block;
	text-align: center;
	background: #ff6600;
	color: #fff;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.2s all;
	margin: 0 auto;
	font-family: "Staatliches", sans-serif;
	font-size: 15px;
	padding: 10px 128px;
	width:inherit;
}

.footer-form .send-btn:hover {
background-color: #3d3d3d;
  transition: 0.2s all;
}







.footer-info-outer {
	background-color: #f8f8f8;
}
.footer-info {
	padding: 70px 80px;
}

.footer-info .footer-row {
  display: flex;
  justify-content: space-between;
	gap:40px;
}

.footer-info .col {
	width: 33.33%;
	padding-right: 21px;
}

.footer-info h2 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 18px;
}

.footer-info p {
  font-size: 14px;
	font-weight: 400;
  color: #000;
	margin-top:15px;
}

.footer-info ul li {  
  color: #000;
	font-weight:400;
	line-height:21px;
}

.footer-info ul li a {
  color: #000;
	font-size: 14px;
	position:relative;
	font-weight:400;
}

.footer-info ul li a:before {
	content: attr(data-link-text);
	white-space: nowrap;
	position: absolute;
	transition: width .3s ease-in-out;
	overflow: hidden;
	background-color: transparent;
	width: 0%;
	height: 100%;
	transform-origin: left;
	left: 0;
	opacity: 1;
	color: #d8c455;
}
/* .footer-info ul li a:hover:before{
	width:100%;
} */
.footer-info .social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-info .social-icons ul {
	display: flex;
	gap: 30px;
}
.last-foote {
	background-color: #fc650c;
	padding: 15px 80px;
}
.last-foote p {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}


.banner_block.inner {
	padding: 80px 0;
}
.banner_block.inner .content .text {
	margin-top:0px;
}
.inner-about-section2 {
	padding: 90px 0;
	text-align: center;
}
.inner-about-section2 h2 {
	color: #000503;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 15px;
}
.inner-about-section2 p {
	font-size: 16px;
	font-weight: 300;
	color: #000503;
	padding: 0 50px;
}
.about-outer.inner .pavingRightSection_001 .leftPart {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 30px;
}
.about-outer.inner .pavingRightSection_001 .line{
margin-bottom: 15px;	
}

.about-outer.inner .pavingRightSection_001 .leftPart .text ul {
	padding-left: 30px;
}
.about-outer.inner .pavingRightSection_001 .leftPart .text ul li {
	list-style: disc;
	color: #666;
	font-weight: 300;
}
.about-outer.inner .pavingRightSection_001 .leftPart .text p {
	font-weight: 300;
		color: #666;
}
.about-outer.inner .pavingRightSection_001 .rightPart img {
	object-position: right;
}

.about-outer.inner .pavingRightSection_001{
	padding:0px;
	  margin-bottom: 70px;
	gap:20px;
}
.about-outer.inner .container .pavingRightSection_001:nth-child(2n+2){
	flex-direction:row-reverse;
}
.about-outer.inner .container .pavingRightSection_001:last-child{
	margin-bottom:0px;
}





.inner-about-contact {
  width: 100%;
  background: #ffffff;
}

.inner-about-contact-outer {
	padding: 60px 0 90px 0;
}

.inner-about-contact-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
	width: 100%;
}
.inner-about-contact .left {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 50%;
	padding-right: 20px;
}
.inner-about-contact h2 {
	font-size: 25px;
	font-weight: 600;
	color: #000503;
}
.inner-about-contact-section p a {
	color: #000503;
	font-weight: 600;
	display: block;
}
.inner-about-contact p {
	font-size: 16px;
	color: #000503;
	font-weight: 300;
}

.inner-about-contact-hours {
	display: flex;
	justify-content: space-between;
	width: 80%;
}


.inner-about-contact .left .inner-about-contact-section:nth-child(2) h2{
	font-size: 22px;
  font-weight: 400;
}

.inner-about-contact .left .social-links ul {
	display: flex;
	gap: 20px;
}
.inner-about-contact .left .social-links ul li a img {
	display: block;
	height: 17px;
	width: auto;
}
.inner-about-contact .left .social-links ul li {
	background: #f0f0f0;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}
.inner-about-contact .right {
	width: 50%;
}
.inner-about-contact .right iframe{
	width: 100%;
	height:412px;
}
.page-id-54 .footer-outer {
	display: none;
}







.what-offer-outer {
	padding: 100px 0 0 0;
	text-align:center;
}
.what-offer-outer h2 {
	color: #000503;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 20px;
}
.what-offer-outer .offer-box-outer.flex {
	margin-top: 60px;
}
.what-offer-outer .offer-box-outer.flex .left {
	width: 49%;
}
.what-offer-outer .offer-box-outer.flex .left .img a img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	  transition: all .2s ease-out;
}
.what-offer-outer .offer-box-outer.flex .left .img{
	overflow:hidden;
}
.images-inner {
	overflow: hidden;
}
.what-offer-outer .offer-box-outer.flex .left .img a:hover img{
transform: scale(1.06);
	  transition: all .2s ease-out;
}
.what-offer-outer .offer-box-outer.flex .left .content h3 {
	font-size: 25px;
	font-weight: 400;
	  color: #000;
	margin: 10px 0;
}
.what-offer-outer .offer-box-outer.flex .left .content p {
	font-weight: 300;
	color: #000503;
}
.what-offer-outer .offer-box-outer.flex .left .content ul {
	margin-top: 20px;
	padding-left:15px;
}
.what-offer-outer .offer-box-outer.flex .left .content ul li {
	font-weight: 300;
	color: #000503;
	list-style: disc;
}
.what-offer-outer .offer-box-outer.flex .left .content {
	padding: 0 17px;
}





    /* Lightbox customizations to match screenshot */
    .fancybox__container { background: rgba(0,0,0,0.95); }
    .fancybox__caption { 
      position: inherit !important;
      bottom: 0px !important;
      width: 90%;
      text-align: center;
      font-size:14px;
      color:#fff !important;
    }
.fancybox__slide {
	margin-bottom: 30px !important;
}
.carousel__button.is-prev,.carousel__button.is-next,.fancybox__counter,.fancybox__toolbar__items--right {
	color: #fff;
}

.border-outer hr {
	background: rgb(128,128,128);
	height: 1px;
	border: 0;
}
.border-outer {
	margin: 100px 0;
}

.residential-outer .box {
	width: 48%;
	display: flex;
	  align-items: flex-start;
	gap: 20px;
}
.residential-outer .box .icon {
	width: 55px;
	height: 55px;
	background-color: rgba(248,248,248,1) !important;
	flex-shrink: 0;
	border-radius: 100px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.residential-outer .box .text h2 {
	font-size: 25px;
	font-weight: 400;
	color: #000503;
	  margin-bottom: 10px;
}
.residential-outer {
	padding-bottom: 120px;
}
.ready-outer {
	background-color: rgba(252,101,12,1);
	padding: 30px 0;
}
.ready-outer .text h3 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.ready-outer .text p {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Staatliches", sans-serif;
}
.ready-outer .text p a{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Staatliches", sans-serif;
}
.ready-outer .buttonWrap .all-btn {
	background: #000;
	font-weight: 400;
}
.ready-outer .flex {
	align-items: center;
}






.my-gallery {
	column-count: 2;
	column-gap: 15px;
}

.my-gallery a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	break-inside: avoid;
}

.my-gallery img {
	width: 100%;
	display: block;
}


.page-id-59 .footer-outer {
	display: none;
}
.my-gallery-outer {
	padding: 90px 0;
}

.page-id-62 .footer-form h2 {
	display: none;
}
.head-nav .navigation ul li.current_page_item a {	
	color: #d8c455;
}


.error-page {
    text-align: center;
    padding: 50px 0;
}
.error-page p {
    margin: 20px 0;
    padding: 0 20px;
}
.error-page a {
    background: #fc650c;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
}


.messagethak {
	padding: 50px 0;
	text-align: center;
}
.messagethak p .emoji {
	width: 50px !important;
	height: auto !important;
}
.messagethak h2 {
	font-size: 50px;
	margin: 10px 0;
}
.messagethak p  {
	  font-size: 22px;
	color: #fff;
	  padding: 0 20px;
}
.messagethak .container {
	background: #fc650c;
	padding: 50px 0;
	color: #fff;
	  border-radius: 30px;
}
.page-id-250 .banner_block .content .text h2 {
	text-indent: -99999px;
}

















@media(max-width:1300px){
	.container{
		width:90%;
	}
}


@media(max-width:1279px){
	.all-outer {
	width: 100%;
}
	.mobmenu-left-panel .mob-cancel-button{
		color:#000 !important;
	}
	.phone.mobile {
	display: block;
}
	.head-nav{
		display:none;
	}
	.mob-menu-header-holder.mobmenu {
    background: #000;
}
	.banner_block .content .phone {
    margin-bottom: 0;
    text-align: right;
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 99999;
}
	.menu-primary-container ul li a {
	color: #fe6700 !important;
	font-weight: 700 !important;
		font-family: "Staatliches", sans-serif !important;
		font-style:italic !important;
}
	.mobmenu-content #mobmenuleft > li > a:hover {
	background-color: #000 !important;
}
	.banner_block .content .phone a {
	color: #fe6700;
		font-weight:700;
}
	.mobmenu-left-panel {
	background-color: #fff !important; 
}
	.banner_block .content .phone a span {
    display:none;
}
}
@media(max-width:1023px){
	.banner_block .content {
	width: 100%;
}
	.pavingRightSection_001 .leftPart {
	width: 100%;
}
		.pavingRightSection_001 .rightPart {
	width: 100%;			
}
	.pavingRightSection_001 {
	flex-wrap: wrap;
		gap:50px;
}
}


@media(max-width:767px){
	.pavingRightSection_001,.perfect-box-outer,.testimonials-outer,.footer-outer,.my-gallery-outer {
		padding:50px 0;
	}
	.footer-info {
	padding: 70px 30px;
}
	.footer-info .footer-row {
	flex-wrap: wrap;
}
	.footer-info .col {
	width: 100%;
}
		.perfect-box .item {
	width: 100%;
}
	.inner-about-contact .left,.inner-about-contact .right {
	width: 100%;
}
	.inner-about-contact .flex{
		gap:50px;
	}
	.what-offer-outer .offer-box-outer.flex .left,.residential-outer .box {
	width: 100%;
}
	.what-offer-outer .offer-box-outer.flex,.residential-outer .flex {
	gap: 50px;
}
}


@media(max-width:639px){
	.page-id-9 .footer-outer {
	padding: 70px 0 50px 0;
}
	.inner-about-contact-outer {
	padding: 60px 0 0;
}
	.inner-about-section2 p {
	padding: 0 10px;
}
	.footer-form {
	width: 100%;
}
	.footer-form .input-group {
	gap: 15px;
	flex-wrap: wrap;
}
	.testimonials p {
	padding: 0 20px;
}
	.my-gallery {
	column-count: 1;
}
}

@media(max-width:479px){
	.banner_block .content .text h2 {
	font-size: 25px;
}
	.banner_block .content .text {
	margin-top: 90px;
}
	.banner_block {
	padding: 62.5px 40px 100px;
}
	.pavingRightSection_001 .heading h3,.footer-form h2,.pavingRightSection_001 .heading h3,.what-offer-outer h2,.ready-outer .text h3 {
	font-size: 25px;
}
	.ready-outer .flex {
	justify-content: center;
	gap: 30px;
}
}





