/* =========================
   Header
========================= */
section.newheader-banner {
	position: relative;
	height: 80vh;
	display: flex;
	align-items: center;
	padding: 0px;
}
.site-header {
    width: 100%;
    background: #ffffff00;
    padding: 18px 0;
    position: sticky;
	top: 0;
	z-index: 999;
/* 	box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
	position: absolute;
	top: 0;
}
.page-template-contracting .newheader-banner .title-new {
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-template-contracting section.newheader-banner p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}
section.instasection .esf_insta_load_more_btns_wrap .esf_insta_feed_btns_holder .esf-insta-follow-btn {
    background: #e84e1b;
}
.home-contact-wraper .contactform-icon:nth-child(1) a {
    margin-bottom: 0;
    display: flex;
    padding-bottom: 0;
    border-bottom: 0px solid #e2e2e2;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo img {
    max-width: 180px;
}
.page-template-contracting section.newheader-banner h1 {
    font-size: 67px;
}
section.newheader-banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
/* =========================
   Navigation
========================= */

.main-navigation .menu {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.main-navigation .menu li {
    position: relative;
}

.main-navigation .menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease;
}

	.main-navigation .menu li a:hover {
		color: #f8b133;
	}
section.newheader-banner p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}
header#site-header.header-footer-group.custom-site-header {
    display: none;
}
nav.main-navigation {
    width: 50%;
}
/* .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #fff;
    padding: 15px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    padding: 0;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
}

.sub-menu li a:hover {
    background: #f5f5f5;
} */

/* =========================
   Header Button
========================= */

.quote-btn {
	display: inline-block;
	background: #e5332a;
	color: #fff;
	padding: 14px 28px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s ease;
	font-size: 16px;
    text-decoration: none;
}
.quote-btn:hover {
    background: #f8b133;
    color: #fff;
}

/* =========================
   Inner Banner
========================= */

.inner-banner {
    width: 100%;
    background: url('images/banner.jpg') center/cover no-repeat;
    padding: 140px 0;
    position: relative;
}

.inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 20px;
    max-width: 700px;
    margin: auto;
}

/* =========================
   Intro Section
========================= */
/* .intro-content {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.intro-content h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

.intro-content p {
    font-size: 18px;
    color: #666;
} */

/* =========================
   Services Grid
========================= */

.services-grid-section, section.services-section {
	padding: 90px 0 70px 0;
	background: #EDF0F3;
}

.services-grid {
/*     display: grid;
    grid-template-columns: repeat(4, 1fr); */
	gap: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.services-grid .service-card {
    width: 23%;
}
	.service-title h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	section.services-grid-section .services-grid {
		margin-bottom: 50px;
	}
	section.services-grid-section .services-grid:last-child {
		margin-bottom: 0px;
	}
/* .service-card {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
} */

.service-image img {
	width: 100%;
	/*     height: 320px; */
	object-fit: cover;
	display: block;
/* 	border-bottom-right-radius: 120px;
	border: 2px solid #e84e1b; */
}


.service-image {
    border: 2px solid #e84e1b;
}
.service-image .zoom-img {
    overflow: hidden;
}
.service-image .zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.service-image .zoom-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.service-content {
    padding: 35px 0px;
}

.service-content h3 {
/*     font-size: 28px;
    margin-bottom: 15px; */
	font-size: 24px;
	margin-bottom: 9px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.service-content p {
    color: #666;
	margin-bottom: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.service-btn {
	display: inline-block;
	text-decoration: none;
/* 	color: #e84e1b; */
	transition: 0.3s ease;
	font-size: 16px;
	display: flex;
	background: #e84e1b;
	padding: 9px 15px;
	color: #fff;
}

.service-btn:hover {
    text-decoration: none;
	color: #000;
	background: #f8b133;
}
.find-more {
	position: relative;
/* 	height: 80px; */
	display: flex;
	align-items: flex-end;
}
/* .find-more a.service-btn:after {
    content: '';
    background: #e84e1b;
    width: 122px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
} */
/* =========================
   CTA Section
========================= */

.services-cta {
    background: #6d8b54;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.cta-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
}

.cta-content p {
    max-width: 700px;
    margin: auto auto 30px;
    font-size: 18px;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #222;
    text-decoration: none;
    padding: 14px 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #222;
    color: #fff;
}
section.newheader-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
/*     background: url(/wp-content/uploads/2026/05/banner-border-new.svg); */
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    right: 0;
    background-size: contain;
}
	section.newheader-banner:before{
		content: '';
		position: absolute;
		top: 0px;
		left:0px;
		width: 100%;
		height: 100%;
		background: #0000006e;
		opacity: 0.75;
		background: linear-gradient(135deg, rgb(0, 0, 0) 15%, rgba(255, 255, 255, 0) 74%);
	}
	.container-fluid {
		width: 95%;
		margin: 0 auto;
		padding: 0 20px;
	}
	footer.newfooter .flex-d {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	footer.newfooter {
        padding-top: 50px;
        padding-bottom: 30px;
        background: #1d1d1d;
        color: #fff;
        position: relative;
    }
	
	.find-more svg {
		width: 17px;
		margin-right: 4px;
	}
/* 	single service */
.single-service-inner {
    display: flex;
    align-items: center;
}
.single-service-inner {
    padding: 0;
}
section.services-grid-section.single {
	padding: 70px 0 ;
	margin: 0;
	overflow: hidden;
/* 	padding-bottom: 170px; */
}
.single-service-img {
    display: flex;
}
footer.newfooter p {
    font-size: 14px;
    position: relative;
}
/* footer#site-footer {
    display: none;
} */
.single-service-img img{
	display: flex;
	height: 100vh;
}
.single-left {
    padding: 0;
	padding-left: 55px;
	padding-right: 20px;
}
.single-left p {
    font-size: 20px;
    margin-bottom: 22px;
    color: #000;
}
.single-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.row.single-serices:nth-child(even) .single-service-inner {
    display: flex;
    flex-direction: row-reverse;
}
.single-right {
    padding: 0;
}
/* =========================
   Responsive
========================= */



/* contactus page */

.home-contact .home-contact-wraper {
    display: flex;
}
.contactform .contact-col .contact-input {
    display: flex;
    width: 50%;
}
.contactform .contact-col {
    display: flex;
    flex-wrap: wrap;
}
.contactform .contact-col .contact-input label {
    width: 100%;
}
.contactform .contact-col .contact-input p,
.contactform .contact-col .contact-input label{
	width: 100%;
}
/* .contactform .contact-col .contact-input p {
    margin-bottom: 20px;
} */
.contactform .contact-col .contact-input:nth-child(odd) {
    padding-left: 0;
    padding-right: 11px;
}
.contactform .contact-col .contact-input:nth-child(even) {
    padding-right: 0;
    padding-left: 11px;
}

.contactform .message .col100 span.wpcf7-list-item {
    margin: 0px;
}
.contact-service p,
.contactform .message .col100 p {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.home-contact-wraper .right .contact-form-wrape {
    padding: 50px 70px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background: #fff;
}
.contact-title h2 {
    font-size: 28px;
    margin-bottom: 35px;
}
.home-contact-wraper .contactform-icon a,
.home-contact-wraper .left .contactform-icon p {
    font-size: 16px;
}
.home-contact-wraper .contactform-icon a {
    font-size: 24px;
    color: #000;
}
.home-contact-wraper .contactform-icon:nth-child(1){
  margin-bottom: 50px;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
.contactform-icon span {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    display: flex;
    margin-right: 20px;
}
.contact-icon-col .contactform-icon {
    display: flex;
    align-items: flex-start;
}
.contactform .message .col100 p span {
    margin-right: 5px;
}
.home-contact-wraper .right {
    padding-right: 78px;
}
.home-contact-wraper .left {
    padding: 0;
}
.contact-icon-text h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.contactu-message-col .contact-service {
    margin: 30px 0px;
}
.contact-service span.wpcf7-list-item {
    margin-right: 23px;
}
.contactform .contact-col .contact-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.contactform .contact-col .contact-input input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.contactform .contact-col .contact-input input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.contactform .contact-col .contact-input input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.contactu-message-col .message textarea{
	font-size: 16px;
	color: #000;
}
section.home-contact .home-contact-wraper .right {
    padding-left: 0px;
}
section.home-contact .home-contact-wraper {
    padding: 0px;
}
textarea::-webkit-input-placeholder {
    color: #000;
}
.custom-footer .copyright {
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #111;
}
.custom-footer .copyright p {
    margin-bottom: 0px;
}
textarea:-moz-placeholder { /* Firefox 18- */
    color: #000;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

textarea:-ms-input-placeholder {
    color: #000;
}
.home-contact-wraper .contactform .contact-title p {
    font-size: 16px;
}
.contact-form-wrape .contactu-message-col .col100 {
    margin-top: 20px;
    margin-bottom: 25px;
}
.contact-form-wrape .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 100px;
    background: #e84e1b;
}
.contact-form-wrape .wpcf7-submit:hover {
    background: #f8b133;
    text-decoration: none;
}
.padding-top-none {
    padding-top: 0px;
}
section.location-map div#block-8 {
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
section.location-map.padding-top-none .contact-map {
    padding: 0;
}
.contactform-icon.last-section {
    margin-top: 50px;
    display: flex;
    padding-top: 50px;
    border-top: 1px solid #e2e2e2;
}
.contact-icon-col span i {
    color: #e84e1b;
}
.contact-icon-col span i {
    color: #e84e1b;
}

.contactu-message-col p label input {
    margin-right: 5px;
    opacity: 0;
}

.contactu-message-col p label {
    position: relative;
}
.contactu-message-col p label input + span:before {
    content: "";
    border: 1px solid #e84e1b;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
    position: absolute;
    top: 2px;
    left: 0;
}
.contactu-message-col p label input:checked + span:after {
    content: "";
    border: aliceblue;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
    position: absolute;
    background: #e84e1b;
    left: 2px;
    top: 4px;
}
a.enquirenow-btn {
   background: #f8b133;
    border-radius: 0;
    padding: 9px 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 15px;
    transition: 0.3s ease;
}
a.enquirenow-btn:hover{
	background: #e84e1b;
	text-decoration: none;
}
.contracting-header nav.main-navigation {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

section.aboutsection, section.instasection, section.googlereview {
    padding: 70px 0px;
}
.instasection header.headingone {
	padding-bottom: 0;
	text-align: center;
}
section.instasection header label {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    bottom: -10px;
}
header.headingone h2 {
    font-size: 40px;
    font-weight: 700;
    color: #E84E1B;
}
header.headingone h2 span {
    color: #212529;
    font-weight: 200;
}
div#esf_instagram_feed-2 {
    margin-top: 50px;
}



/* aboutus */
section.aboutsection {
    background: #EDF0F3;
}
header.headingone {
    text-align: center;
    padding-bottom: 30px;
}
.aboutdetail header.headingone {
    text-align: left;
}
.aboutshortdesc p
{
	    font-size: 16px;
    font-weight: 300;
}
.aboutdetail header.headingone label {
    color: #E84E1B;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    bottom: -10px;
}
header.headingone h2 {
    font-size: 40px;
    font-weight: 700;
    color: #E84E1B;
}
a.orangecta, input.wpcf7-submit {
    background: #E84E1B;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #E5332A;
}
a.orangecta.yellowcta{
    background: #f8b133;
    border: 1px solid #f8b133;
}
a.orangecta.yellowcta:hover{
    background: #E84E1B;
    border: 1px solid #E84E1B;
}
.aboutshortdesc a, .socialbar {
    margin-top: 35px;
    display: inline-block;
}
.socialbar span {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.socialbar a {
    color: #4F4F4F;
    font-size: 18px;
    margin: 0 15px;
    text-decoration: none;
}
a.twitterx svg {
    fill: #4f4f4f;
    width: 15px;
    display: inline-block;
    height: 17px;
}
a.twitterx svg {
    fill: #4f4f4f;
}
a.orangecta.mediumbtn {
    padding: 10px 20px;
    font-size: 14px;
}

a.orangecta.mediumbtn:after, div#sbi_load a span:after {
    background: url(/wp-content/themes/twentytwenty/assets/images/btnarrow.svg);
    content: "";
    width: 20px;
    display: inline-block;
    height: 10px;
    background-position: center;
    margin-left: 10px;
}

.aboutdetail header.headingone h2 {
    color: #333;
}
.service-pagination {
    margin-top: 40px;
    text-align: center;
}
.service-pagination span, .service-pagination a {
    font-size: 14px;
}
.service-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    text-decoration: none;
    color:#666;
}

.service-pagination .current {
    background: #e84e1b;
    color: #fff;
}
section.services-section {
    min-height: 100vh;
}
.aboutimg img {
    margin: 0 5%;
    width: 90%;
}
a.orangecta, input.wpcf7-submit {
		padding: 12px 15px !important;
		font-weight: normal;
	}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-textarea:focus {
    outline: 1px solid #dcd7ca !important;
    box-shadow: 0px 0px 0px 0px #333 !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border: 0px solid #dcd7ca !important;
    outline: 1px solid #dcd7ca !important;
}
.find-more a {
    border-radius: 4px;
    pointer-events: none;
}
.contracting-review .reviewitem {
     min-height: 490px;
}
span.wpcf7-spinner {
    display: none;
}
section.backbtnsbg {
    padding: 0;
    background: #edf0f3;
    border-bottom: 1px solid #ddd;
}
footer#site-footer nav ul.menu {
        margin-top: 35px;
    }
    footer#site-footer ul.menu li {
        margin-left: 0;
        list-style: none;
    }
    .twocolmenu nav ul.menu {
        columns: 2;
    }
    .bnrcta.contractingbnr {
        position: relative;
        top: 0;
        justify-content: flex-start;
    }
    .bnrcta.contractingbnr a:first-child {
        margin-left: 0;
    }
    .bnrcta.contractingbnr a {
        font-size: 16px;
    }
    
    .services-grid-section, section.services-section, section.servicecontent, section.home-contact {
        padding: 90px 0 70px 0;
        background: #EDF0F3;
    }
    section.services-grid-section.single>div:nth-child(odd) {
        background: white;
    }
    .single-left {
        padding-top: 50px;
    }
    .service-editor-content p {
        font-size: 20px;
    }
    section.services-grid-section.single>div {
        background: transparent !important;
    }
    .contracting-contactus section.newheader-banner {
        height: 60vh;
    }
@media(max-width: 1080px) {
	.service-editor-content {
		min-height: 100vh;
	}
	.find-more a {
		font-size: 15px;
	}
	.contracting-review .reviewitem {
		min-height: 500px;
		max-height: 450px;
	}
	.contact-icon-text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
	.ftrcontactform {
		padding: 40px;
	}
	.home-contact-wraper .contactform-icon:nth-child(1) {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.service-editor-content {
		padding: 0px 15px;
	}
	.contactform-icon.last-section {
		margin-top: 40px;
		padding-top: 40px;
	}
	.home-contact-wraper .right .contact-form-wrape {
		padding: 40px 40px;
	}
	section.home-contact {
		padding: 50px 0px;
	}
	.contact-title h2 {
		font-size: 24px;
	}
	.contact-icon-text h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.home-contact-wraper .contactform-icon a {
		font-size: 20px;
	}
	section.newheader-banner h1 {
		font-size: 40px;
	}
	.service-content h3 {
		font-size: 18px;
		margin-bottom: 9px;
		height: auto;
	}
	.services-grid .service-card {
		width: 31%;
	}
	.services-grid-section {
		padding: 80px 0px;
	}
	.service-content {
		padding: 15px 0px;
	}
	.services-grid {
		gap: 25px;
	}
	.service-title h2 {
		font-size: 40px;
	}
	section.services-grid-section .container-fluid {
		width: 100%;
	}
	section.newheader-banner {
		height: 60vh;
	}
	.single-service-img img {
		display: flex;
		height: 100%;
	}
	.single-service-inner {
		padding: 0 15px;
		display: flex;
		flex-direction: column-reverse;
	}
	.single-serices {
		all: unset;
		margin: 0;
	}
	.single-left {
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
		padding: 50px 0px;
	}
	
	.single-right {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.row.single-serices:nth-child(even) .single-service-inner {
		display: flex;
		flex-direction: column-reverse;
	}
	section.services-grid-section.single {
			padding: 70px 0;
	}
	
	.single-left p:last-child {
		margin: 0;
	}
	.single-serices:last-child .single-left {
		padding-bottom: 0;
	}
	footer.newfooter {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
@media(max-width: 991px) {
	.contracting-review .reviewitem {
	padding: 40px;
	}
	header.site-header.contracting-header .header-wrapper {
		flex-direction: row;
	}
	.contracting-header .container-fluid {
		width: 100%;
	}
	.find-more {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.find-more a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 12px 15px;
	}
	.find-more a:last-child {
		margin: 0;
	}
	.home-contact-wraper .right {
		padding-right: 40px;
	}

	.contact-form-wrape .wpcf7-submit {
		padding: 10px 25px !important;
		font-size: 16px;
	}
    .header-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .main-navigation .menu {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
		margin-left: 0px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .banner-content h1 {
        font-size: 42px;
    }

    .intro-content h2,
    .cta-content h2 {
        font-size: 34px;
    }
	.contracting-header .header-wrapper {
		flex-direction: column;
	}
	.contracting-header nav.main-navigation {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}

@media(max-width: 800px) {
	.socialbar span {
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}
	.reviewitem {
		padding: 40px;
	}
}
@media(max-width: 767px) {
	footer#site-footer.contracting-footer h4 {
        margin-bottom: 15px;
    }
	a.to-the-top {
		left: 0;
		justify-content: flex-end;
		right: 17px;
	}
	footer#site-footer.contracting-footer nav ul.menu {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.contracting-review .reviewitem {
		min-height: auto;
		max-height: 100%;
		padding: 40px;
	}
	section.aboutsection, section.instasection, section.googlereview {
		padding: 50px 0px;
	}
	.googlereviewinr>div:first-child {
		margin-bottom: 30px;
	}
	.aboutimg img {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.ftrcontactform {
    padding: 0px 15px;
    padding-top: 20px;
}


.home-contact-wraper .right {
    padding-right: 40px;
}
section.home-contact .home-contact-wraper {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
section.location-map.padding-top-none .container {
    padding-bottom: 50px;
}
.home-contact-wraper .right {
    padding-right: 0;
}
.home-contact-wraper .left {
    padding-top: 40px;
}

.ftrcontactform .wpcf7-submit {
    padding: 10px 20px;
    height: auto;
    font-size: 14px;
}
.contactform .contact-col {
    flex-direction: column;
}
section.home-contact {
    padding: 40px 0px;
    padding-bottom: 30px;
}
section.location-map.padding-top-none {
    padding-bottom: 40px;
}
.custom-footer .footer-search .box-right {
    margin-top: 20px;
    margin-bottom: 10px;
}
.contactform .contact-col .contact-input:last-child {
    margin-bottom: 0px;
}
.contact-service span.wpcf7-list-item {
    width: 50%;
    margin: 0;
    margin-bottom: 10px;
}
.contactform .contact-col .contact-input {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 10px;
}
	.services-grid-section {
		padding: 50px 0px;
	}
	.services-grid {
		gap: 15px;
	}
	.services-grid .service-card {
		width: 48%;
	}
	section.services-grid-section.single {
		padding: 50px 0;
	}
	.single-serices:last-child .single-left {
		padding-bottom: 50px;
	}
	.page-template-contracting-aboutus-php .single-serices:last-child .single-left {
		padding-bottom: 0px;
	}
    .inner-banner {
        padding: 100px 0;
    }

    .banner-content h1 {
        font-size: 34px;
    }

    .banner-content p,
    .intro-content p,
    .cta-content p {
        font-size: 16px;
    }

    .service-content {
        padding: 25px 0;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .quote-btn,
    .cta-btn,
    .service-btn {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 540px) {
	.ftrcontactform {
        padding: 50px 15px;
	}
	.socialbar a {
    margin: 0 9px;
	}
	.reviewitem {
		padding: 20px;
	}
	section.newheader-banner p {
		font-size: 16px;
	}
	.about-title.banner-new {
		margin-top: 50px;
	}
	header.site-header.contracting-header .header-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.contracting-header nav.main-navigation {
		width: 100%;
	}
	.contracting-header nav.main-navigation li {
		margin: 0;
		margin-right: 10px;
	}
	.single-left {
         padding-top: 30px;
	}
	.service-content h3 {
		height: 48px;
		font-size: 18px;
	}
/* 	.find-more a.service-btn {
		display: flex;
		width: auto;
	} */
	.services-grid-section {
		padding-bottom: 50px;
	}
}
@media(max-width: 480px) {
	.bnrcta.contractingbnr {
		flex-direction: column;
		align-items: flex-start;
	}

	.bnrcta.contractingbnr a.orangecta {
		margin-left: 0;
	}
	.bnrcta.contractingbnr a.orangecta:first-child {
		margin-bottom: 0;
	}
	section.googlereview .reviewsloadmore {
		flex-direction: column;
	}
	
	section.googlereview .reviewsloadmore a.orangecta.mediumbtn {
		margin: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
	section.googlereview .reviewsloadmore a.orangecta.mediumbtn:last-child {
		margin: 0;
	}
	a.orangecta, input.wpcf7-submit {
		padding: 12px 15px !important;
		font-weight: normal;
	}
	footer.newfooter:before {
        top: -43px;
        background-size: 100% 70px;
	}
	footer.newfooter p {
    font-size: 15px;
	}
	.quote-btn {
		padding: 14px 16px;
		font-size: 13px;
	}
	.contracting-header .main-navigation .menu li a {
		font-size: 14px;
	}
	section.newheader-banner h1 {
        font-size: 32px;
    }
	.home-contact-wraper .right .contact-form-wrape {
        padding: 25px;
    }
	.service-title h2 {
        font-size: 35px;
    }
	.service-content h3 {
		font-size: 18px;
		height: auto;
	}
	.services-grid .service-card {
		width: 100%;
	}
	.service-content {
		padding-top: 10px;
	}
	.single-left p {
		font-size: 16px;
	}
}

@media(max-width: 380px) {
	section.newheader-banner {
        height: 90vh;
    }
	.single-serices:last-child .single-left {
        padding-bottom: 30px;
    }
	.contracting-header nav.main-navigation li {
        margin-right: 0;
    }
	.contracting-header .main-navigation .menu li a {
		font-size: 12px;
	}
	.contracting-header .main-navigation .menu {
        gap: 10px;
	}
	.quote-btn {
		font-size: 12px;
	}
}