/* 
Theme Name: 843 Landscaping
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  

@font-face {
    font-family: 'Aero';
    src: url('fonts/Aero.eot');
    src: url('fonts/Aero.eot?#iefix') format('embedded-opentype'),
        url('fonts/Aero.woff2') format('woff2'),
        url('fonts/Aero.woff') format('woff'),
        url('fonts/Aero.ttf') format('truetype'),
        url('fonts/Aero.svg#Aero') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'GT America Condensed';
    src: url('fonts/GTAmerica-CondensedRegular.eot');
    src: url('fonts/GTAmerica-CondensedRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTAmerica-CondensedRegular.woff2') format('woff2'),
        url('fonts/GTAmerica-CondensedRegular.woff') format('woff'),
        url('fonts/GTAmerica-CondensedRegular.ttf') format('truetype'),
        url('fonts/GTAmerica-CondensedRegular.svg#GTAmerica-CondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	 font-family: 'GT America Condensed';
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #9bbd4e;
	letter-spacing: 0;
	font-family: 'aero';
	text-transform: uppercase;
	font-weight: normal;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a{
	color: #0142ae !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #c0262b !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading p {
	font-size: 23px;
	line-height: normal;
	text-transform: none;
	color: #d16e25;
	font-weight: 700;
	font-family: 'aero';
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
}
.hd_menu .elementor-nav-menu > li {
	margin-left: 30px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 17px !important;
	color: #D16E25;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #f53639 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #D16E25;
	border-radius: 0px;
	padding: 12px 30px !important;
	line-height: normal;
	max-width: 200px;
	color: #fff !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #D16E25 !important;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 200px !important;
	border-radius: 0px;
	margin-top: 5px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #D16E25 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px;
	border-bottom: 1px solid #ffffff20;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #D16E25;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #dbdbdb;
} 
.site_logo {
	width: auto !important;
	max-width: 200px;
}
.hd_right {
	width: auto !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
/* .hd_list {
width: auto !important;
margin-left: 25px;
} */
/* .hd_menu {
width: auto !important;
} */
.hd_list ul {
	margin: 0 !important;
	column-gap: 10px;
	margin-bottom: 15px !important;
}
.hd_list li {
	margin: 0 !important;
	border-right: 1px solid #d16e25;
	padding-right: 15px !important;
}
.hd_list li:last-child {
	border-right: 0 !important;
	padding-right: 0 !important;
}
.hd_list li a svg {
	fill: #D16E25;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
}
.hd_list li a {
	color: #D16E25;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: normal;
	font-weight: 500;
}
body.hdactive {
	padding-top: 113px;
}










/*** Header End***/ 

.ft-sec {
	padding: 60px 15px 20px;
}
.ft-bg > div {
	background: #000;
	background-color: #9bbd4e;
	padding: 50px !important;
}
.half-col {
	grid-column: span 6 !important;
}
.custom-contact .gfield_required {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.custom-contact .gform_wrapper .validation_message {
	padding-top: 5px !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
	color: #fff !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: #fff !important;
	height: 50px;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 1px solid #fffefe6e !important;
	border-radius: 0;
	width: 100% !important;
	color: #000;
	font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border: 1px solid #fff !important;
}
.custom-contact .gfield_label {
	font-size: 14px !important;
	font-weight: normal !important;
	margin-bottom: 5px !important;
	color: #fff !important;
}
.custom-contact .textarea {
	height: 150px !important;
}
/* input::placeholder, textarea::placeholder {
opacity: 1;
color: #000;
} */
.custom-contact .button {
	background-color: #000 !important;
	font-size: 17px !important;
	line-height: normal;
	 font-family: 'GT America Condensed';
	font-weight: 500;
	text-decoration: none !important;
	background-image: url('https://www.843landscaping.com/wp-content/uploads/2025/09/btn_arrow.png') !important;
	background-repeat: no-repeat !important;
	background-position: left 150px center !important;
	height: unset;
	padding: 15px 30px 15px 60px !important;
	text-transform: uppercase;
	color: #fff;
}
.custom-contact h4 {
	color: #fff;
	font-size: 40px;
	line-height: normal;
}
.instruction {
	display: none;
}
.ftimg-col {
	margin-left: -30px;
	margin-top: 60px;
}
.ftimg-col img {
	width: 100%;
}
.mt30 {
	margin-top: 30px;
}
.ft-menu ul {
	margin: 0 !important;
	column-gap: 20px;
}
.ft-menu li {
	margin: 0 !important;
}
.ft-menu li a {
	color: #fff;
	font-size: 17px !important;
	font-weight: 500;
	line-height: 28px;
}
.ft-social ul {
	margin: 0 !important;
	column-gap: 15px;
}
.ft-social li {
	margin: 0px !important;
}
.ft-social li a {
	font-size: 27px !important;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .5px;
}
.ft-social li a svg {
	width: 25px !important;
	height: 25px !important;
	fill: #fff;
	margin: 0 !important;
}
.ft-social li a i {
	display: block;
}
.mt20 {
	margin-top: 20px;
}
.copyrighttext {
	color: #fff;
	font-size: 16px;
	line-height: normal;
}
.copyrighttext a {
	color: #fff;
}
.copyrighttext a:hover {
	text-decoration: underline !important;
}

.bannercaption {
	padding-top: 120px;
	max-width: 760px;
	margin: 0 auto;
}
.bannercaption h1 {
	font-size: 86px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.defbtn a {
	font-size: 18px;
	line-height: normal;
	 font-family: 'GT America Condensed'; 
	letter-spacing: .5px;
	padding: 15px 40px;
	background-color: #D16E25;
	border-radius: 0px;
}
.defbtn a:hover {
	background: #969595;
}
.service_main img {
	display: block !important;
}
.service_main  span { 
	font-weight: normal;
	font-size: 38px;
	line-height: normal;
	width: 50%;
	text-align: left;
}
.service_main .elementor-image-box-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.service_main .elementor-image-box-img {
	width: 60% !important;
	position: absolute;
	right: -40px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	top: -100px;
	z-index: 1;
}
.service_main:hover .elementor-image-box-img {
	right: 0px;
	opacity: 1;
	visibility: visible;
}
.service_main .elementor-image-box-content {
	text-align: left;
	position: relative;
	transition: all ease-in-out 0.5s;
	margin-bottom: 20px;
	left: 30px;
}
.service_main span::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D16E25;
	left: -30px;
	bottom: 0;
	top: 0;
	margin: auto;
	animation: pulse-dot 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-webkit-animation: pulse-dot 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse-dot {
	0% {transform: scale(.8);}
	50% {transform: scale(1);}
	100% {transform: scale(.8);}
}
@-webkit-keyframes pulse-dot {
	0% {transform: scale(.8);}
	50% {transform: scale(1);}
	100% {transform: scale(.8);}
}
.service_main span::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #d16e25;
	left: 320px;
	top: 0;
	bottom: 0;
	margin: auto;
	animation: mymove4 2.5s infinite;
	-webkit-animation: mymove4 2.5s infinite;
}
@-webkit-keyframes mymove4 {
	0% {width: 10px;}
	50% {width:80px;}
	100% {width:10px;}
}
@keyframes mymove4 {
	0% {width: 10px;}
	50% {width:80px;}
	100% {width:10px;}
}
.diff-pad {
	padding: 80px 0px 100px;
}
.pad80 {
	padding: 80px 15px;
}
.inr-bnr {
	padding: 11% 15px;
}
.inr-hd h1 {
	font-size: 80px;
	line-height: 70px;
	margin-bottom: 20px;
}
.wt-bg > div {
	background: #fff;
	z-index: 1;
	padding: 50px;
	position: absolute;
	width: 680px;
	right: -100px;
	top: 120px;
	box-shadow: 0px 0px 10px #00000024;
}
.wt-bg .bigtext p {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.bg-white::before {
	content: '';
	transform: skewX(-19deg);
	background-color: #b5a8a8;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 3px 4px 5px 0 rgba(0,0,0,.11);
	right: -103px;
	left: -100vw;
}
.bg-white {
	padding: 130px 60px 130px 0px;
	position: relative;
	z-index: 1;
	margin-top: -43px;
	margin-bottom: -30px;
}
.wt p {
	color: #fff;
}
.bigheading span {
	color: #D16E25;
}
.mb50 {
	margin-bottom: 50px;
}
.bigheading h2 {
	font-size: 50px;
	line-height: 1.1;
}
.we_offer_section::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 70%;
	background-color: #f0f0f0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
.we_offer_section {
	position: relative;
}
.offer-col > div {
	padding: 120px 0px 0px;
}
.offer-col img {
	margin: auto auto auto 80px;
	z-index: 1;
	position: relative;
}
.col-pad {
	padding: 50px 0px 0px 120px;
}
.single-serve {
	width: calc(100% / 3 - 14px) !important;
}
.flip_serve > div {
	column-gap: 20px;
	row-gap: 20px;
}
.single-serve h3 {
	font-weight: 400;
	margin-bottom: 20px !important;
	font-size: 24px;
	line-height: 1.33333;
	letter-spacing: .5px;
	color: #fff;
}
.single-serve .elementor-flip-box__layer__description {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.single-serve .elementor-flip-box__back {
	border: 4px solid grey !important;
}
.pb80 {
	padding-bottom: 80px;
}
.bg-col > div {
	background: #ffff;
	padding: 50px !important;
	z-index: 1;
	margin: auto -80px auto auto;
	box-shadow: 0px 0px 10px #00000021;
}
.bg-col > div::before {
	content: "";
	border-bottom: 3px solid #9bbd4e !important;
	border-left: 3px solid #9bbd4e !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 80px;
	transition: all ease-in-out 0.5s !important;
}
.bg-col > div::after {
	content: "";
	border-top: 3px solid #9bbd4e !important;
	border-right: 3px solid #9bbd4e !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	transition: all ease-in-out 0.5s !important;
}
.bg-col > div:hover::after {
	width: 120px;
	height: 120px;
	transition: .4s;
}
.bg-col > div:hover::before {
	width: 120px;
	height: 120px;
	transition: .4s;
}
.ryt-col.bg-col > div {
	margin: auto auto auto -80px;
}
.mb0 {
	margin-bottom: 0px !important;
}
.landscape_outer > div {
	column-gap: 20px;
	justify-content: center;
}
.landscape-boxes {
	width: calc(100% / 3 - 14px) !important;
	box-shadow: 0px 20px 50px #0000001f;
	background: #fff;
	transition: all ease-in-out 0.5s !important;
	position: relative;
	top: 10px;
}
.landscape-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin: 0 !important;
}
.landscape-boxes .elementor-image-box-img img {
	width: 100%;
	display: block;
}
.landscape-boxes .elementor-image-box-content {
	padding: 25px;
}
.landscape-boxes .elementor-image-box-title {
	margin: 0 !important;
	margin-bottom: 10px !important;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: .5px;
}
.landscape-boxes .elementor-image-box-description {
	font-size: 18px;
	line-height: 30px;
}
.landscape-boxes:hover {
	top: 0;
}
.dotted-img.bg-col > div {
	background-image: url("https://www.843landscaping.com/wp-content/uploads/2025/09/PNG-Image-4-×-4-pixels.png");
	background-repeat: repeat;
}
.dotted-img .bigheading h2 {
	font-size: 35px;
}
.img-bg > div {
	position: relative;
}
.img-bg > div::after {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: #80808057;
	left: 60px;
	bottom: -30px;
	z-index: -1;
}
.irrigation-boxes {
	width: calc(100% / 2 - 10px) !important;
}
.irrigation_outer > div {
	column-gap: 20px;
	justify-content: center;
}
.irrigation-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin-bottom: 0px !important;
}
.irrigation-boxes .elementor-image-box-img img {
	width: 100%;
	display: block;
	max-width: 64px;
}
.irrigation-boxes .elementor-image-box-title {
	font-size: 18px;
	font-weight: bold;
}
.dotted-bg .bigheading h2 {
	font-size: 35px;
}
.irrigation-sec.we_offer_section::after {
	height: 90%;
}
.dotted-bg > div {
	background-image: url("https://www.843landscaping.com/wp-content/uploads/2025/09/PNG-Image-4-×-4-pixels.png");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	padding: 50px !important;
	max-width: 840px;
	margin: auto;
	object-fit: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: unset;
	box-shadow: 0px 0px 10px #00000030;
}
.irrigation-sec {
	margin-top: 80px;
}
.review_outer > div {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 50px;
	row-gap: 50px;
	position: relative;
}
.single-reivew {
	width: calc(100% / 2 - 50px) !important;
	padding: 40px 30px 50px 30px;
	background: rgb(255,255,255);
	position: relative;
	box-shadow: 0px 0px 15px 0 #e1e0e0;
	margin-bottom: auto !important;
}
.single-reivew:nth-child(2n+1) {
	margin-right: 50px;
}
.single-reivew .elementor-testimonial-content {
	font-size: 16px !important;
	line-height: 32px;
	font-style: italic;
	margin-bottom: 0 !important;
}
.single-reivew .elementor-testimonial-meta {
	position: absolute;
	top: -20px;
	background: #d16e25;
	padding: 10px 20px;
	margin: auto !important;
	max-width: max-content;
}
.single-reivew .elementor-testimonial-wrapper {
	flex-wrap: wrap;
	display: flex;
}
.single-reivew .elementor-widget-container {
	display: flex;
	height: 100%;
}
.single-reivew .elementor-testimonial-name {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: 'aero';
	letter-spacing: 1px;
	font-weight: normal;
}
.review_outer .single-reivew:nth-child(2n) {
	margin-top: 120px;
}
.review_outer > div .single-reivew:nth-child(2n+1)::before {
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50%;
	z-index: 9;
	border: solid 15px #9bbd4e;
	transition: 0.3s ease all;
	content: "";
	left: 680px;
	position: absolute;
	top: 0;
}
.review_outer > div .single-reivew:hover:nth-child(2n+1)::before {
	border: solid 10px #d16e25;
}
.single-reivew .elementor-testimonial-wrapper::before {
	content: "";
	position: absolute;
	background-image: url("https://www.843landscaping.com/wp-content/uploads/2025/09/fivestarimg.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 21px;
	bottom: 15px;
	background-size: 100px;
}
.single-reivew .elementor-testimonial-wrapper::after {
	content: "";
	position: absolute;
	background-image: url("https://www.843landscaping.com/wp-content/uploads/2025/09/facebook3.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 27px;
	bottom: 12px;
	background-size: 25px;
	left: 150px;
}
.review_outer > div:nth-child(2n+1)::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: #d16e25;
}
.img-slider svg {
	fill: #d16e25 !important;
	width: 45px !important;
	height: 45px !important;
	font-weight: normal !important;
	padding: 7px;
}
.img-slider .elementor-swiper-button {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.img-slider .elementor-swiper-button-next {
	right: -23px !important;
}
.img-slider .elementor-swiper-button-prev {
	left: -23px !important;
}
.ft-fix-btn {
	display: none;
}
/* Responsive-Start */

@media(max-width: 1400px) {
	.review_outer > div .single-reivew:nth-child(2n+1)::before {
		display: none;
	}
	.single-reivew:nth-child(2n+1) {
		margin-right: 23px;
	}
	.bg-white {
		padding: 130px 60px 130px 15px;
	}
	.wt-bg > div {
		padding: 30px;
		width: 680px;
		right: -130px;
		top: 66px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 22px;
	}
	.lft-ryt-spc {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media(max-width: 1199px) {
	.single-reivew .elementor-testimonial-meta {
		padding: 8px 15px;
	}
	.single-reivew {
		padding: 34px 20px 40px 20px;
	}
	.landscape-boxes .elementor-image-box-title {
		font-size: 28px;
		line-height: 38px;
	}
	.landscape-boxes .elementor-image-box-content {
		padding: 20px;
	}
	.ryt-col.bg-col > div {
		margin: auto auto auto -40px;
	}
	.bg-col > div {
		padding: 33px !important;
		margin: auto -50px auto auto;
	}
	.elementor-flip-box__layer__overlay {
		padding: 20px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.img-slider svg {
		width: 35px !important;
		height: 35px !important;
	}
	.bigheading h2 {
		font-size: 46px;
	}
	.bg-white {
		padding: 90px 40px 90px 15px;
		margin-top: -33px;
		margin-bottom: -26px;
	}
	.wt-bg > div {
		padding: 25px;
		width: 700px;
		right: -160px;
		top: 21px;
	}
	.inr-hd h1 {
		font-size: 70px;
		line-height: 60px;
		margin-bottom: 18px;
	}
	.custom-contact h4 {
		font-size: 35px;
	}
	.ft-menu ul {
		column-gap: 12px;
	}
	.ft-bg > div {
		padding: 40px !important;
	}
	.diff-pad {
		padding: 80px 0px 80px;
	}
	.bannercaption h1 {
		font-size: 76px;
	}

}
@media(max-width: 1024px) {
	.header_main .elementor-nav-menu > li > ul.sub-menu {
		min-width: 100% !important;
		border-radius: 0px;
		margin-top: 0px !important;
	}
	.header_main .fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #d47935;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
	.header_main .elementor-menu-toggle {
		background-color: #d37631;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0 !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 480px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		right: -490px;
		transform: unset !important;
		max-height: 100% !important;
		transition: all ease-in-out 0.3s !important;
		background-color: #d47935;
		overflow: auto;
		z-index: 5;
	}
	.header_main .elementor-nav-menu>li>a {
		color: #fff;
	}
	.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
		right: 0px !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		background-color: #fff;
		color: #fcb113;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		top: 48px;
	}
	.hd_menu .elementor-nav-menu > li > a:hover {
		color: #fff !important;
	}
	.header_main .elementor-nav-menu {
		margin: auto;
		margin-top: 90px !important;
		width: 100% !important;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 30px;
	}
	.header_main .elementor-nav-menu>li:last-child>a:hover {
		background: transparent !important;
		color: #fff !important;
	}
	.header_main .elementor-nav-menu>li:last-child {
		margin-left: 0px;
	}
	.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
		border: 0 !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		background-color: transparent !important;
		font-size: 20px !important;
		padding: 22px 15px !important;
		border: 0px !important;
		color: #fff !important;
		border-bottom: 1px solid #ffffff1f !important;
	}
	
	.hd_menu nav > ul.elementor-nav-menu > li {
		margin-left: 0px;
	}
.header_main ul.elementor-nav-menu .sub-menu li a {
	padding: 20px 20px 20px 35px !important;
	color: #fff !important;
	font-size: 17px !important;
	background-color: #cc7533 !important;
	text-transform: uppercase;
}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.single-reivew:nth-child(2n+1) {
		margin-right: 10px;
	}
	.landscape-boxes .elementor-image-box-title {
		font-size: 24px;
		line-height: 35px;
	}
	.landscape-boxes {
		width: calc(100% / 3 - 7px) !important;
		top: 0;
	}
	.landscape_outer > div {
		column-gap: 10px;
	}
	.subheading p {
		font-size: 23px !important;
		line-height: normal !important;
	}
	.dotted-bg > div {
		padding: 30px !important;
	}
	.dotted-bg .bigheading h2 {
		font-size: 30px;
	}
	.irrigation-boxes .elementor-image-box-img img {
		max-width: 52px;
	}
	.irrigation-boxes .elementor-image-box-title {
		font-size: 16px;
	}
	.defbtn a {
		font-size: 16px;
		padding: 12px 29px;
	}
	.ryt-col.bg-col > div {
		margin: auto auto auto -20px;
	}
	.bg-col > div {
		padding: 18px !important;
		margin: auto -20px auto auto;
	}
	.pb80 {
		padding-bottom: 60px;
	}
	.flip_serve > div {
		column-gap: 15px;
		row-gap: 15px;
	}

	.single-serve .elementor-flip-box__back h3 {
padding-top: 15px;
margin: 0 0 7px;
padding-bottom: 12px;
}
.single-serve .elementor-flip-box__image img {
height: 159px !important;
border-radius: 0px !important;
}
.single-serve .elementor-flip-box__front h3 {
display: none !important;
}
.single-serve {
width: calc(100% / 3 - 10px) !important;
margin: 0px !important;
height: auto !important;
overflow: hidden;
position: relative !important;
border-radius: 0px;
}
.single-serve .elementor-flip-box__front {
	background-color: transparent !important;
	position: static !important;
	height: 200px;
}
.single-serve .elementor-flip-box {
height: auto !important;
}
	.single-serve .elementor-flip-box__back {
		transform: unset !important;
		position: static;
		border-radius: 0px !important;
		background-image: unset !important;
		min-height: 200px;
		background-color: #d37631 !important;
	}
.single-serve .elementor-flip-box__front .elementor-flip-box__layer__inner::before {
background: #848181db;
display: none;
}
.single-serve .elementor-flip-box:hover .elementor-flip-box__front {
transform: unset !important;
}
	.single-serve .elementor-flip-box__layer__overlay {
		justify-content: flex-start !important;
		border-radius: 0px !important;
		padding: 0px 15px !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


	.single-serve h3 {
		margin-bottom: 0px !important;
		font-size: 21px;
	}

	.single-serve .elementor-flip-box__layer__description {
		font-size: 17px;
		line-height: 26px;
	}
	
	.col-pad {
		padding: 40px 0px 0px 80px;
	}
	.offer-col img {
		margin: auto auto auto 50px;
	}
	.wt-bg .bigtext p {
		margin-bottom: 10px;
	}
	.bg-white::before {
		right: -63px;
	}
	.bg-white {
		padding: 50px 30px 50px 15px;
		position: relative;
		z-index: 1;
		margin-top: -5px;
		margin-bottom: -9px;
	}
	.wt-bg > div {
		padding: 25px;
		width: 560px;
		right: -150px;
		top: 12px;
	}
	.inr-hd h1 {
		font-size: 53px;
		line-height: 47px;
		margin-bottom: 15px;
	}
	.bigheading {
		margin-bottom: 15px !important;
	}
	.mt50 {
		margin-top: 35px;
	}
	.custom-contact h4 {
		font-size: 33px;
	}
	.ft-bg > div {
		padding: 30px !important;
	}
	.ftimg-col {
		width: 50% !important;
	}
	.ft-bg {
		width: 50% !important;
	}
	.ftimg-col {
		margin-left: -10px;
		margin-top: 40px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.service_main span::after {
		display: none;
	}
	.service_main span::before {
		left: -24px;
	}
	.service_box > div {
		row-gap: 13px;
		column-gap: 20px;
	}
	.service_main {
		width: calc(100% / 2 - 10px) !important;
		border: 1px solid #80808026;
	}
	.service_main .elementor-image-box-wrapper {
		display: flex;
		flex-wrap: wrap;
		/* 		row-gap: 10px;
		column-gap: 10px; */
	}
	.service_main .elementor-image-box-img {
		width: 100% !important;
		position: static;
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	.service_main span::before {
		width: 16px;
		height: 16px;
	}
	.service_main span {
		font-size: 28px;
	}
	.bigheading h2 {
		font-size: 44px;
	}
	.diff-pad {
		padding: 60px 0px 60px;
	}
	.defbtn {
		margin-top: 20px;
	}
	.defbtn a {
		font-size: 17px;
		padding: 14px 30px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 17px;
		line-height: 26px;
	}
	.bannercaption h1 {
		font-size: 66px;
	}
	.bannercaption {
		padding-top: 100px;
	}

}
@media(max-width: 767px) {
	.single-reivew:nth-child(2n+1) {
		margin-right: 0;
		margin-left: 20px;
	}
	.review_outer .single-reivew:nth-child(2n) {
		margin-top: 0;
		margin-left: 20px;
	}
	.review_outer .single-reivew:nth-child(2n) {
		margin-top: 0;
	}
	.single-reivew {
		padding: 34px 20px 40px 20px;
		width: 100% !important;
	}
	.review_outer > div .single-reivew:nth-child(2n+1)::before {
		left: -34px;
		height: 34px;
		width: 34px;
	}
	.review_outer > div:nth-child(2n+1)::after {
		left: 0;
	}
	.landscape_outer > div {
		row-gap: 10px;
	}
	.landscape-boxes {
		width: 100% !important;
	}
	.pl30 {
		padding-left: 10px;
	}
	.irrigation-boxes .elementor-image-box-img img {
		max-width: 42px;
		margin: 0 auto;
	}
	.subheading p {
		font-size: 20px !important;
		line-height: normal !important;

	}
	.irrigation-sec {
		margin-top: 120px;
	}
	.dotted-img .bigheading h2 {
		font-size: 32px;
	}
	.mob-pad-top {
		padding-top: 0px !important;
	}
	.ryt-col.bg-col > div {
		margin: auto auto auto 0px;
	}
	.bg-col > div {
		padding: 18px !important;
		margin: auto 0px auto auto;
	}
	.pb80 {
		padding-bottom: 40px;
	}
	.flip_serve > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.single-serve .elementor-flip-box__back {
		border: 2px solid #808080a3 !important;
	}
	.single-serve .elementor-flip-box__back {
		min-height: 170px;
	}
	.single-serve {
		width: calc(100% / 2 - 10px) !important;
	}
	.col-pad {
		padding: 20px 0px 20px 0px;
	}
	.offer-col img {
		margin: auto auto auto 0px;
	}
	.bigheading h2 {
		font-size: 34px;
	}
	.offer-col > div {
		padding: 00px 0px;
	}
	.bg-white {
		padding: 20px 15px 40px 15px;
	}
	.inr-hd h1 {
		font-size: 43px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.abt-col-1 {
		width: 50% !important;
	}
	.abt-col-3 {
		width: 50% !important;
	}
	.abt-col-2 {
		order: -1;
	}
	.wt-bg > div {
		padding: 25px 15px;
		width: 100% !important;
		right: -150px;
		top: 12px;
		position: static;
		order: -1;
	}
	.ft-fix-btn a:last-child {
		border-left: 1px solid #ffffff2b;
	}
	.ft-fix-btn a {
		width: 100% !important;
		text-align: center;
		color: #fff;
		font-size: 22px;
		padding: 10px;
		line-height: normal;
	}
	.ft-fix-btn {
		display: flex;
		justify-content: space-between;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 1px solid #ffffff40;
		z-index: 10;
		background-color: #d16e25;
	}
	.ft-sec {
		padding: 40px 15px 70px;
	}
	.mt30 {
		margin-top: 20px;
	}
	.ftimg-col {
		margin-left: 0px;
		margin-top: 40px;
		width: 100% !important;
	}
	.custom-contact .button {
		font-size: 17px !important;
		background-image: unset;
		padding: 15px 30px 15px 30px !important;
		color: #fff;
		width: auto !important;
		line-height: 1 !important;
		margin: 0 auto;
	}
	.ft-bg > div {
		padding: 20px !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.custom-contact h4 {
		font-size: 30px;
		text-align: center;
	}
	.ft-bg {
		width: 100% !important;
	}
	.pad80 {
		padding: 40px 15px;
	}
/* 	.service_main .elementor-image-box-img {
		width: 100% !important;
		position: static;
		right: 0;
		opacity: 1;
		visibility: visible;
		margin: 0 !important;
	} */
	.service_main .elementor-image-box-content {
		text-align: center;
		position: static;
		margin-bottom: 12px;
		left: 30px;
	}
	.mt50 {
		margin-top: 22px;
	}
	.service_main span::before {
		display: none;
	}
	.banner > div {
		min-height: auto !important;
		padding-bottom: 43%;
	}
	.service_main span {
		font-size: 26px;
	}
	.diff-pad {
		padding: 40px 0px 40px;
	}
	.defbtn a {
		font-size: 16px;
		padding: 12px 20px;
	}
	.bannercaption h1 {
		font-size: 53px;
		margin: 0 15px;
	}
	.bannercaption {
		padding-top: 70px;
		margin: 0 15px;
	}
}
@media(max-width: 600px) {
	p, li {
		margin-bottom: 14px;
	}
	.dotted-bg > div {
		padding: 30px 15px !important;
	}
	.single-serve {
		width: 100% !important;
		height: auto !important;
	}
	.inr-hd h1 {
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 13px;
	}
	.hd_list li {
		padding-right: 10px !important;
	}
	.hd_list li a {
		font-size: 13px !important;
	}
	.site_logo {
		max-width: 154px;
	}
	.service_main {
		width: calc(100% / 2 - 5px) !important;
	}
	.hdactive .site_logo {
		max-width: 160px;
	}
	.service_main span {
		font-size: 21px;
	}
	.service_box > div {
		row-gap: 10px;
		column-gap: 10px;
	}
	.bigheading h2 {
		font-size: 30px;
	}
	.bannercaption h1 {
		font-size: 37px;
		margin: 0 15px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 19px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 340px;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
}
@media(max-width: 400px) {

}

