@charset "UTF-8";

/*
Theme Name: Unitedforestproducts
Theme URI: 
Author: Unitedforestproducts team
Author URI: 
Description: 
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.6
*/

html {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	color: #111;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}
body
{
	padding: 0;
    margin: 0;
}
img
{
	max-width: 100%;
}
/* Header Css Starts */
#masthead {
	position: fixed;
	z-index: 101;
	width: 100%;
	box-shadow: rgba(133,133,133,.25) 0 3px 11px 0;
    -moz-box-shadow: rgba(133,133,133,.25) 0 3px 11px 0;
    -webkit-box-shadow: rgba(133,133,133,.25) 0 3px 11px 0;
    transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
    top: 0;
}
.top_bar {
	background-image: url(assets/images/topbar_bg.png);
	background-color: #191919;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 3px 30px 5px;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
}
.container {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.top_bar .container {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.top_bartitle {
	margin: 8px 0;
	padding: 2px 0;
	padding-right: 1.5%;
	letter-spacing: 0.05em;
	font-family: "Poppins", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 33.33333%;
	position: relative;
}
.top_bar_social {
	width: 16.66667%;
	position: relative;
}
.top_bar_social a:not(:last-child) {
	margin-right: 5px;
}
.top_bar_social .fa {
	font-size: 16px;
}
.top_bar_social a {
	background-color: #237041;
	color: #fff;
	border-color: #fff;
	width: 23px;
	height: 23px;
	font-size: 15.333333333333334px;
	line-height: 23px;
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
	text-align: center;
}
.top_bar_mail {
	width: 25%;
	position: relative;
	padding-left: 9px;
}
.top_bar_mail {
	width: 25%;
	padding-left: 9px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 8px 0;
	font-size: 16px;
	position: relative;
}
.top_bar_mail a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.top_bar_mail .fa
{
	color: #247f47;
	font-size: 19px;
    margin-right: 10px;
}
.top_bar_btn {
	width: 25%;
	position: relative;
	margin: 8px 0;
	padding: 2px 0;
	padding-left: 1.5%;
	text-align: right;
}
.top_bar_btn a {
	font-weight: bold;
	color: rgb(37, 144, 79);
	text-decoration: none;
	font-size: 16px;
}
.menulogo_bar {
	padding: 12px 30px;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	background: #fff;
}
.menulogo_bar .container
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.logo_wrap {
	position: relative;
	width: 16.66667%;
	text-align: center;
}
.menu_wrap {
	padding-left: .75%;
	padding-right: .75%;
	position: relative;
	width: 66.66667%;
}
.menu-button-container {
	display: none;
}
#primary-menu-list {
	display: flex;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
#primary-menu-list li a {
	font-family: Poppins;
	font-weight: 700;
	transition: color .2s ease-out;
	padding: 0 15px;
	letter-spacing: .03em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#primary-menu-list li.current-menu-item a, #primary-menu-list li a:hover  {
	color: #237041;
}
.locations_wrap {
	position: relative;
	width: 16.66667%;
}
.loc_btn {
	background: #237041;
	color: #fff;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	margin: 10px 0;
	height: 55px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding-left: 40px;
	font-weight: bold;
	cursor: pointer;
}
.loc_btn:hover {
	background: #105029;
}
span.phone, .loc_btn.active span.address {
	visibility: hidden;
	opacity: 0;
}
span.phone
{
	position: absolute;
}
.loc_btn.active span.phone, span.address
{
	visibility: visible;
	opacity: 1;
}
.loc_btn .fa {
	position: absolute;
	left: 13px;
	width: 50px;
	top: 50%;
	margin-top: -13px;
	font-size: 27px;
	text-align: left;

}
#masthead.headersticky .top_bar
{
	display: none;
}
#masthead.headersticky .logo_wrap img
{
	width: 75%; 
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
}
.logo_wrap img
{
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	width: 100%;
}
/* Header Css Ends */

/* Footer Css Starts */
#colophon {
	position: relative;
	background-color: #e9f1ec;
}
.footer_widgets_wrap
{
	padding: 45px 0px;
	display: flex;
	display: -webkit-flex;
}
.footer_widgets1 {
	position: relative;
	width: 25%;
	padding-right: 25px;
}
.footer_widgets_wrap h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Poppins, 'Poppins Fallback';
	font-size: 18px;
	margin: 8px 0;
	padding: 2px 0;
}
.footer_widgets1 p {
	margin: 8px 0;
	padding: 2px 0;
	font-size: 16px;
	font-family: Inter;
	line-height: 1.5;
}
.footer_widgets1 p a
{
	color: #237041;
	text-decoration: none;
	font-weight: bold;
}
.footer_widgets2 {
	padding-left: .75%;
	padding-right: .75%;
	position: relative;
    width: 25%;
}
.iconswithtext {
	margin: 8px 0;
	padding: 2px 0 2px 33px;
	position: relative;
	font-weight: bold;
}
.iconswithtext .fa {
	color: #247f47;
	font-size: 20px;
	position: absolute;
	left: 0;
	font-weight: bold;
}
.iconswithtext span, .iconswithtext a
{
	font-weight: normal;
}
.iconswithtext a{
	color: #237041;
	text-decoration: none;
}
.footer_widgets3 {
	margin: 0 15px;
	padding: 0 9px;
	position: relative;
	width: 25%;
}
.open-hours-data dt {
  width: 40%;
  float: left;
  text-align: left;
}
.btn_common {
	background: #237041;
	color: #fff;
	transition: height .2s ease,background-color .2s ease,padding .2s ease,width .2s ease,margin .2s ease,top .2s ease,transform .2s ease;
	margin: 10px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 15px 20px;
	text-decoration: none;
	width: auto;
    text-align: center;
}
.btn_common:hover {
	background: #105029;
}
.footer_widgets4 {
	padding: 0 0 0 18px;
	position: relative;
	width: 25%;
}
.footer_social {
	text-align: center;
}
.footer_social a {
	background-color: #237041;
	color: #fff;
	border-color: #fff;
	width: 23px;
	height: 23px;
	font-size: 15.333333333333334px;
	line-height: 23px;
	display: inline-block;
	padding: 4px;
	border-radius: 50%;
	text-align: center;
	transition: all .2s ease-out;
}
.footer_social a:not(:last-child) {
	margin-right: 5px;
}
.footer_social a:hover {
	transform: translateY(-8px);
}
.iconswithtext:nth-child(3) a
{
  font-size: 13px;
}
.footer_widgets3 .btn_common {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	display: block;
}
.footer_copyright {
	background: #237041;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
}
.footer_copyright p{
	font-size: 13px;
	margin: 0;
}
.site-info {
	display: none;
}
#accessibilityWidget {
	cursor: pointer;
	display: inline-block;
}
/* Footer Css Ends */


/* Hero Css Starts */
.spacer_header
{
	height: 217px;
}
.hero_banner_inner {
	padding-top: 65px;
	padding-left: 30px;
	padding-bottom: 65px;
	padding-right: 30px;
	width: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero_banner_inner:before{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  background-color: rgba(0,0,0,1);
  opacity: 0.7;
}
.hero_banner_innerwrap {
	display: flex;
	display: -webkit-flex;
}
.hero_banner_innerleft {
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
    width: 66.66667%;
}
.hero_banner_innerleft h1 {
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	direction: ltr;
	font-family: "Poppins";
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	margin: 10px 0;
}
.hero_banner_innerleft p {
	text-transform: uppercase;
	color: rgb(37, 144, 79);
	font-weight: bold;
	display: unset;
	font-family: Poppins, 'Poppins Fallback';
	letter-spacing: 0.1em;
	text-align: left;
	margin: 2px 0;
}
.hero_banner_innerright {
	position: relative;
	width: 33.33333%;
	padding-left: 1.5%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.hero_banner_innerright .btn_common {
	padding: 20px 40px;
}
/* Hero Css Ends */

/* Services Page Css Starts */
.services_section {
	padding: 65px 30px;
	position: relative;
}
.services_wrap {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: rgba(233,241,236,1);
	padding: 30px;
	
}
.services_wrap:not(:last-child) {
margin-bottom: 35px;	
}
.services_list {
	display: flex;
	display: -webkit-flex;
}
.services_left {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 45px;
	position: relative;
	width: 58.33333%;
	display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.services_subtitle {
	margin: 10px 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(37, 144, 79);
	font-weight: bold;
	display: unset;
	font-family: Poppins, 'Poppins Fallback';
}
.services_left h2 {
	text-transform: uppercase;
	font-size: 35px;
	font-family: "Poppins";
	font-weight: 700;
	margin: 2px 0 10px 0;
}
.services_left p {
	line-height: 1.5;
	margin: 2px 0 10px 0;
}
.services_right {
	position: relative;
	width: 41.66667%;
	padding-left: 25px;
	padding-top: 455px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  	display: flex;
	display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.services_left .btn_common {
	margin-top: 25px;
	padding: 18px 53px;
}
.services_right .item {
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-radius: 10px;
	margin: 0px auto;
	width: 465px;
}
.services_right.slider_service
{
	padding-top: 0;
}
/* Services Page Css Ends */

/* CTA Css Starts */
.cta_section {
	padding-top: 65px;
	padding-left: 30px;
	padding-bottom: 65px;
	padding-right: 30px;
	width: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.cta_section:before{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  background-color: rgba(0,0,0,1);
  opacity: 0.7;
}
.cta_innerwrap {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.cta_innerleft {
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
    width: 66.66667%;
}
.cta_innerwrap h2 {
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	direction: ltr;
	font-family: "Poppins";
	font-weight: 700;
	font-style: normal;
	font-size: 42px;
	margin: 10px 0;
}
.cta_innerwrap p {
	color: rgb(255, 255, 255);
	margin: 2px 0;
}
.cta_innerwrap hr {
	border-top-style: solid;
	color: rgba(36,127,71,1);
	border-top-width: 3px;
	display: block;
	margin: 10px 0;
	border-width: 2px;
	width: 51px;
}
.cta_innerwrap .btn_common {
	padding: 20px 40px;
	margin-top: 35px;
}
#schedulebtn-content {
	background-position: 50% 50%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#schedulebtn-content:before {
	opacity: 0.85;
	background-color: rgba(35,112,65,1);
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  z-index: -1;
}
.popup_quote {
	color: #fff;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255,255,255,0.4);
	display: inline-block;
	font-size: 14px;
	max-width: 200px;
	margin: 0px auto;
	padding: 10px 20px;
	font-weight: bold;
}
.quote_title {
	font-family: Poppins, 'Poppins Fallback';
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin: 15px 0 10px;
}
#schedulebtn-content p.popup_quotetext {
	text-align: center;
	margin: 0;
	color: #fff;
}
.wpcf7 .wpcf7-form-control.wpcf7-text {
	margin-bottom: 10px;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
}
.fields_wrap p {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	display: flex;
	display: -webkit-flex;
}
.fields_wrap .wpcf7-form-control-wrap {
	width: 49%;
}
.wpcf7 .wpcf7-form-control.wpcf7-textarea {
	margin-bottom: 10px;
	padding: 10px 20px;
	width: 100%;
	font-size: 16px;
	border-radius: 6px;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
}
.wpcf7 .wpcf7-submit {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #000;
	transition: background-color .2s ease,border-color .2s ease;
	text-transform: uppercase;
	border: none;
	margin: 0px auto;
	display: block;
	font-family: "Inter", sans-serif;
	cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
	color: #000;
	background: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
	position: relative;
	top: -8px;
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output
{
	color: #fff;
}
/* CTA Css Ends */

/* Portfolio page Css Starts */
.portfolio_listwrap
{
	padding: 65px 30px;
}
.portfolio_list {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.portfolio_left {
	position: relative;
  width: 41.66667%;
  padding-right: 1.5%;
}
.portfolio_top {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-size: cover;
	position: relative;
	padding-top: 300px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 4px;
	overflow: hidden;
	cursor: pointer;
}
.portfolio_top::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	opacity: 0;
	transition-property: transform;
	transition-duration: .4s;
	transition-timing-function: ease;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,.13);
	background: linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.13) 48%,rgba(255,255,255,.5) 57%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 100%);
}
.portfolio_top:hover::after, .portfolio_bottomlist a .portfolio_imgs:hover::after {
	opacity: 1;
	transform: translate(0);
}
.portfolio_right {
	padding-left: 40px;
	position: relative;
	width: 58.33333%;
}
.portfolio_bottomlist {
	display: flex;
	display: -webkit-flex;
}
.portfolio_bottomlist a {
	width: 33.333%;
	padding: 4px;
	position: relative;
	overflow: hidden;
}
.portfolio_bottomlist a .portfolio_imgs::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition-property: transform;
  transition-duration: .4s;
  transition-timing-function: ease;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.13);
  background: linear-gradient(135deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.13) 48%,rgba(255,255,255,.5) 57%,rgba(255,255,255,0) 64%,rgba(255,255,255,0) 100%);
}
.portfolio_imgs {
	padding-top: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-size: cover;
}
.portfolio_right h2 {
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0;
	text-transform: uppercase;
}
.portfolio_right hr {
	border-top-style: solid;
	color: rgba(36,127,71,1);
	border-top-width: 3px;
	display: block;
	margin: 10px 0;
	border-width: 2px;
	width: 51px;
}
.portfolio_right p {
	margin: 30px 0 15px;
	line-height: 1.5;
}
.portfolio_listwrap:nth-child(even) {
	background: rgba(233,241,236,1);
}
.portfolio_video video {
	max-width: 100%;
	margin-bottom: 5px;
}
/* Portfolio page Css Ends */

/* Contact page Css Starts */
.cta_section h1 {
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	direction: ltr;
	font-family: "Poppins";
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	margin: 10px 0;
}
.contact_section {
	position: relative;
	padding: 65px 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact_section:before {
	opacity: 0.25;
	background-color: rgb(255,255,255);
	display: block ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
}
.contact_list {
	display: flex;
		display: -webkit-flex;
		align-items: center;
}
.contact_left {
	position: relative;
	width: 58.33333%;
	padding-right: 75px;
}
.contact_right {
	padding-left: 1.5%;
	position: relative;
	width: 41.66667%;
}
.contact_left h2 {
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
	text-transform: uppercase;
}
.contact_left p {
	margin: 15px 0;
}
.contact_with_icons {
	display: flex;
			display: -webkit-flex;
			align-items: center;
}
.contact_with_iconsleft {
	margin-right: 2.5%;
	position: relative;
	width: 11.667%;
	background-color: rgba(35,112,65,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 10px;
	padding-top: 15px;
  padding-bottom: 15px;
}
.contact_with_iconsleft img {
	width: 55%;

}
.contact_with_iconsright h4 {
	font-size: 18px !important;
	font-family: Poppins, 'Poppins Fallback';
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0;
}
.contact_left .contact_with_iconsright p
{
  margin: 5px 0;
  line-height: 1.5;
}
.contact_with_iconsright p a {
	color: #237041;
	text-decoration: none;
}
.contact_with_iconsright {
	position: relative;
	width: 83.33333%;
	padding-left: 3.5%;
}
.contact_with_iconswrap
{
	margin-top: 40px;
	position: relative;
}
.contactpage_form {
	background-position: 50% 50%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 2rem 2rem 0.5rem;
	z-index: 1;
}
.contactpage_form::before {
	background-color: rgba(35,112,65,1);
  opacity: 0.9;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	z-index: -1;
}
.contactpage_form h5 {
  font-family: Poppins, 'Poppins Fallback';
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 35px;
  margin: 15px 0 10px;
}
.contactpage_form p
{
	color: #fff;
	line-height: 1.5;
}
.contactpage_formwrap .wpcf7 .wpcf7-submit {
	margin: 0;
}
.contactpage_formwrap .wpcf7 .wpcf7-form-control.wpcf7-text {
	height: 50px;
}
.map_section
{
	position: relative;
}
.map_section iframe {
	display: block;
	width: 100%;
}
/* Contact page Css Ends */

/* Default page Css Starts */
.page_section {
	padding: 65px 30px;
}
.page_section h2
{
	font-size: 42px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0px;
}
.page-id-65 .page_section, .error404 .page_section {
	text-align: center;
}
.sitemap-item a, .page-id-446 .page_section p a
{
	color: #237041;
  text-decoration: none;
}
.sitemap-item
{
	margin: 7px 0;
}
/* Default page Css Ends */

/* About page Css Starts */
.aboutinfo_section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	padding: 65px 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.aboutinfo_section::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: rgb(255,255,255);
	opacity: 0.25;
}
.aboutinfo_left {
	padding-right: 80px;
	padding-left: 30px;
	position: relative;
	width: 53.33333%;
}
.aboutinfo_leftinner
{
	padding-left: calc(50vw - 640px);
}
.aboutinfo_leftinner h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1.3;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
}
.aboutinfo_leftinner p {
	line-height: 1.5;
}
.aboutinfo_leftinner .btn_common {
	padding: 20px 35px;
}
.aboutinfo_right {
	background-size: cover;
	background-position: 50% 50%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-repeat: no-repeat;
	padding-left: 1.5%;
	position: relative;
	width: 41.66667%;
}
.scores_section {
	padding: 27px 30px 34px;
	background-repeat: repeat;
	background-color: rgba(35,112,65,1);
	position: relative;
	background-size: auto;
	background-image: url(assets/images/score_bg.png);
}
.scores_listwrap {
	display: flex;
	display: -webkit-flex;
}
.scores_list {
	position: relative;
	width: 25%;
	display: flex;
	display: -webkit-flex;
}
.scores_listicon {
	padding-right: 1.5%;
	position: relative;
	width: 25%;
	display: flex;
  align-items: center;
  	display: -webkit-flex;
}
.scores_listicon img {
	height: 87%;
}
.scores_listtextwrap {
	position: relative;
	width: 75%;
	padding-left: 20px;
}
.scorelist_text {
	color: #fff;
	font-weight: bold;
	font-size: 45px;
}
.scores_listtextwrap p
{
	color: #fff;
  font-weight: bold;
  margin: 0;
}
.scores_list:nth-child(2){
	margin-left: 25px;
	margin-right: 25px;
}
.scores_list:last-child{
	margin-left: 25px;
}
.choose_section {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: 50% 50%;
	background-attachment: fixed;
	padding: 65px 30px;
}
.choose_section::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	border-radius: inherit;
	background-color: rgba(0,0,0,1);
  opacity: 0.7;
}
.choose_innerwrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.choose_left {
	padding-right: 65px;
	position: relative;
	width: 58.33333%;
}
.choose_left hr {
	color: rgba(36,127,71,1);
	border-top-width: 2px;
	display: block;
	margin: 10px 0;
	border: none;
	border-top: 5px solid rgba(36,127,71,1);
	width: 51px;
}
.open-hours-data dd {
	text-align: right;
}
.choose_left h2
{
	color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 42px;
  margin: 20px 0 10px;
  font-family: "Poppins";
}
.choose_left p
{
	margin: 10px 0;
	color: #fff;
	line-height: 1.5;
}
.choose_left .btn_common {
	padding: 20px 35px;
	margin-top: 24px;
}
.choose_right {
	position: relative;
	width: 45.667%;
	padding-left: 1.5%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.choose_rightlist {
	position: relative;
	width: 35%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(35,112,65,1);
	padding: 20px 25px;
	margin: 11px 18px;
	text-align: center;
	margin-right: 0;
}
.choose_rightlist img {
	width: 100%;
}
.chooserighttext {
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: Poppins, 'Poppins Fallback';
	font-size: 18px;
	margin-top: 10px;
  margin-bottom: 10px;
}
.choose_rightlist_icon {
	padding: 10px 25px;
	text-align: center;
	height: 65px;
  width: 65px;
  margin: 0px auto;
  display: flex;
	display: -webkit-flex;  
  justify-content: center;
}
.choose_rightlist:nth-child(2), .choose_rightlist:nth-child(3)
{
	background: #fff;
} 
.choose_rightlist:nth-child(2) .chooserighttext, .choose_rightlist:nth-child(3) .chooserighttext {
	color: #000;
}
.choose_rightlist:nth-child(2) svg, .choose_rightlist:nth-child(3) svg {
	color: rgba(35,112,65,1);
  fill: rgba(35,112,65,1);
}
.dedicated_section {
	position: relative;
	background-repeat: repeat;
	background-size: auto;
	padding: 65px 30px;
	background-color: rgba(233,241,236,1);
	background-image: url(assets/images/score_bg.png);
}
.dedicated_innerwrap {
	display: flex;
	display: -webkit-flex;	
}
.dedicated_left {
	padding-right: 1.5%;
	position: relative;
	width: 43.66667%;
}
.dedicated_img {
	background-size: cover;
	padding-top: 390px;
}
.dedicated_right {
	padding-left: 60px;
	position: relative;
	width: 56.33333%;
}
.dedicated_right h2
{
	color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 42px;
  margin: 10px 0;
  color: #111;
  font-family: "Poppins";
}
.dedicated_right p
{
	margin: 10px 0;
	line-height: 1.5;
}
.dedicated_right .btn_common {
	padding: 20px 35px;
	margin-top: 24px;
}
.work_section {
	padding: 40px 30px;
	text-align: center;
}
.work_section h2
{
	color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 42px;
  margin: 10px 0;
  color: #111;
  font-family: "Poppins";
}
.work_section p {
	width: calc(100% - 155px);
	margin: 15px auto;
}
.workphoto_section {
	position: relative;
}
.workphoto_wrap {
	display: flex;
	display: -webkit-flex;	
	position: relative;
}
.workphoto {
	width: 16.66667%;
	background-size: cover;
	padding-top: 317px;
	background-repeat: no-repeat;
	background-position: center;
}
/* About page Css Ends */

/* Home page Css Starts */
.home_contact .contact_left {
	padding-right: 0;
	order: 2;
	padding-left: 75px;
}
.home_contact .contact_right {
	padding-right: 1.5%;
	order: 1;
	padding-left: 0;
}
.homebanner_section {
	position: relative;
	background-position: 50% 50%;
	padding: 0 30px;
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
}
.homebanner_section:before{
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
  background-color: #000;
  opacity: .65;
}
.homebanner_innerwrap
{
		display: flex;
	display: -webkit-flex;	
	align-items: center;
}
.homebanner_left {
	padding: 70px 85px 70px 0;
	color: #fff;
	position: relative;
	position: relative;
  width: 58.33333%;
  box-sizing: border-box;
}
.homebanner_right {
	position: relative;
	width: 41.66667%;
}
.homebanner_left h1 {
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 55px;
	font-family: "Poppins";
	font-weight: 700;
}
.homebanner_left p {
	line-height: 1.5;
}
.homebanner_left .btn_common {
	padding: 20px 35px;
	margin-top: 24px;
}
.form_quote {
	color: #fff;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255,255,255,0.4);
	display: inline-block;
	font-size: 14px;
	max-width: 200px;
	margin: 0px auto;
	padding: 12px 25px;
  font-weight: bold;
  margin-top: 10px;
}
.homebanner_right .contactpage_form::before {
	border-radius: 0;
	background-color: rgba(28,124,65,.75);
}
.homebanner_right .contactpage_form h5 {
	font-size: 33px;
	margin: 15px 70px 5px 0;
	line-height: 1.2;
}
.homebanner_right .contactpage_form h6 {
	color: #fff;
	line-height: 1.5;
	margin-top: 0;
	font-size: 16px; 
	font-weight: normal;
	margin-bottom: 30px;
}
.homebanner_right .contactpage_form {
	padding: 40px 45px 30px;
}
.homewelcome_section {
	padding: 65px 30px;
	position: relative;
}
.homewelcome_innerwrap {
	display: flex;
	display: -webkit-flex;	
}
.homewelcome_left {
	position: relative;
	width: 58.33333%;
	padding-right: 85px;
	box-sizing: border-box;
}
.homewelcome_right {
	position: relative;
	width: 41.66667%;
}
.homewelcome_left h2 {
	line-height: 1.3;
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
}
.homewelcome_left p {
	line-height: 1.5;
	margin-bottom: 21px;
}
.homewelcome_fixwrap {
	display: flex;
	display: -webkit-flex;		
}
.homewelcome_fixleft {
	position: relative;
	width: 41.66667%;
	padding-right: 10px;
}
.homewelcome_fixright {
	position: relative;
	width: 58.33333%;
	padding-left: 1.5%;
}
.homewelcome_fixtop {
	background-color: #237041;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.fix_title {
	color: rgb(255, 255, 255);
	font-size: 49px;
	margin: 10px 0;
	font-weight: bold;
}
.homewelcome_fixtop p {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}
.homewelcome_fixbottom {
	z-index: 1;
	padding: 10px 10px 10px 0;
	margin: 0 -100px 35px 0;
	background-color: #fff;
	position: relative;
	padding-top: 170px;
	background-repeat: no-repeat;
	background-position: center;
	border: 10px solid #fff;
	background-size: cover;
}
.homewelcome_fixright {
	position: relative;
	width: 58.33333%;
	padding-left: 1.5%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.homeclearing_section {
	position: relative;
}
.homeclearing_innerwrap {
	display: flex;
	display: -webkit-flex;		
}
.homeclearing_list {
	position: relative;
	padding: 165px 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	text-align: center;
}
.homeclearing_list:before {
	background-color: #000;
	opacity: .5;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
}
.clearing_bgtext {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.25);
	font-weight: 800;
	font-family: Poppins, 'Poppins Fallback';
	font-size: 110px;
	line-height: 1.1;
	text-align: center;
	margin: 8px 0 -90px;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;

}
.clearing_text {
	color: #fff;
	text-transform: uppercase;
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	text-align: center;
	 position: relative;
}
.homeclearing_section .btn_common {
	padding: 20px 35px;
}
.homeintro_section {
	background-color: #e9f1ec;
	background-repeat: repeat;
	background-size: auto;
	background-position: 50% 0;
	padding: 0 30px 55px;
	text-align: center;
	background-image: url(assets/images/score_bg.png);
}
.homeintro_innerwrap {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 0;
	padding: 65px 0 0;
	background-image: url(assets/images/texturebg.png);
}
.homeintro_section img {
	max-width: 100px;
}
.homeintro_section h2 {
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.3;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
}
.homeintro_section h3 {
	color: rgb(35, 112, 65);
	font-size: 23px;
	font-family: Poppins;
	font-weight: 700;
	margin: 10px 0;
}
.homeintro_section hr {
	border-width: 2px;
	border-top-style: solid;
  color: #237041;
  border-top-width: 5px;
	display: block;
	margin: 15px auto;
	border-width: inherit;
	width: 51px;
}
.homeintro_section p {
	line-height: 1.5;
}
.homeintro_section .btn_common {
	padding: 20px 35px;
}

.homeservice_section {
	position: relative;
	padding: 60px 30px;
	background-repeat: repeat;
	background-size: auto;
	background-image: url(assets/images/score_bg.png);
}
.homeservice_section:before {
	opacity: .5;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: inherit;
}
.homeservice_intro h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1.3;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
}
.homeservice_intro {
	text-align: center;
}
.homeservice_intro p {
	line-height: 1.5;
	margin: 10px 0;
}
.homeservice_intro hr {
	border-width: 2px;
	border-top-style: solid;
  color: #237041;
  border-top-width: 5px;
	display: block;
	margin: 30px auto;
	border-width: inherit;
	width: 51px;
}
.homeservice_innerwrap {
	display: flex;
	display: -webkit-flex;	
}
.homeservice_list {
	position: relative;
	width: 33.33333%;
	border-style: solid;
	border-width: 0;
	background-color: #e9f1ec;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 15px 30px;
}
.homeservice_img {
	background-size: cover;
	padding-top: 200px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.homeservice_list h3
{
	text-transform: uppercase;
	font-family: Poppins;
  font-weight: 700;
  font-size: 23px;
  margin: 27px 15px 10px;
  text-align: center;
}
.homeservice_list p {
	line-height: 1.5;
	padding: 0 15px;
	text-align: center;
}
.homeservice_list:nth-child(2)
{
	margin: 0 30px;
}
.homeservice_btn
{
	text-align: center;
	margin-top: 40px; 
}
.homeservice_btn p
{
	margin: 0; 
}
.homeservice_btn .btn_common {
	padding: 20px 35px;
	margin-bottom: 0;
}
.homeportfolio_section {
	position: relative;
	padding: 45px 30px;
}
.homeportfolio_wrap {
	display: flex;
		display: -webkit-flex;	
}
.homeportfolio_left {
	position: relative;
	width: 75%;
	padding-right: 55px;
}
.homeportfolio_right {
	position: relative;
	width: 25%;
	padding-left: 1.5%;
	display: flex;
	display: -webkit-flex;	
	justify-content: flex-end;
	align-items: center;
}
.homeportfolio_left h2 {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
}
.homeportfolio_left p {
	line-height: 1.5;
	margin: 10px 0;
}
.homeportfolio_right .btn_common {
	padding: 20px 35px;
}
.faq_section {
	padding: 65px 30px;
	background-color: #e9f1ec;
	position: relative;
}
.faq_wrap {
	display: flex;
	display: -webkit-flex;	
}
.faq_left {
	position: relative;
	width: 50%;
	padding-right: 45px;
	box-sizing: border-box;
}
.faq_right {
	position: relative;
	width: 50%;
	padding-left: 35px;
}
.faq_left hr {
	border-width: 2px;
	border-top-style: solid;
	color: #237041;
	border-top-width: 5px;
	display: block;
	margin: 20px 0;
	border-width: inherit;
	width: 51px;
}
.faq_left h2 {
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 42px;
	font-family: "Poppins";
	font-weight: 700;
	margin: 10px 0;
}
.faq_left p {
	line-height: 1.5;
	margin: 10px 0;
}
.faq_left .btn_common {
	padding: 20px 55px;
}
.accordion-trigger {
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 17px;
	padding: 18px 20px;
	justify-content: space-between;
	display: flex;
	display: -webkit-flex;	
	align-items: center;
	position: relative;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.accordion-wrapper:last-child .accordion-trigger 
{
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.accordion-trigger h6 {
	font-size: 17px;
	margin: 6px 0;
	font-weight: 700;
	font-family: Poppins;
	cursor: pointer;
}
.open-close-box {
	margin-right: 8px;
	border-radius: 50%;
	padding: 8px;
	background-color: #237041;
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease-in-out;
	display: flex;
	align-items: center;
	color: #fff;
}
.open-close-box svg
{
	fill: #fff;
	width: 100%;
  height: 100%;
}
.accordion-content {
	padding: 18px 20px;
	display: none;
}
.accordion-content p {
	line-height: 1.5;
	margin: 0;
}
.accordion-trigger.active .open-close-box
{
  transform: rotate(180deg);
}
/* Home page Css Ends */

.custom1
{
	margin: 0px auto;
  max-width: 465px !important;
}

@media(min-width: 1301px) and (max-width: 1700px) {	
.clearing_bgtext {
	font-size: 80px;
}	
}

@media(min-width: 1025px) and (max-width: 1300px) {	
.container {
	padding: 0 15px;
}
.footer_widgets4 img {
	max-width: 190px;
	margin: 0px auto;
	display: block;
}
.open-hours-data dt {
	width: 38%;
}	
.footer_widgets2 {
	width: 30%;
}
.footer_widgets1 {
	padding-right: 15px;
}
.footer_widgets3 {
	width: 26%;
}
.footer_widgets4 {
	width: 20%;
}
.top_bar {
	padding: 3px 0px 5px;
}
.top_bar_mail {
	width: 30%;
}
.menulogo_bar {
	padding: 12px 0;
}
.locations_wrap {
	width: 19.667%;
}
.contact_left h2 {
	line-height: 45px;
}
.contact_left {
	padding-right: 0;
}
.dedicated_innerwrap {	
	align-items: center;
}
.choose_left {
	padding-right: 0;
}
.choose_rightlist {
	width: 33%;
}
.homebanner_right .contactpage_form h5 {
	margin: 15px 0px 5px 0;
}
.homeclearing_list {
	box-sizing: border-box;
}
.clearing_bgtext {
	font-size: 60px;
}
.top_bartitle {
	width: 32.333%;
}
.top_bar_social {
	width: 14%;
}
.top_bar_btn {
	width: 20%;
}
}

@media(min-width: 768px) and (max-width: 1024px) {
.container {
	padding: 0 15px;
}	
.footer_widgets1 {
	width: 50%;
	padding-right: 25px;
	box-sizing: border-box;
}
.footer_widgets2 {
	padding-right: 0;
	width: 50%;
	box-sizing: border-box;
}
.footer_widgets3 {
	margin: 0;
	padding: 0 45px 0 0;
	width: 50%;
	box-sizing: border-box;
}
.footer_widgets4 {
	padding: 0 0 0 18px;
	width: 50%;
	box-sizing: border-box;
}
.footer_widgets4 img {
	max-width: 230px;
	margin: 0px auto;
	display: block;
}
.top_bar {
	padding: 3px 0px 5px;
}
.top_bartitle {
	font-size: 13px;
	width: 33.333%;
}
.top_bar_btn {
	display: none;
}
.top_bar_mail {
	width: 41%;
	text-align: right;
}
.top_bar_social {
	width: 25%;
	text-align: center;
}
.menulogo_bar {
	padding: 12px 0;
}
.logo_wrap {
	width: 22%;
}
.locations_wrap {
	display: none;
}
.menu_wrap {
	padding-right: 0;
	width: 78%;
}
#primary-menu-list {
	justify-content: right;
}
#primary-menu-list li:last-child a
{
	padding-right: 0px;
}
.spacer_header {
	height: 158px;
}
.footer_widgets_wrap {
	padding: 35px 0px;
	flex-wrap: wrap;
}
.open-hours-data dt {
	width: 110px;
}
.logo_wrap img {
	max-width: 150px;
}
.footer_widgets3 .btn_common {
	display: inline-block;
}
.page_section {
	padding: 45px 15px;
}
.contact_section {
	padding: 45px 0;
}
.contact_left h2, .hero_banner_innerleft h1, .portfolio_right h2, .homeportfolio_left h2, .faq_left h2, .homeservice_intro h2, .choose_left h2, .homeintro_section h2, .clearing_text, .aboutinfo_leftinner h2, .dedicated_right h2, .work_section h2, .homewelcome_left h2 {
	font-size: 37px;
	line-height: 40px;
}
.contact_with_iconsleft {
	width: 20%;
	max-width: 70px;
}
.contact_left { 
	width: 55%;
	padding-right: 0;
}
.contactpage_form h5 {
	font-size: 31px;
}
.contactpage_form {
	padding: 1rem 1rem 0.5rem;
}
.hero_banner_innerright .btn_common {
	padding: 20px 20px;
}
.portfolio_listwrap {
	padding: 45px 0;
}
.portfolio_right {
	padding-left: 0;
	width: 100%;
}
.portfolio_list {
	flex-direction: column;
}
.portfolio_left {
	width: 100%;
	padding-right: 0;
	  padding-bottom: 15px;
}
.services_section {
	padding: 45px 0px;
}
.services_wrap {
	padding: 30px 15px;
}
.services_left {
	padding-left: 0;
	padding-right: 25px;
}
.services_left h2 {
	line-height: 38px;
}
.aboutinfo_left {
	padding-right: 20px;
	padding-left: 20px;
}
.scores_listtextwrap {
	width: 50%;
	padding-left: 5px;
}
.scores_listicon {
	width: 50%;
}
.scorelist_text {
	font-size: 34px;
}
.choose_left {
	padding-right: 5px;
}
.choose_rightlist {
	width: 35%;
	padding: 20px 10px;
}
.choose_rightlist_icon {
	height: 55px;
	width: 45px;
	padding: 10px 0;
}
.chooserighttext {
	font-size: 16px;
}
.choose_section {
	padding: 45px 0;
}
.dedicated_section {
	padding: 45px 0;
}
.dedicated_right {
	padding-left: 10px;
}
.dedicated_innerwrap {
	align-items: center;
}
.workphoto_wrap {
	flex-wrap: wrap;
}
.workphoto {
	width: 33.333%;
	padding-top: 277px;
}
.home_contact .contact_left {
	padding-right: 0;
	padding-left: 15px;
}
.homeportfolio_left {
	padding-right: 16px;
}
.homeportfolio_right {
	width: 37%;
}
.homeportfolio_left {
	width: 70%;
	padding-right: 15px;
}
.faq_left {
	width: 50%;
	padding-right: 15px;
}
.homeportfolio_section {
	padding: 35px 10px;
}
.scores_section {
	padding: 27px 10px 34px;
}
.faq_section {
	padding: 35px 10px;
}
.faq_right {
	width: 50%;
	padding-left: 15px;
}
.open-close-box svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}
.homeservice_section {
	padding: 40px 10px;
}
.homeservice_list:nth-child(2) {
	margin: 0 10px;
}
.homeintro_innerwrap {
	padding: 45px 0 0;
}
.homeclearing_list {
	padding: 65px 20px;
	width: 50%;
}
.clearing_bgtext {
	font-size: 50px;
}
.clearing_text {
	line-height: 45px;
}
.clearing_bgtext {
	margin: 8px 0 -77px;
}
.homeclearing_list {
	padding: 85px 20px 55px;
}
.homewelcome_section {
	padding: 35px 10px;
}
.homewelcome_innerwrap {
	align-items: center;
}
.homebanner_section {
	padding: 0 10px;
}
.homebanner_left {
	padding: 40px 35px 20px 0;
	width: 50%;
}
.homebanner_right {
	width: 50%;
}
.homebanner_left h1 {
	font-size: 34px;
}
.homebanner_right .contactpage_form {
	padding: 20px 15px 10px;
}
.homebanner_right .contactpage_form h5 {
	font-size: 26px;
	margin: 15px 0px 5px 0;
}
.accordion-trigger {
	padding: 18px 10px;
}
.open-close-box {
	margin-right: 0;
}
}

@media (max-width: 767px) {
.container {
	padding: 0 15px;
}	
.footer_widgets_wrap {
	padding: 25px 0px;
	flex-direction: column;
}
.footer_widgets1 {
	width: 100%;
	padding-right: 0;
	margin-bottom: 10px;
	text-align: center;
}
.footer_widgets2 {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.footer_widgets3 {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.footer_widgets4 {
	padding: 0;
	width: 100%;
}
.open-hours-data {
	max-width: 240px;
	margin: 0px auto;
}
.footer_widgets4 img {
	max-width: 250px;
	margin: 0px auto;
	display: block;
}
.footer_copyright {
	padding: 15px 69px;
}
.iconswithtext {
	padding: 2px 0 2px 29px;
	max-width: 360px;
	margin: 0px auto;
	text-align: left;
}
.page_section h2 {
	font-size: 35px;
}
.top_bar {
	display: none;
}
.cta_section h1 {
	font-size: 40px;
}
.locations_wrap {
	display: none;
}
.footer_widgets3 .btn_common {
	margin-top: 10px;
}
.button {
width: 33px;
height: 31px;
position: absolute;
right: 10px;
    top: 8px;
cursor: pointer;
z-index: 12;
padding: 6px;
display: flex;
    align-items: center;
    justify-content: center;
    background: #237041
}
.button::before {
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
position: absolute;
top: 10px;
display: block;
height: 2px;
width: 30px;
background: #fff;
content: '';
}
.button::after {
position: absolute;
top: 21px;
display: block;
height: 8px;
width: 30px;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
content: '';
}
.primary-menu-container {
	display: none;
} 
.menu-button-container {
	display: flex;
	width: 100%;
}
.menulogo_bar {
	padding: 12px 0;
} 
.logo_wrap {
	width: 40%;
	text-align: left;
}
.menu_wrap {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	position: absolute;
	right: 0px;
    top: 10px;
}
.button.menu-opened::after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 22px;
	border: 0;
	height: 2px;
	width: 28px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened::before {
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
}
.spacer_header {
	height: 102px;
}
#primary-menu-list {
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
#primary-menu-list li {
	width: 100%;
	text-align: center;
}
#primary-menu-list li a {
	padding: 10px 15px;
	color: #fff;
	display: block;
}
.menulogo_bar .container {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	flex-direction: column;
}
.headersticky .menu_wrap {
	top: 0;
}
.primary-menu-container.open {
	display: block;
	height: 100vh;
	width: 100%;
	background: #237041;
	top: 72px;
	position: relative;
	padding-top: 30px;
}
.logo_wrap img {
	max-width: 140px;
}
.open-hours-data dt {
	max-width: 110px;
}
#masthead.headersticky .logo_wrap img {
	width: 120px;
}
.footer_widgets3 .btn_common {
	display: inline-block;
}
.page_section, .contact_section {
	padding: 35px 0px;
}
.contact_list {
	flex-direction: column;
}
.contact_left {
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}
.contact_with_iconsleft {
	width: 20%;
	max-width: 70px;
}
.contact_right {
	padding-left: 0;
	width: 100%;
}
.contactpage_form { 	
	padding: 1rem 1rem 0.5rem;
}
.contactpage_form h5, .services_left h2, .choose_left h2, .homebanner_left h1 {
	font-size: 30px;
	line-height: 35px;
}
.contact_left h2, .cta_innerwrap h2, .hero_banner_innerleft h1, .portfolio_right h2, .homewelcome_left h2, .aboutinfo_leftinner h2, .dedicated_right h2, .work_section h2, .homeportfolio_left h2, .faq_left h2, .homeservice_intro h2, .homeintro_section h2 {
	font-size: 35px;
	line-height: 40px;
}
.cta_section {
	padding-top: 65px;
	padding-left: 0;
	padding-bottom: 65px;
	padding-right: 0;
	width: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero_banner_inner {
	padding-top: 35px;
	padding-left: 0;
	padding-bottom: 35px;
	padding-right: 0;
}
.hero_banner_innerwrap {
	flex-direction: column;
}
.hero_banner_innerleft {
	width: 100%;
	text-align: center;
}
.hero_banner_innerright {
	width: 100%;
	padding-left: 0;
	align-items: center;
	-webkit-align-items: center;
}
.portfolio_listwrap {
	padding: 45px 0;
}
.portfolio_list {
	flex-wrap: wrap;
}
.portfolio_left {
	width: 100%;
	padding-right: 0;
	padding-bottom: 20px;
}
.portfolio_right {
	padding-left: 0;
	width: 100%;
}
.hero_banner_innerleft p {
	text-align: center;
}
.services_section {
	padding: 45px 0px;
}
.services_wrap {
	padding: 30px 15px;
}
.services_list {
	flex-direction: column;
}
.services_left {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.services_left .btn_common {
	margin-top: 1px;
	padding: 18px 23px;
	margin-bottom: 25px;
}
.services_right {
	width: 100%;
	padding-left: 0;
	padding-top: 345px;
}
.services_right .item {
	height: 360px;
	width: 100%;
}
.aboutinfo_section {
	padding: 35px 15px;
	flex-direction: column;
}
.aboutinfo_left {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
.aboutinfo_right {
	padding-left: 0;
	width: 100%;
	height: 300px;
	border-radius: 25px;
}
.scores_section {
	padding: 27px 15px 34px;
}
.scores_listwrap {
	flex-direction: column;
	align-items: center;
}
.scores_list {
	width: 100%;
	margin: 20px 0;
	text-align: center;
    max-width: 230px;
}
.choose_section {
	padding: 45px 0px;
}
.choose_innerwrap {
	flex-direction: column;
	text-align: center;
}
.choose_left {
	padding-right: 0;
	width: 100%;
}
.choose_right {
	width: 100%;
	padding-left: 0;
	justify-content: center;
}
.choose_rightlist {
	width: 41%;
	padding: 20px 15px;
	margin: 11px 15px;
	margin-right: 15px;
}
.dedicated_section {
	padding: 45px 0;
}
.dedicated_innerwrap {
	flex-direction: column;
}
.dedicated_left {
	padding-right: 0;
	width: 100%;
}
.dedicated_right {
	padding-left: 0;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.work_section {
	padding: 20px 0px;
}
.workphoto_wrap {
	flex-wrap: wrap;
}
.workphoto {
	width: 50%;
	padding-top: 217px;
}
.work_section p {
	width: 100%;
}
.dedicated_right .btn_common {
	margin-top: 5px;
}
.home_contact .contact_left {
	padding-right: 0;
	padding-left: 0;
	padding-top: 25px;
	margin-bottom: 0;
}
.homeportfolio_section {
	padding: 25px 0;
	text-align: center;
}
.homeportfolio_wrap {
	flex-direction: column;
}
.homeportfolio_left {
	width: 100%;
	padding-right: 0;
	padding-bottom: 15px;
}
.homeportfolio_right {
	width: 100%;
	padding-left: 0;
	justify-content: center;
	align-items: center;
}
.faq_section {
	padding: 35px 0;
}
.faq_wrap {
	flex-direction: column;
}
.faq_left {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.faq_right {
	width: 100%;
	padding-left: 0;
}
.homeservice_section {
	padding: 30px 0;
}
.homeservice_innerwrap {
	flex-direction: column;
}
.homeservice_list {
	width: 100%;
	padding: 15px 15px 30px;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.homeservice_list:nth-child(2) {
	margin: 0 0 25px 0;
}
.home_contact .contact_right {
	padding-right: 0;
}
.homeservice_btn {
	margin-top: 0;
}
.choose_rightlist {
	width: 40%;
	padding: 20px 8px;
	margin: 11px 5px;
	margin-right: 5px;
}
.homeintro_section { 
	padding: 0 0px 15px;
}
.homeintro_innerwrap {
	padding: 35px 0 0;
}
.homeclearing_innerwrap {
	flex-direction: column;
}
.homeclearing_list {
	padding: 85px 20px 55px;
	width: 100%;
	box-sizing: border-box;
}
.clearing_bgtext {
	font-size: 55px;
	margin: 8px 0 -70px;
	display: none;
}
.clearing_text {
	font-size: 36px;
	line-height: 40px;
}
.homewelcome_section {
	padding: 25px 0;
}
.homewelcome_innerwrap, .homebanner_innerwrap {
	flex-direction: column;
}
.homewelcome_left {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.homewelcome_right {
	width: 100%;
}
.homebanner_section {
	padding: 0 0 35px 0;
}
.homebanner_left {
	padding: 20px 0px 40px 0;
	width: 100%;
	text-align: center;
}
.homebanner_right {
	width: 100%;
}
.homebanner_right .contactpage_form {
	padding: 20px 15px 10px;
}
.homebanner_right .contactpage_form h5 {
	font-size: 30px;
	margin: 15px 0px 5px 0;
}
.choose_left hr {
	margin: 10px auto;
}
.homeportfolio_right p {
	margin-top: 0;
}
.open-close-box svg {
	width: 20px;
	height: 20px;
	margin-right: 0;
}
.open-close-box {
	margin-right: 0;
}
.accordion-trigger {
	padding: 18px 10px;
}
.faq_left hr {
	margin: 20px auto;
}
#primary-menu-list li.current-menu-item a, #primary-menu-list li a:hover {
	color: #000;
}
.open-hours-data dd {
	text-align: left;
}
}

@supports (-webkit-touch-callout: none) {
  .cta_section, .hero_banner_inner, .choose_section {
    background-attachment: scroll;
  }
}