/* 
Theme Name: Lowcountry 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*****/  
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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: 16px;
	line-height: 27px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000;
	letter-spacing: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: bold;
} 
p a{
	color: #008092 !important;
	font-weight: 600;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #000 !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pt80 {
	padding-top:80px !important;
}
.pb80 {
	padding-bottom:80px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.mb100{
	margin-bottom: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn .elementor-widget-container {
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
.pad50{
	padding: 50px 15px;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	animation: 0.5s ease-in slideIn;
	z-index: 102;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 11px;
	padding: 10px 15px;
}
.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: 50px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px;
	color: #fff !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}
body .hd_menu .elementor-nav-menu > li > a:hover {
	color: #008092 !important;
}
body .hd_menu .elementor-nav-menu > li:last-child > a {
	position: relative;
	transition: all ease-in-out 0.5s !important;
	font-style: normal;
	background: #008092;
	border-radius: 50px !important;
	color: #fff !important;
	text-transform: uppercase;
	padding: 14px 35px !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 16px 15px 17px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #000 !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;
}   
.hdactive .elementor-nav-menu li .sub-arrow svg {
	fill: #000 !important;
}
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #000;
	min-width: 300px !important;
	border-radius: 0px;
	margin-top: 0px !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:#008092 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff; 
	top: 2px !important;
	position: relative;
}
.elementor-nav-menu li:hover .sub-arrow svg, .hdactive .elementor-nav-menu li:hover .sub-arrow svg  {
	fill: #008092 !important;
} 
.site_logo {
	width: auto !important;
	max-width: 300px;
} 
.hdactive .site_logo {
	max-width: 250px;
}
.hdright {
	width: calc(100% - 330px) !important;
}
/*** Header End***/ 
.bigheading h2 {
	font-size: 55px;
}
.abtinfo {
	padding: 60px;
}
.service_slider .elementor-testimonial__header {
	flex-wrap: wrap;
}
.service_slider .elementor-testimonial__image {
	width: 100% !important;
	overflow: hidden;
}
.service_slider .elementor-testimonial__image img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0;
	transition: all ease-in-out 0.5s;
}
.service_slider .swiper-slide:hover .elementor-testimonial__image img {
	transform: scale(1.1);
}
.service_slider .elementor-testimonial__cite {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto !important;
	background-color: rgba(0, 0, 0, 0.62);
	width: calc(100% - 20px);
	padding: 15px 25px;
	overflow: hidden;
}
.service_slider .elementor-testimonial__name {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 6px;
	font-weight: 500;
}
.service_slider .elementor-testimonial__title {
	color: #fff !important;
	font-size: 15px !important;
	margin: auto auto -145px auto;
	min-height: 130px;
	transition: all ease-in-out 0.5s;
	margin-top: 12px;
}
.service_slider .swiper-slide:hover .elementor-testimonial__title{
	margin: 0;
}
.ft_social  svg {
	margin: 0 !important;
	fill: #fff;
	width: 15px !important;
	height: 19px !important;
}
.ft_social a {
	border: 1px solid #fff;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	justify-content: center !important;
}
.ft_social a:hover {
	background: #fff; 
}
.ft_social a:hover svg {
	fill: #000;
}
.ft_social .elementor-icon-list-text {
	display: none !important;
}
.ftbtm {
	padding: 15px 0;
	border-top: 1px solid #ffffff2b;
}
.ft_logo img {
	max-width: 300px;
	margin-left: auto;
}
.ft_logo {
	text-align: left;
}
.copyright_txt, .copyright_txt a {
	color: #fff;
	font-size: 15px;
}
.fttop {
	padding: 60px 0;
}
.ft_info {
	margin-bottom: 20px !important;
}
.ft_hd p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 9px !important;
	font-size: 16px;
}
.menulist li span {
	color: #fff;
	font-size: 15px;
}
.menulist li {
	margin-bottom: 3px !important;
}
.menulist li span:hover, .ft_info a span:hover {
	color: #008092 !important;
}
.ft_info svg {
	fill: #fff;
}
.ft_info a span {
	color: #fff; 
	font-size: 15px !important;
}
.ft_info li {
	margin-bottom: 6px !important;
}
.defbtn a:hover ,
.hd_menu .elementor-nav-menu > li:last-child > a:hover{
	background: #000;
}

.bigheading {
	margin-bottom: 25px !important;
}

.defbtn  {
	margin-top: 28px;
}
.defbtn a {
	background: #008092;
	border-radius: 50px;
	min-width: 200px;
	padding: 17px 41px;
	border: 0px;
	font-size: 16px;
}


.mdheading h2 {
	font-size: 36px;
	line-height: 1.3;
}


.btnhd {
	margin-bottom: 12px !important;
}
.btnhd a {
	background: transparent !important;
	padding: 0 !important;
	font-weight: 500;
	font-size: 17px;
}
.btnhd a svg {
	font-size: 17px;
	position: relative;
	top: 2px;
}
.bannercaption {
	padding: 240px 0 120px;
} 
.bannercaption h1 {
	font-size: 55px;
	margin-bottom: 15px;
	line-height: 1.1; 
}
.bannercaption > div {
	max-width: 670px;
}
.rem_spacing {
	margin: 0 !important;
}
.loc_block ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 13px;
	column-gap: 13px;
	margin-top: 30px !important;
}
.loc_block ul li span {
	border-radius: 50px;
	background: #ffffff3d;
	padding: 6px 22px;
	color: #fff;
	transition: all ease-in-out 0.5s !important;
	font-size: 15px;
}
.loc_block ul li {
	margin: 10px;
}
.loc_block ul li:hover span {
	background: #fff;
	color: #008092;
}
.review_slider .elementor-testimonial__text::before {
	content: "";
	left: 0;
	width: 103px;
	height: 16px;
	background-image: url("https://lowcountrylandscaping.net/wp-content/uploads/2025/11/star_ic.png");
	background-repeat: no-repeat;
	display: block;
	background-size: contain;
	margin-bottom: 12px;
}
.review_hd {
	padding: 100px 15px 200px;
}
.review_slider {
	margin-top: -120px;
}
.review_slider .elementor-testimonial {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 32px !important;
	box-shadow: 0px 0px 12.09px 0.91px rgba(0, 0, 0, 0.11);
	width: calc(100% - 20px);
	margin: auto auto 13px;
	background: #fff;
}
.review_slider .elementor-testimonial__header {
	order: 2;
}
.review_slider .elementor-testimonial__name {
	color: #008092 !important;
	font-size: 16px;
	margin-top: 10px;
}
.review_slider .swiper-slide {
	background: transparent !important; 
}
.review_slider .elementor-testimonial__text {
	font-size: 16px !important;
	line-height: 1.6 !important;
}
.left_container > div {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-left: 0 !important;
}
.map_block {
	margin: -40px auto -80px;
}
.showonscroll,
.hdactive .hideonscroll {
	display: none;
}
.hdactive .showonscroll {
	display: block;
}
.hdactive .hd_menu .elementor-nav-menu > li > a { 
	color: #000 !important; 
}
.hdactive .btnhd a,.hdactive  .btnhd svg {
	color: #000;
	fill: #000;
}
.hdactive .btnhd {
	margin-bottom: 8px !important;
} 



.inner-banner{
	padding:15% 15px 13%;
} 
.inr-hd h1 {
	font-size: 60px;
	line-height: 1.10;
} 
.pad80{
	padding:80px 15px;
} 

.full-height-col .elementor-widget-wrap .elementor-widget, .full-height-col .elementor-widget-wrap .elementor-widget * {
	height: 100% !important;
	object-fit: cover;
} 
.big-heading h2 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 22px;
} 
.cta-row .elementor-container {
	background: #008092;
	border-radius: 0px;
	padding: 50px;
} 
.cta-row h3 {
	font-size: 38px;
	line-height: 45px;
} 
.cta-row .defbtn a {
	background: #fff;
	color: #000;
} 
.cta-row .defbtn a:hover {
	background: #000;
	color: #fff;
} 
.bg-logo .elementor-background-overlay {
	filter: grayscale(100);
} 
.block_infofull {
	background: #00000042;
	border-radius: 20px;
	padding: 70px;
	backdrop-filter: blur(10px);
} 
.wt p {
	color: #fff;
} 
.block_infofull .defbtn a {
	background: #fff;
	color: #000;
} 
.block_infofull .defbtn a:hover {
	background: #008092;
	color: #fff;
} 
.site-list li {
	padding-left: 45px;
	list-style: none;
	position: relative; 
	width: calc(100% / 2 - 10px);
}   
.site-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.site-list li::before {
	position: absolute;
	content: "";
	background-image: url(https://lowcountrylandscaping.net/wp-content/uploads/2025/11/LLC_fav.png);
	background-repeat: no-repeat;
	background-size: 35px;
	left: 0;
	width: 35px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bdr-left {
	padding-left: 55px;
	margin-left: 40px;
	position: relative;
}  
.bdr-left::before {
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% + 200px);
	top: -100px;
	bottom: 0;
	background: #ffffff52;
	left: 0;
}
.bg-hd .big-heading h2 {
	font-size: 42px;
	line-height: 50px;
} 

.simple-list li {
	background: #000;
	max-width: max-content;
	list-style: none;
	padding: 8px 20px;
	margin: 0px 5px 13px;
	border-radius: 50px;
	color: #fff;
}
.simple-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} 
.big-text p {
	font-size: 25px;
	line-height: normal;
	margin-bottom: 18px;
	font-weight: 500;
} 
.site-list.full-list li {
	width: 100%;
} 
.site-list.last-full li:last-child {
	width: 100%;
} 










.loc-col {
	width: calc(100% / 5 - 15px) !important;
	background: #fff;
	border: 1px solid #000000f2;
	border-radius: 10px;
	margin: 0 7px 15px !important;
	padding: 40px 25px 40px;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}
.loc-col:hover {
	background: #008092;
	border: 1px solid #008092;
}
.loc-col:hover .elementor-icon-box-icon svg {
	fill:#fff;
	top:-5px;
}
.loc-col .elementor-icon-box-icon {
	margin-bottom:10px!important;
}
.loc-col span {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	transition: all ease-in-out 0.5s;
	font-weight: 500;
}
.loc-col:hover span {
	color:#fff;
}
.loc-col .elementor-icon-box-icon svg {
	width:30px!important;
	height:auto!important;
	transition:all ease-in-out 0.5s;
	top:0;
}
.loc-col a::before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.loc-col::before {
	content: "";
	position: absolute;
	background-image: url(https://lowcountrylandscaping.net/wp-content/uploads/2025/11/LLC_fav.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -30px;
	right: 0;
	top: unset;
	margin: auto;
	opacity: 0.04;
	transition: all ease-in-out 0.5s;
	background-position: bottom center;
}
.loc-col:hover::before {
	filter:invert() brightness(100);
}
.loc-col::after {
	position:absolute;
	content:"";
	background-color:#fff;
	width:45px;
	height:45px;
	margin:auto;
	left:unset;
	right:0;
	bottom:0;
	border-radius:50% 0% 0% 0%;
	transition:all ease-in-out 0.5s;
	background-image:url(https://lowcountrylandscaping.net/wp-content/uploads/2025/12/blue-arw.png);
	background-repeat:no-repeat;
	background-size:15px;
	background-position:center;
	opacity:0;
}
/* .loc-col:hover::after {
opacity:1;
} */ 
.div-center .elementor-widget-wrap {
	justify-content: center;
} 



.gform_wrapper .gform_validation_errors {
	display: none;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact label {
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #000 !important;
	margin-bottom: 5px !important;
} 
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: transparent !important;
	border: 1px solid #00000082 !important;
	height: 60px;
	margin-bottom: 0px !important;
	border-radius: 5px !important;
	padding: 8px 15px !important;
	color: #000 !important;
} 
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .gform_footer {
	margin: 27px 0px 0px !important;
	padding: 0px !important;
} 
.custom-contact form {
	background: #efefef;
	padding: 50px;
	border-radius: 0px;
	margin-top: -120px;
	z-index: 2;
	position: relative;
}  
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 15px;
} 
.full-col{
	margin-bottom: 15px !important;
}
.custom-contact .button {
	margin: 0 auto !important;
	background: #008092 !important;
	border-radius: 50px !important;
	min-width: 200px;
	padding: 17px 41px !important;
	border: 0px !important;
	font-size: 16px;
	color: #fff !important;
	height: unset;
	line-height: normal;
} 
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
}
.contact-banner {
	padding: 18% 15px 10%;
}
.contact-banner p {
	max-width: 870px;
	margin: 20px auto;
}
.thanks-bnr p {
	font-size: 21px;
	line-height: normal;
	padding-top: 17px;
} 
.inner-banner .elementor-background-overlay {
	opacity: 0.75 !important;
}
.mt40{
	margin-top:40px;
}
.ft-techo-img {
	margin-top: 10px;
}
.ft-techo-img img {
	max-width: 80px;
}
.bnr-techo-img img {
	max-width: 170px;
	margin-bottom: 10px;
}
.bnr-techo-img {
	width: auto !important;
	text-align: center !important;
	margin: 0 15px 20px 0;
}
.bnr-techo-img .wp-caption-text {
	color: #fff;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
}
.logo-tech img {
	max-width: 185px;
	margin-bottom: 20px;
} 
.icon-card {
	width: calc(100% / 5 - 10px) !important;
	background: #fff;
	padding: 35px;
	margin: 0px 5px !important; 
	transition: all ease-in-out 0.5s !important;
} 
.icon-card .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	max-height: 60px;
	margin: auto;
	object-fit: contain; 
	position:relative;
	top:0px;
}  
.icon-card:hover .elementor-image-box-img img{
	top:-5px;
}
.icon-card .elementor-image-box-title {
	display: block;
	font-weight: 500;
	line-height: 25px;
	padding-top: 5px;
} 
.right_container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0px !important;
} 
.img_card {
	width: calc(100% / 4 - 15px) !important;
	margin: 7px 7px !important;
	background: #000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 1) 100%); 
	position:relative; 
	overflow:hidden;
} 
.img_card .elementor-image-box-img {
	width: 100% !important;
	display: block !important; 
	margin-bottom: 0px !important;
} 
.img_card img {
	transition: all ease-in-out 0.5s !important;
	height: 300px;
	object-fit: cover;
} 
.img_card:hover img {
	transform:scale(1.1);
}
.img_card .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	padding: 40px 15px 20px;
	background: #000;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.9) 100%);
	color: #fff;
	font-size: 18px;
	line-height: normal;
	font-weight: 500;
}
.slide-imgs .elementor-swiper-button-next {
	right: -16px !important;
}
.slide-imgs .elementor-swiper-button-prev {
	left: -16px !important;
}
.slide-imgs .elementor-swiper-button {
	background: #fff !important;
	border-radius: 50%;
	font-size: 18px !important;
	padding: 8px;
	box-shadow: 0px 3px 8px rgba(0,0,0,.1);
}
.slide-imgs .elementor-swiper-button {
	font-size: 18px !important;
}
.slide-imgs .swiper-slide-inner img {
	height: 615px;
	object-fit: cover;
	display: block;
}
.tech-bnr {
	padding: 17% 15px 8%;
}




.ft-fix-btn {
	display: none;
}






/* Responsive-Start */

@media(max-width: 1400px) {
	.techo_bloc_lft {
		padding-left: 15px;
	}
	.techo_bloc_ryt img {
		min-height: 710px;
		object-fit: cover;
	}
	.block_infofull {
		margin-left: 15px;
		margin-right: 15px;
	}
	.slide-imgs .swiper-slide-inner img {
		height: 745px;
	}
	.fttop {
		padding: 60px 15px;
	}
	.srv-ryt-col {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.abt_main img {
		min-height: 630px;
		max-height: 630px;
		object-fit: cover;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bannercaption {
		padding: 240px 12px 120px;
	}
}
@media(max-width: 1199px) {
	.logo-tech img {
		max-width: 165px;
	}
	.icon-card .elementor-image-box-img img {
		max-height: 53px;
	}
	.icon-card {
		padding: 25px;
	}

	.custom-contact form {
		padding: 50px;
		margin-top: -90px;
	}
	.loc-col span {
		font-size: 18px;
	}
	.loc-col {
		padding: 40px 15px 40px;
	}
	.mt50 {
		margin-top: 40px;
	}
	.cta-row h3 {
		font-size: 35px;
		line-height: 41px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.cta-row .elementor-container {
		padding: 40px;
	}
	.big-heading h2 {
		font-size: 43px;
		line-height: 50px;
		margin-bottom: 18px;
	}
	.inner-banner {
		padding: 22% 15px 14%;
	}
	.inr-hd h1 {
		font-size: 50px;
	}
	.review_hd {
		padding: 80px 15px 180px;
	}
	.defbtn a {
		min-width: 170px;
		padding: 16px 35px;
		font-size: 16px;
	}
	.ft-link-col {
		width: 16% !important;
	}
	.ft_logo img {
		max-width: 240px;
	}
	.mdheading h2 {
		font-size: 33px;
	}
	.loc_block ul li span {
		padding: 4px 15px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.mb100 {
		margin-bottom: 80px;
	}
	.bigheading {
		margin-bottom: 20px !important;
	}
	.abtinfo {
		padding: 30px;
	}
	.bigheading h2 {
		font-size: 50px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.bannercaption h1 {
		font-size: 50px;
		margin-bottom: 13px;
	}
	.pr60 {
		padding-right: 50px;
	}

}
@media(max-width: 1024px) {
	body .hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 14px 15px !important;
	}
	.elementor-nav-menu li:hover .sub-arrow svg, 
	.hdactive .elementor-nav-menu li:hover .sub-arrow svg {
		fill: #fff !important;
	}
	.hdactive .elementor-nav-menu li .sub-arrow svg {
		fill: #fff !important;
	}
	.hdactive .hd_menu .elementor-nav-menu > li > a {
		color: #fff !important;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #008092;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		background-color: #007f91;
		color: #fff;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
	}
	.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: #008092;
		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;
	}
	body .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: #037686 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.tech-bnr {
		padding: 22% 15px 12%;
	}

	.img_card:hover img {
		transform: unset !important;
	}
	.img_card {
		width: calc(100% / 3 - 15px) !important;
		margin: 7px 7px !important;
	}
	.techo_bloc_ryt img {
		min-height: 820px;
	}
	.icon-card:nth-child(n+4) {
		margin-top: 10px !important;
	}
	.icon-card {
		width: calc(100% / 3 - 10px) !important;
		padding: 20px;
	}
	.grading_sec .elementor-column-gap-no {
		min-height: 530px !important;
	}
	.block_infofull {
		padding: 40px;
	}
	.pr60 {
		padding-right: 35px;
	}
	.pb80 {
		padding-bottom: 60px !important;
	}
	.custom-contact form {
		padding: 40px 30px;
		margin-top: -76px;
	}
	.loc-col:hover::before {
		filter: unset !important;
	}
	.loc-col:hover span {
		color: #000;
	}
	.loc-col:hover .elementor-icon-box-icon svg {
		fill: #000;
		top: 0px;
	}
	.loc-col:hover {
		background: #fff;
		border: 1px solid #000000f2;
	}

	.loc-col {
		width: calc(100% / 3 - 10px) !important;
		margin: 0 5px 10px !important;
	}
	.mt50 {
		margin-top: 30px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.cta-row h3 {
		font-size: 31px;
		line-height: 36px;
	}
	.cta-row .elementor-container {
		padding: 40px 20px;
	}
	.big-heading h2 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 16px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.inr-hd h1 {
		font-size: 46px;
	}
	.fttop {
		padding: 60px 15px;
	}
	.ft-touch-col {
		width: 37.3% !important;
		padding-left: 15px;
	}
	.ft-srv-col {
		width: 35.3% !important;
	}
	.ft-link-col {
		width: 26.3% !important;
	}
	.ft_logo {
		text-align: center;
		margin-bottom: 40px;
	}
	.ft-logo-col {
		width: 100% !important;
	}
	.mdheading h2 {
		font-size: 30px;
	}
	.review_slider .elementor-testimonial {
		padding: 15px 22px !important;
	}
	.review_hd {
		padding: 60px 15px 140px;
	}
	.defbtn a:hover, .hd_menu .elementor-nav-menu > li:last-child > a:hover {
		background: #008092;
	}
	.loc_block ul li:hover span {
		background: #008092;
		color: #fff;
	}
	.loc_block ul {
		row-gap: 8px;
		column-gap: 4px;
		margin-top: 14px !important;
	}
	.loc_block ul li span {
		padding: 3px 12px 5px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.mb100 {
		margin-bottom: 60px;
	}
	.abtinfo {
		padding: 30px 15px;
	}
	.service_slider .elementor-testimonial__image img {
		min-height: 250px;
		max-height: 250px;
	}
	.service_slider .elementor-testimonial__name {
		max-width: 226px;
	}
	.service_slider .swiper-slide:hover .elementor-testimonial__title {
		margin: auto auto 0 auto;
	}
	.service_slider .elementor-testimonial__title {
		font-size: 15px !important;
		margin: auto auto 0px auto;
		min-height: 70px;
		margin-top: 0;
	}
	.service_slider .elementor-testimonial__cite {
		position: static;
		width: 100%;
		background-color: #000;
	}
	.service_slider .swiper-slide:hover .elementor-testimonial__image img {
		transform: unset !important;
	}
	.defbtn a {
		min-width: 160px;
		padding: 16px 25px;
		font-size: 15px;
	}
	.bigheading h2 {
		font-size: 43px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.site_logo {
		max-width: 260px;
	}
	.bnr-techo-img {
		position: absolute;
		top: -100px;
	}
	.bnr-techo-img .wp-caption-text {
		font-size: 11px;
		line-height: 15px;
	}
	.bnr-techo-img img {
		max-width: 130px;
	}
	.bannercaption h1 {
		font-size: 45px;
		margin-bottom: 11px;
	}
	.bannercaption > div {
		max-width: 100% !important;
	}
	.bannercaption {
		padding: 40px 15px;
		background-color: #000;
		width: 100% !important;
		text-align: center;
	}
	.banner video {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		transform: unset !important;
		display: block !important;
	}
	.banner > div {
		position: static !important;
		min-height: fit-content !important;
	}
}
@media(max-width: 767px) {
	.map-sec img {
		margin-left: -18px;
	}
	.tech-bnr {
		padding: 26% 15px 16%;
	}
	.bg-img .elementor-column-gap-no {
		min-height: 440px !important;
	}
	.abtinfo.install-col {
		padding: 40px 15px 12px;
	}
	.site-list li {
		width: calc(100% / 2 - 5px);
		border: 1px solid #0000000f;
		padding: 10px !important;
		text-align: center;
		margin-bottom: 10px;
	}
	.pro-new .elementor-column-gap-no {
		min-height: 400px !important;
	}
	.img_card {
		width: calc(100% / 2 - 15px) !important;
		margin: 7px 7px !important;
	}
	.techo_bloc_lft {
		padding-left: 0;
	}
	.techo_bloc_ryt img {
		min-height: auto !important;
	}
	.icon-card:hover .elementor-image-box-img img {
		top: 0px;
	}
	.box-inr .elementor-widget-wrap {
		justify-content: center;
	}
	.grading_sec .elementor-column-gap-no {
		min-height: auto !important;
		padding: 40px 0;
	}
	.slide-imgs .swiper-slide-inner img {
		height: 435px;
	}
	.site-list li::before {
		display: none;
	}
	.site-list.full-list li {
		width: 100%;
		border: 1px solid #8080802e;
		padding: 10px;
		text-align: center;
		margin-bottom: 8px;
	}
	.pr60 {
		padding-right: 0px;
	}
	.pb80 {
		padding-bottom: 40px !important;
	}
	.contact-banner {
		padding: 25% 15px 10%;
	}
	.custom-contact .button {
		min-width: 150px;
		padding: 17px 41px !important;
		border: 0px !important;
		font-size: 16px;
		line-height: 1 !important;
	}
	.half-col {
		grid-column: span 12 !important;
		margin-bottom: 15px;
	}
	.custom-contact input {
		height: 50px;
	}
	.custom-contact form {
		padding: 40px 20px;
		margin-top: -58px;
	}
	.loc-col .elementor-icon-box-icon svg {
		width: 25px !important;
	}
	.loc-col {
		padding: 30px 15px 30px;
	}
	.inner-banner {
		padding: 27% 15px 16%;
	}
	.abtinfo .big-heading h2 {
		max-width: 490px;
		margin: 0 auto 12px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.inr-hd h1 {
		font-size: 42px;
	}
	.cta-row h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.cta-row .elementor-container {
		padding: 40px 15px;
	}
	.big-heading h2 {
		font-size: 35px;
		line-height: 42px;
		margin-bottom: 12px;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.ft-fix-btn a {
		width: 100%;
		text-align: center;
		padding: 9px;
		color: #fff;
		font-size: 19px;
		line-height: normal;
	}
	.ft-fix-btn a:last-child {
		border-left: 1px solid #ffffff70;
	}
	.ftbtm {
		padding: 15px 0 60px;
	}
	.ft-fix-btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		background-color: #008092;
		border-top: 1px solid #ffffff1c;
	}
	.mob-full img {
		width: 100% !important;
		height: auto !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 31px;
	}
	.btnhd {
		display: none;
	}
	.fttop {
		padding: 40px 15px;
	}
	.ft-touch-col {
		width: 100% !important;
		padding-left: 0px;
	}
	.mdheading h2 {
		font-size: 27px;
	}
	.loc_block ul {
		justify-content: center;
	}
	.srv-ryt-col {
		padding-top: 3px;
		padding-bottom: 0px;
	}
	.mb100 {
		margin-bottom: 40px;
	}
	.map-sec {
		padding: 40px 15px;
	}
	.map_block {
		margin: 0px auto 0px;
	}
	.pl60 {
		padding-left: 0;
	}
	.abtinfo {
		padding: 11px 15px 40px;
	}
	.abt_main img {
		min-height: auto;
		max-height: fit-content;
		object-fit: cover;
	}
	.bigheading {
		margin-bottom: 14px !important;
	}
	.bigheading h2 {
		font-size: 36px;
	}
	.service_slider .elementor-testimonial__title {
		min-height: fit-content;
		text-align: center;
	}
	.service_slider .elementor-testimonial__name {
		max-width: 100% !important;
		text-align: center;
	}
	.header_main .elementor-menu-toggle {
		padding: 10px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.bannercaption h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.bnr-techo-img img {
		max-width: 118px;
	}
	.site_logo {
		max-width: 230px;
	}
	.loc_block ul li:hover span {
		background: #3d9eac;
	}
	.block_infofull {
		padding: 40px 15px;
	}
}
@media(max-width: 600px) {
	.thanks-bnr p {
		font-size: 19px;
		padding-top: 15px;
	}
	.site-list li {
		width: 100% !important;
	}
	.bg-img .elementor-column-gap-no {
		min-height: 340px !important;
	}
	.tech-bnr {
		padding: 36% 15px 16%;
	}
	.img_card {
		width: calc(100% / 2 - 8px) !important;
		margin: 4px 4px !important;
	}
	.img_card .elementor-image-box-content {
		font-size: 16px;
	}
	.img_card img {
		height: 210px;
	}
	.logo-tech img {
		max-width: 135px;
		margin-bottom: 15px;
	}
	.icon-card .elementor-image-box-img img {
		max-height: 45px;
	}
	.icon-card:last-child {
		width: 100% !important;
	}
	.icon-card:nth-child(n+3) {
		margin-top: 10px !important;
	}
	.icon-card {
		width: calc(100% / 2 - 10px) !important;
		padding: 20px 15px;
	}
	.slide-imgs .swiper-slide-inner img {
		height: 330px;
	}
	.slide-imgs .swiper-slide-inner img {
		height: 440px;
	}
	.custom-contact form {
		padding: 40px 20px;
		margin-top: -30px;
	}
	.contact-banner p {
		max-width: 870px;
		margin: 10px auto;
	}
	.copyright_txt {
		max-width: 400px;
		margin: 0 auto !important;
	}
	.loc-col:last-child {
		width: 100% !important;
	}
	.loc-col {
		width: calc(100% / 2 - 10px) !important;
	}
	p, li {
		margin-bottom: 15px;
	}
	.abtinfo .big-heading h2 {
		max-width: 450px;
	}
	.big-heading h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.inner-banner {
		padding: 35% 15px 17%;
	}
	.inr-hd h1 {
		font-size: 38px;
	}
	.ft-fix-btn a {
		font-size: 16px;
	}
	.hdactive .site_logo {
		max-width: 200px;
	}
	.bnr-techo-img {
		top: -80px;
		margin: 0 5px 10px 0;
	}
	.bnr-techo-img .wp-caption-text {
		font-size: 9px;
		line-height: 13px;
	}
	.bnr-techo-img img {
		max-width: 98px;
	}
	.mdheading h2 {
		font-size: 26px;
	}
	.bigheading h2 {
		font-size: 32px;
	}
	.bannercaption h1 {
		font-size: 35px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 25px !important;
		color: #fff !important;
		font-size: 16px !important;
		background-color: #037686 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 310px;
	}
	.header_main .elementor-menu-toggle {
		padding: 8px;
	}
	.site_logo {
		max-width: 200px;
	}

}
@media(max-width: 400px) {

}