/* 
Theme Name: Davys Power Washing
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: 'Codec Pro';
	src: url('fonts/CodecPro-Heavy.eot');
	src: url('fonts/CodecPro-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/CodecPro-Heavy.woff2') format('woff2'),
		url('fonts/CodecPro-Heavy.woff') format('woff'),
		url('fonts/CodecPro-Heavy.ttf') format('truetype'),
		url('fonts/CodecPro-Heavy.svg#CodecPro-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Codec Pro';
	src: url('fonts/CodecPro-Heavy_1.eot');
	src: url('fonts/CodecPro-Heavy_1.eot?#iefix') format('embedded-opentype'),
		url('fonts/CodecPro-Heavy_1.woff2') format('woff2'),
		url('fonts/CodecPro-Heavy_1.woff') format('woff'),
		url('fonts/CodecPro-Heavy_1.ttf') format('truetype'),
		url('fonts/CodecPro-Heavy_1.svg#CodecPro-Heavy') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@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: #010305;
	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: #010305;
	letter-spacing: 0;
	font-family: 'Codec Pro';;
	font-weight: bold;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: #000 !important;
	font-weight: 500;
	text-decoration: underline !important;
}
p a:hover, .link-text a:hover {
	color: #02335e !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
	font-weight: 500;
}
.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: 50px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px !important;
	color: #fff;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #63b7f2 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background-color: #63b7f2;
	color: #fff !important;
	border-radius: 0px;
	padding: 16px 30px !important;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s !important;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 13px 15px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #63b7f2 !important;
	font-size: 15px;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.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 {
	min-width: max-content !important;
	border-radius: 0px;
}
.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: #000 !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: 8px 15px;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #63b7f2 !important;
}
.site_logo {
	width: auto !important;
	max-width: 140px;
}
/*** Header End***/ 
.btnhd {
	margin-bottom: 5px !important;
}
.hdactive .site_logo {
	max-width: 130px;
}
.hdactive .btnhd a { 
	color: #000 !important;
}
.hdactive .hd_menu .elementor-nav-menu > li > a, .hdactive .hd_menu .elementor-nav-menu > li > a svg {
	color: #000;
	fill: #000;
}
.btnhd a {
	background: transparent !important;
	padding: 0 !important;
	font-weight: 500;
	font-size: 15px !important;
} 
.hdright {
	width: calc(100% - 320px) !important;
}
.bigheading h2 {
	font-size: 60px;
	line-height: 1;
}
.wt, .wt p {
	color: #fff;
}
.defbtn a {
	background-color: #63b7f2;
	color: #fff !important;
	border-radius: 0px;
	padding: 16px 30px;
	min-width: 210px;
	font-size: 16px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s !important;
}
.defbtn a:hover,
.hd_menu .elementor-nav-menu > li:last-child > a:hover{
	background-color: #000 !important;
	color: #fff !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.bannercaption img {
	max-width: 250px;
	margin-bottom: 15px;
	display: block;
}
.bannercaption h1 {
	font-size: 63px;
	line-height: 65px;
	margin-bottom: 10px;
}
/* .bannercaption {
max-width: 680px;
margin: 0 auto 0 0;
} */
.banner {
	padding: 180px 15px 80px;
}
.gform_wrapper .gform_validation_errors {
	display: none !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;
}
.instruction {
	display: none !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .gfield_label {
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #000 !important;
	margin-bottom: 6px !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact input, .custom-contact select {
	background: #fff !important;
	border: 0PX !important;
	height: 50px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	padding: 8px 15px !important;
	color: #010305 !important;
}
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .button {
	background-color: #63b7f2 !important;
	color: #fff !important;
	border-radius: 0px !important;
	padding: 17px 40px !important;
	text-transform: uppercase !important;
	transition: all ease-in-out 0.5s !important;
	display: block !important;
	margin: auto !important;
	height: unset !important;
	width: 100% !important;
	font-size: 16px !important;
}
.custom-contact .button:hover {
	background-color: #000 !important;
	color: #fff !important;
}
.custom-contact h2 {
	color: #fff;
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 20px;
	margin-top: 0;
}
.custom-contact {
	padding: 40px;
	border-radius: 0;
	background-color: rgb(2, 51, 94);
	opacity: 0.878;
	box-shadow: 0px 2px 1.94px 0.06px rgba(1, 1, 1, 0.18);
	position: relative;
	z-index: 1;
	max-width: 450px;
	margin: auto 0 auto auto;
}
.custom-contact::before {
	content: "";
	position: absolute;
	background-color: rgb(61, 224, 221);
	opacity: 0.89;
	box-shadow: 0px 2px 1.94px 0.06px rgba(1, 1, 1, 0.18);
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
}
.half-col {
	grid-column: span 6 !important; 
}  
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 
.custom-contact .gform_fields {
	grid-column-gap: 20px !important;
	grid-row-gap: 20px !important;
}
.gf_progressbar_wrapper {
	display: none;
}
.gfield_checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.gfield_checkbox .gchoice {
	width: calc(100% / 2 - 10px) !important;
} 
.check-box {
	margin-top: 5px !important;
}
.check-box .gfield-choice-input {
	height: auto !important;
	margin-right: 3px !important;
} 
.radio-box input {
	height: auto !important;
	margin-bottom: 0px !important; 
	margin-right: 3px !important;
} 
.radio-box label {
	margin-bottom: 0px !important;
}
.radio-box .gfield_radio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.radio-box .gchoice {
	width: calc(100% / 2 - 10px) !important;
}
.custom-contact .gform_previous_button {
	margin-right: 10px !important;
}

.serve_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.serve-box {
	width: calc(100% / 3 - 14px) !important;
	background-color: #ffff;
}
.serve-box .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin: 0 !important;
	overflow: hidden;
}
.serve-box .elementor-image-box-img img {
	width: 100%;
	display: block !important;
	transition: all ease-in-out 0.5s !important;
}
.serve-box:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.serve-box .elementor-image-box-content {
	padding: 25px 20px;
	text-align: left;
}
.serve-box a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.serve-box  span {
	font-size: 24px;
	letter-spacing: 0;
	font-family: 'Codec Pro';
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
.serve-box p {
	font-size: 15px;
	line-height: 24px;
}
.serve-box:hover a {
	color: #63b7f2;
}
.serve-box:nth-last-child(-n+4) {
	width: calc(100% / 4 - 15px) !important;
}
.mt30 {
	margin-top: 30px;
}
.img-col {
	margin-bottom: -150px;
	position: relative;
	z-index: 1;
}
.diff-pad {
	padding: 14% 15px 100px;
}
.bg-pad {
	padding: 0% 15px 30%;
}
.bigtext p {
	font-size: 20px;
	line-height: 34px;
}
.cta-sec {
	margin-top: -100px;
	background: linear-gradient(0deg, #bbd0ec 40%, rgb(255, 255, 255) 100%);
	background-image: -moz-linear-gradient( 90deg, rgb(187,208,236) 2%, rgb(221,232,246) 25%, rgb(255,255,255) 99%);
	background-image: -webkit-linear-gradient( 90deg, rgb(187,208,236) 2%, rgb(221,232,246) 25%, rgb(255,255,255) 99%);
	background-image: -ms-linear-gradient( 90deg, rgb(187,208,236) 2%, rgb(221,232,246) 25%, rgb(255,255,255) 99%);
}
.mdheading h2 {
	font-size: 45px;
	line-height: 1;
	margin-bottom: 19px;
}
.cta-pad {
	padding: 60px;
}
/* .cta-sec img {
height: 387px;
object-fit: cover;
} */
.reviews_outer .swiper-slide {
	background: #e1fdfe !important;
	text-align: center;
	border-radius: 0px !important;
	padding: 70px 30px 30px !important;
	position: relative;
	border: 0px !important;
	overflow: visible;
	margin-top: 50px;
}
.reviews_outer .elementor-testimonial__content::before {
	content: "";
	background-image: url("https://www.davyspowerwashing.com/wp-content/uploads/2026/02/review_ic.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 128px;
	height: 19px;
	display: block;
}
.reviews_outer .elementor-testimonial__text {
	font-size: 16px !important;
	line-height: 29px !important;
	text-align: left;
	margin-top: 15px;
	min-height: 250px;
}
.reviews_outer .elementor-testimonial__header {
	order: 2;
}
.reviews_outer .elementor-testimonial {
	display: flex;
	flex-wrap: wrap;
}
.reviews_outer .swiper-slide::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/quote.png) !important;
	background-repeat: no-repeat !important;
	background-size: 55px !important;
	width: 85px;
	height: 85px;
	left: 30px;
	top: -40px;
	background: #02335e;
	border-radius: 50%;
	background-position: center;
}
.reviews_outer .elementor-testimonial__name {
	background-color: #02335e;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	text-align: left;
	color: #fff !important;
	font-size: 22px;
	font-family: 'Codec Pro';
	font-weight: bold;
	line-height: 29px;
	text-transform: capitalize;
}
.reviews_outer .elementor-swiper-button {
	background-image: url("https://www.davyspowerwashing.com/wp-content/uploads/2026/02/Arrow-ryt.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 16px !important;
	background-size: contain;
	transform: unset !important;
}
.reviews_outer .elementor-main-swiper {
	width: calc(100% - 80px) !important;
}
.reviews_outer .elementor-swiper-button svg {
	display: none;
}
.reviews_outer .elementor-swiper-button-prev {
	transform: rotate(180deg) !important;
}
.thanks-bnr, .inr-bnr {
	padding: 350px 15px 120px;
}
.inr-hd h1 {
	font-size: 70px;
	line-height: 77px;
}
.pw-list span {
	font-size: 25px;
	letter-spacing: 0;
	font-family: 'Codec Pro';
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
.pw-list {
	margin-bottom: 25px !important;
	border-bottom: 1px solid #c1c1c14d;
	padding-bottom: 25px;
}
.pw-list:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0px !important;
}
.top-gradient {
	background: #E1FDFE;
	background: linear-gradient(180deg, rgba(225, 253, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.faq_block .elementor-accordion-title, .faq_block .elementor-tab-content, .faq_block .elementor-tab-content p {
	color: #010305;
}
.faq_block .elementor-tab-title {
	padding: 25px 70px 25px 30px !important;
}
.faq_block .elementor-accordion-title {
	font-size: 26px;
	line-height: 31px;
	color: #010305;
	letter-spacing: 0;
	font-family: 'Codec Pro';
	font-weight: bold;
}
.faq_block .elementor-accordion-item:last-child {
	border: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0 !important;
}
.faq_block .elementor-accordion-icon {
	position: absolute;
	background: #63b7f2;
	border-radius: 50px;
	width: 30px !important;
	height: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	top: 27px;
	right: 23px;
	left: unset !important;
}
.faq_block .elementor-accordion-item {
	position: relative;
	padding: 0;
	border: 0px !important;
	margin-bottom: 12px !important;
	background: #fff;
	border-radius: 0px;
}
.faq_block .elementor-tab-content {
	padding: 0px 80px 25px 30px !important;
	border: 0px !important;
}
.faq_block .elementor-tab-title.elementor-active {
	padding-bottom: 15px !important;
}
.faq_block .elementor-accordion-icon-opened::before, .faq_block .elementor-accordion-icon-closed::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/Arrow-ryt.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 7px;
	left: 0px;
	top: 0;
	background-position: left 13px top 8px;
	filter: grayscale(100%) brightness(100);
}
.faq_block .elementor-accordion-icon svg {
	display: none;
}
.faq_block .elementor-accordion-icon-closed::before {
	transform: rotate(90deg);
	background-position: left 12px top 9px;
}
.single_serve .serve-box:nth-last-child(-n+4) {
	width: calc(100% / 3 - 14px) !important;
}
.serve-box li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
}
.serve-box li:last-child {
	margin-bottom: 0px !important;
}
.serve-box li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/arrow-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
	height: 15px;
	width: 15px;
	top: 6px;
	left: 0;
}
.two_serve .serve-box:nth-last-child(-n+4) {
	width: calc(100% / 2 - 10px) !important;
}
.site-list li {
	list-style: none;
	position: relative;
	margin-bottom: 12px;
	padding-left: 22px;
}
.site-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/arrow-icon.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	width: 15px;
	height: 15px;
	left: 0;
	top: 7px;
}
.bg-col {
	background: #e1fdfe;
	padding: 50px 70px 50px 50px;
}
.wt-bg > div {
	padding: 30px !important;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.gradient-list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}
.gradient-list li {
	position: relative;
	list-style: none;
	margin-bottom: 0 !important;
}
.gradient-list li a {
	padding: 5px 19px 5px 30px;
	color: #000;
	font-size: 16px;
	border: 1px solid #63b7f21c;
	display: block;
	background: #63b7f21c;
}
.gradient-list li:hover a {
	background: #e1fdfe;
}
.gradient-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/loc.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	top: 12px;
	left: 10px;
}
.contact-bnr {
	padding: 11% 15px 4%;
}
.bdr-list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.bdr-list li {
	padding: 10px 15px 10px 30px;
	color: #000;
	font-size: 16px;
	border: 1px solid #0000004d;
	position: relative;
	list-style: none;
	width: calc(100% / 2 - 10px) !important;
	background-color: #ffffffb2;
}
.bdr-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/loc.png);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	top: 14px;
	left: 5px;
}
.post-card article {
	position: relative;
	background: #fff;
	box-shadow: 0px 2px 9px 0px rgba(1, 1, 1, 0.1);
	border-radius: 0px;
	overflow: hidden !important;
}
.post-card .elementor-post__thumbnail__link {
	margin: 0 !important;
}
.post-card article a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: all;
	z-index: 0;
	top: 0;
	right: 0;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
.post-card .elementor-post__title a {
	font-size: 28px;
	margin: 0px 0 7px;
	color: #010305;
	letter-spacing: 0;
	line-height: 33px;
}
.post-card h3 {
	margin-bottom: 10px !important;
	line-height: 28px;
}
.post-card .elementor-post__read-more {
	background-color: #63b7f2;
	color: #fff !important;
	border-radius: 0px;
	padding: 10px 30px;
	max-width: max-content;
	font-size: 15px !important;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s !important;
	font-weight: normal !important;
	margin-top: 20px;
	display: inline-block;
}
.post-card article:hover .elementor-post__read-more {
	background: #000 !important;
	color: #fff !important;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 0 !important;
}
.post-card .elementor-post__thumbnail img {
	width: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	transition: all ease-in-out 0.5s !important;
	height: 300px !important;
	object-fit: cover;
	border-radius: 0px;
}
.post-card .elementor-post__text {
	padding: 20px 20px 35px;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__thumbnail {
	padding-bottom: 0px !important;
	overflow: hidden !important;
}

.post-card .elementor-post__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px !important;
	line-height: 27px !important;
	color: #000 !important;
	pointer-events: none;
}
.single-main {
	padding: 100px 15px 140px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 48px !important;
	line-height: 55px !important;
	margin-bottom: 15px;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #000 !important;
	font-size: 17px !important;
	line-height: 26px !important;
}
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
	border-radius: 0;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 40px;
	line-height: 1.1;
}
.single-left h3 {
	font-size: 35px;
	line-height: 1.1;
}
.single-left h4 {
	font-size: 28px;
	line-height: 1.1;
}
.single-left h5 {
	font-size: 24px;
	line-height: 1.1;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 25px auto 15px;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url(https://www.davyspowerwashing.com/wp-content/uploads/2026/02/arrow-icon.png);
	background-repeat: no-repeat;
	background-size: 14px;
	height: 14px;
	width: 14px;
	left: 0px;
	top: 9px;
}
.pl40 {
	padding-left: 40px;
}
.single-ryt .sidebar .elementor-container {
	background: #001a31;
	padding: 30px;
	border-radius: 0px !important;
}
.single-ryt h4 {
	font-size: 29px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #ffffff4f;
	align-items: center;
	margin-bottom: 15px !important;
}
.single-ryt h3 a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
	font-family: "Plus Jakarta Sans", sans-serif;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single-post .elementor-location-header {
	border-bottom: 1px solid #00000021;
	position: relative;
}
/* .thanks-bnr {
padding: 12% 15px;
} */
.thanks-bnr p {
	font-size: 28px;
	line-height: normal;
}
.pw-list .elementor-image-box-img {
	width: 100px !important;
	display: block !important;
	margin: 0 !important;
}
.pw-list .elementor-image-box-img img {
	width: 100%;
	display: block;
	max-width: 55px;
}
.diff_padding {
	padding: 100px 15px 180px;
}
.icon_outer > div {
	column-gap: 20px;
	justify-content: center;
}
.icon-box {
	width: calc(100% / 4 - 15px) !important;
	padding: 30px !important;
	background-color: #fff;
}
.icon-box .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin-bottom: 20px !important;
}
.icon-box .elementor-image-box-img img {
	width: 100%;
	display: block;
	max-width: 64px;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.5s !important;
}
.icon-box:hover .elementor-image-box-img img {
	top: -10px;
}
.icon-box span {
	font-size: 21px;
	letter-spacing: 0;
	font-family: 'Codec Pro';
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	line-height: 28px;
}



.ft_social  svg {
	margin: 0 !important;
	fill: #fff;
	width: 15px !important;
	height: 19px !important;
}
.ft_social a {
	border: 1px solid #fff;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	justify-content: center !important;
}
.ft_social a:hover {
	background: #fff;
	border-color: #fff;
}
.ft_social a:hover svg {
	fill: #5ba4d7;
}
.copyright_text p, .copyright_text a {
	color: #fff !important;
	font-size: 16px;
	font-weight: normal !important;
}
.ft_social {
	margin-top: 40px;
}
.copyright_text {
	margin: 40px 0 0;
}
.ft_menu span {
	color: #fff;
	text-transform: uppercase;
}
.ft_menu li {
	margin: 0 25px !important;
}
.ft_menu span:hover ,
.ftbtn a:hover{
	color: #5ba4d7 !important;
}
.footermain {
	padding: 70px 15px 40px;
}
.ft_social .elementor-icon-list-text {
	display: none;
} 
.ftbtn a {
	background: transparent !important;
	color: #39e3da !important;
	font-size: 40px;
	font-family: 'Codec Pro';
	font-weight: bold;
	padding: 20px 30px 13px;
	border: 1px solid #fff;
	border-radius: 0px;
	position: relative;
}
.ftbtn a i {
	font-style: normal;
	font-size: 15px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: normal;
	color: #fff;
	background: #001a31;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	max-width: max-content;
	margin: auto;
}
.ftbtn {
	margin: 40px 0 20px !important;
}
.ryt-imgcol, .ryt-imgcol * {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.cta-sec .mdheading h2 {
	font-size: 37px;
	line-height: 1;
	margin-bottom: 18px;
}
/* review-css */
.reviews-col .es-review-background-container {
	padding: 35px 20px 25px !important;
	border-radius: 0 !important;
}
.reviews-col .es-review-author-name {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #010305;
}
.reviews-col .ReviewInfo__InfoContainer-sc-dfd5e8a3-6 {
	display: none;
}
.reviews-col .ReviewAuthorName__StyledVerifiedBadge-sc-610d2e85-2 {
	display: none;
}
.reviews-col .CfMHG {
	background-color: rgb(99, 183, 242);
	top: -47px;
}
.reviews-col .es-carousel-arrow-control-left {
	left: -17px;
}
.reviews-col .es-carousel-arrow-control-right {
	right: -17px;
}
.reviews-col .ShortenedText__ShortenedTextComponent-sc-5a593230-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.reviews-col .es-text-shortener-control {
	color: #000 !important;
	font-weight: 600;
	padding-top: 5px;
}
.reviews-col .injected-svg {
	width: 70px;
	height: 28px !important;
}
.reviews-col .es-review-link-container {
	margin-top: 8px;
}
.reviews-col .es-review-content-rating {
	margin-bottom: 12px !important;
}
/* gall_sec */
.gall_col .elementor-item.elementor-gallery-title {
	border: 1px solid #80808057;
	padding: 4px 18px;
	text-transform: uppercase;
	font-size: 15px !important;
}
.gall_col .elementor-item.elementor-gallery-title.elementor-item-active {
	background: #63b7f2;
	color: #fff;
	border-color: #fff;
}
.float_txt {
	width: fit-content;
	margin: 0 auto !important;
	position: relative;
	background-color: #001a31;
	margin-top: -47px !important;
	padding: 10px 65px;
	clip-path: polygon(3% 0, 98% 1%, 100% 100%, 0% 100%);
}
.float_txt p {
	color: #fff;
	font-size: 18px;
	line-height: 27px;
}
.before_after .elementor-image-box-img::before {
	content: "before";
	position: absolute;
	left: 3px;
	bottom: 4px;
	background-color: #fff;
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	align-content: center;
	text-align: center;
}
.before_after .elementor-image-box-img::before {
	z-index: 1;
}
.before_after .elementor-image-box-img {
	position: relative;
}
.before_after .elementor-image-box-img::after {
	content: "AFTER";
	position: absolute;
	left: unset;
	bottom: 4px;
	background-color: #fff;
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	align-content: center;
	text-align: center;
	right: 4px;
}

.ver_before_after::before {
	content: "before";
	position: absolute;
	left: 5px;
	bottom: unset;
	background-color: #fff;
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	align-content: center;
	text-align: center;
	right: 4px;
	top: 5px;
	width: fit-content;
}
.ver_before_after::after {
	content: "after";
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	align-content: center;
	text-align: center;
	right: 4px;
	top: unset;
	width: fit-content;
}
.ver_before_after {
	position: relative;
}
.custom-contact {
	padding: 40px;
	border-radius: 0;
	background-color: rgb(2, 51, 94);
	opacity: 0.878;
	box-shadow: 0px 2px 1.94px 0.06px rgba(1, 1, 1, 0.18);
	position: relative;
	z-index: 1;
	max-width: 450px;
	margin: auto 0 auto auto;
	position: relative;
}
.review_img::before {
	content: "5-star rated";
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto !important;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.ftbtn a svg {
	fill: #39e3da;
	width: 33px;
	height: 28px !important;
	margin-right: 5px;
	transition: all ease-in-out 0.5s !important;
	margin-top: -3px;
}
.ftbtn a:hover svg {
	fill: #5ba4d7 !important;
}
.ftbtn .elementor-button-icon {
	align-self: center;
}
.review_img  {
	position: relative;
}
.review_img img {
	max-width: 250px !important;
	display: block;
	margin: 15px auto 0;
	position: relative;
}
.marquee{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.marquee-list{
	display:flex;
	gap:20px;
	margin-top:15px;
	width:max-content;
	align-items:center;

	will-change: transform;
	transform: translate3d(0,0,0);
	backface-visibility: hidden;
	animation: scroll 20s linear infinite;
}
.marquee:hover .marquee-list {
	animation-play-state: paused;
}
.marquee-list li a {
	list-style: none;
	border: 1px solid #0000002e;
	padding: 9px 20px;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 !important;
	white-space: nowrap;
	color: #000;
}
.marquee-list li {
	list-style: none;
}
.marquee-list li a:hover {
	background: #fff;
	border-color: #fff;
}
@keyframes scroll{
	from{ transform: translate3d(0,0,0); }
	to  { transform: translate3d(-50%,0,0); }
}

.diff-after.ver_before_after::after {
	right: 5px;
	top: 5px;
	left: unset;
	bottom: unset;
}
.slider-before-after .elementor-image-carousel-caption {
	position: absolute;
	bottom: 5px;
	background-color: #fff;
	color: #000;
	padding: 5px 12px;
	text-transform: uppercase;
	font-style: normal;
	left: 5px;
	font-size: 12px;
	line-height: normal;
	align-content: center;
	text-align: center !important;
}
.slider-before-after .swiper-slide-inner {
	display: block !important;
	width: auto !important;
}
.slider-before-after .swiper-slide-inner img {
	width: 100%;
	display: block !important;
}
.smheading h2 {
	margin-bottom: 25px;
	font-size: 30px;
}
.ltcontainer > .elementor-container {
	max-width: calc((100% - 1380px)/2 + 1380px) !important;
	margin-left: 0px;
}
.map_block {
	width: 1380px !important;
	margin: -30% auto 50px -75%;
}
.gform_confirmation_message {
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #cccccc4f;
	margin: 30px 0 50px;
}
.gform_confirmation_wrapper {
	min-height: 260px;
}
@media screen and (min-width: 2000px) {

	.map_block {
		width: 1570px !important;
		margin: -30% auto 50px -35%;
	}
}

.ft_fix_btn {
	display: none;
}
.single-post .hd_menu .elementor-nav-menu > li > a {
	color: #000;
}
/* Responsive-Start */

@media(max-width: 1400px) {
	.bg-col {
		padding: 40px 60px 40px 40px;
	}
	.comm_exterior img {
		min-height: 472px;
		object-fit: cover;
	}
	.map_ryt_col {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 15px;
	}
	.custom-contact h2 {
		font-size: 30px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 37px;
	}
}
@media(max-width: 1199px) {
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 20px auto 14px;
	}
	.single-left h2 {
		font-size: 36px;
	}
	.single-ryt {
		display: none;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 22px auto 15px;
	}
	.single-main h1 {
		font-size: 42px !important;
		line-height: 49px !important;
		margin-bottom: 11px;
		text-align: left;
	}
	.single-left {
		width: 100% !important;
	}
	.bg-col {
		padding: 30px 50px 30px 30px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.single-main {
		padding: 80px 15px 80px;
	}
	.pw-list .elementor-image-box-img {
		width: 80px !important;
	}
	.pw-list {
		margin-bottom: 20px !important;
		padding-bottom: 20px;
	}
	.pw-list .elementor-image-box-img img {
		max-width: 48px;
	}
	.faq_block .elementor-accordion-icon-opened::before {
		width: 27px;
		height: 27px;
		background-size: 6px;
		background-position: left 12px top 10px;
	}
	.faq_block .elementor-accordion-title {
		font-size: 25px;
		line-height: 30px;
	}
	.faq_block .elementor-tab-title {
		padding: 22px 57px 21px 24px !important;
	}
	.faq_block .elementor-tab-content {
		padding: 0px 60px 21px 24px !important;
	}
	.smheading h2 {
		margin-bottom: 20px;
		font-size: 27px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.diff_padding {
		padding: 80px 15px 170px;
	}
	.icon-box .elementor-image-box-img img {
		max-width: 59px;
	}
	.icon-box {
		padding: 25px !important;
	}
	.pl60 {
		padding-left: 50px;
	}
	.inr-hd h1 {
		font-size: 60px;
		line-height: 67px;
	}
	/* 	.pl30 {
	padding-left: 0;
} */
	.ftbtn a {
		font-size: 36px;
	}
	.defbtn a {
		padding: 16px 20px;
		min-width: 200px;
	}
	.cta-pad {
		padding: 40px;
	}
	.img-col {
		margin-bottom: -90px;
	}
	.bigheading h2 {
		font-size: 53px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.bnr-srv-box h2 {
		font-size: 27px;
	}
	.bannercaption h1 {
		font-size: 53px;
		line-height: 55px;
	}
	.custom-contact h2 {
		font-size: 27px;
	}
	.custom-contact {
		padding: 40px 20px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 14px 16px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 13px;
	}

}
@media(max-width: 1024px) {
	.hdactive .hd_menu .elementor-nav-menu > li > a, .hdactive .hd_menu .elementor-nav-menu > li > a svg {
		color: #fff;
		fill: #fff;
	}
	.elementor-nav-menu li:hover .sub-arrow svg {
		fill: #fff !important;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #001a31;
	}
	.header_main .sub-arrow {
		position: absolute;
		right: 20px;
	}
	.hd_menu .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: #63b7f2;
		color: #fff;
		padding: 11px;
		margin: 0px 0px !important;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		width: fit-content;
		border-radius: 0;
	}
	.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: #001a31;
		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: #021f38 !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.single-left h3 {
		font-size: 32px;
	}
	.single-left h2 {
		font-size: 34px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 19px auto 13px;
	}
	.single-main h1 {
		font-size: 38px !important;
		line-height: 45px !important;
		margin-bottom: 9px;
	}
	.thanks-bnr p {
		font-size: 22px;
	}
	.bg-col {
		padding: 30px 20px 30px 20px;
	}
	.pw-list span {
		font-size: 23px;
		margin-bottom: 7px;
	}
	.gall_col .elementor-item.elementor-gallery-title {
		padding: 3px 16px;
		text-transform: uppercase;
		font-size: 14px !important;
	}
	.contact-bnr {
		padding: 17% 15px 9%;
	}
	.pt100 {
		padding-top: 60px;
	}
	.pr60 {
		padding-right: 35px;
	}
	.single-main {
		padding: 60px 15px 60px;
	}
	.post-card .elementor-post__read-more {
		padding: 7px 20px;
		font-size: 14px !important;
		margin-top: 16px;
	}
	.post-card .elementor-post__title a {
		font-size: 26px;
		line-height: 30px;
	}
	.faq_block .elementor-accordion-icon {
		top: 27px;
		right: 23px;
	}
	.gradient-list ul {
		column-gap: 9px;
		row-gap: 9px;
	}
	.cta-sec {
		margin-top: -74px;
	}
	.icon-box {
		width: calc(100% / 4 - 8px) !important;
		padding: 15px !important;
	}
	.icon_outer > div {
		column-gap: 10px;
	}
	.icon-box:hover .elementor-image-box-img img {
		top: 0px;
	}
	.icon-box .elementor-image-box-img img {
		max-width: 50px;
	}
	.diff_padding {
		padding: 60px 15px 160px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.inr-hd h1 {
		font-size: 57px;
		line-height: 58px;
	}
	.thanks-bnr, .inr-bnr {
		padding: 300px 15px 120px;
	}
	.ft_social a {
		width: 36px !important;
		height: 36px !important;
	}
	.ftbtn a svg {
		width: 28px;
		height: 23px !important;
	}
	.ftbtn a {
		font-size: 30px;
	}
	.ft_menu li {
		margin: 0 15px !important;
	}
	.defbtn {
		margin-top: 23px;
	}
	.defbtn a {
		padding: 15px 12px;
		min-width: 169px;
		font-size: 15px;
	}
	.cta-pad {
		padding: 25px;
	}
	.cta-sec .mdheading h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.diff-pad {
		padding: 14% 15px 60px;
	}
	.serve-box {
		width: calc(100% / 3 - 10px) !important;
	}
	.serve_outer > div {
		column-gap: 15px;
		row-gap: 15px;
	}
	.serve-box span {
		font-size: 22px;
	}
	.serve-box .elementor-image-box-content {
		padding: 16px 15px;
	}
	.mt30 {
		margin-top: 20px;
	}
	.pl30 {
		padding-left: 15px;
	}

	.bigheading {
		margin-bottom: 15px !important;
	}
	.bigheading h2 {
		font-size: 43px;
	}
	.bigtext p {
		font-size: 18px;
		line-height: 30px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.bnr-srv-box h2 {
		font-size: 21px;
	}
	/* 	.defbtn a {
	padding: 15px 16px;
	min-width: 190px;
	font-size: 15px;
} */
	.custom-contact h2 {
		font-size: 21px;
		line-height: 33px;
		margin-bottom: 13px;
	}
	.bannercaption h1 {
		font-size: 45px;
		line-height: 47px;
	}
	.custom-contact {
		padding: 20px 15px 35px;
	}
	.review_img img {
		max-width: 200px !important;
		margin: 15px auto 0;
	}
}
@media(max-width: 767px) {
	.mobhide{
		display: none;
	}
	.gform_confirmation_wrapper {
		min-height: auto;
	}
	.post-content li {
		padding-left: 20px;
		margin-bottom: 7px !important;
	}
	.single-left h3 {
		font-size: 30px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 17px auto 11px;
	}
	.single-main h1 {
		font-size: 36px !important;
		line-height: 41px !important;
	}
	.thanks-bnr .inr-hd h1 {
		max-width: 400px;
		margin: 0 auto !important;
	}
	.bg-col {
		padding: 20px 20px 30px 20px;
	}
	.site-list li {
		border: 1px solid #80808014;
		padding: 7px;
	}
	.site-list li::before {
		display: none;
	}
	.single_serve .serve-box p {
		display: block;
		text-align: center;
	}
	.serve-box li {
		border: 1px solid #8080801f;
		padding: 7px;
		text-align: center;
	}
	.serve-box li::before {
		display: none;
	}
	.single_serve .serve-box:nth-last-child(-n+4) {
		width: 100% !important;
	}
	.half-col {
		grid-column: span 12 !important;
	}
	.contact-bnr {
		padding: 26% 15px 9%;
	}
	.pr60 {
		padding-right: 0;
	}
	.pt100 {
		padding-top: 40px;
	}
	.post-card article:hover .elementor-post__read-more {
		background: #63b7f2;
	}
	.post-card article:hover .elementor-post__thumbnail img {
		transform: unset !important;
	}
	.single-main {
		padding: 40px 15px 40px;
	}
	.faq_block .elementor-accordion-icon-closed::before {
		background-position: left 11px top 10px;
	}
	.faq_block .elementor-accordion-icon-opened::before {
		width: 27px;
		height: 27px;
		background-size: 6px;
		background-position: left 12px top 8px;
	}
	.faq_block .elementor-accordion-icon {
		width: 27px !important;
		height: 27px !important;
		top: 19px;
		right: 23px;
	}
	.faq_block .elementor-accordion-item {
		margin-bottom: 10px !important;
	}
	.faq_block .elementor-accordion-title {
		font-size: 23px;
		line-height: 28px;
		max-width: 490px;
		display: flex;
	}
	.faq_block .elementor-tab-title {
		padding: 19px 53px 19px 20px !important;
	}
	.pw-list .elementor-image-box-img img {
		max-width: 45px;
		margin: 0 auto 10px !important;
	}
	.pw-list .elementor-image-box-img {
		width: 100% !important;
	}
	.gradient-list ul {
		justify-content: center;
	}
	.map_block {
		width: 1380px !important;
		margin: -30% auto 0px -65%;
	}
	.inr-hd h1 {
		font-size: 47px;
		line-height: 53px;
		text-align: center;
	}
	.icon-box .elementor-image-box-img {
		justify-content: center;
		display: flex !important;
	}
	.icon-box:nth-child(n+3) {
		margin-top: 10px;
	}
	.icon-box {
		width: calc(100% / 2 - 8px) !important;
	}
	.thanks-bnr, .inr-bnr {
		padding: 250px 15px 70px;
	}
	.diff_padding {
		padding: 40px 15px 100px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.mob-full img {
		width: 100% !important;
		height: auto !important;
	}
	.pl60 {
		padding-left: 0;
	}
	.ft_fix_btn a {
		color: #fff;
		padding: 12px;
		font-size: 17px;
		line-height: normal;
		text-align: center;
		width: 50%;
		text-transform: uppercase;
	}
	.ft_fix_btn a:last-child {
		background: #001a31;
	}
	.ft_fix_btn {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #63b7f2;
		z-index: 10;
		border-top: 1px solid #ffffff2b;
		flex-wrap: wrap;
	}
	.ft_social {
		margin-top: 19px;
	}
	.ftbtn {
		margin: 20px 0 18px !important;
	}
	.footermain {
		padding: 40px 15px 60px;
	}
	.bg-pad {
		padding: 0% 15px 50%;
	}
	.cta-sec {
		margin-top: -50px;
		padding: 30px 15px;
	}
	.cta-pad {
		padding: 0;
	}
	.diff-pad {
		padding: 14% 15px 40px;
	}
	.serve-box p {
		display: none;
	}
	.serve-box span {
		font-size: 21px;
		text-align: center;
		margin: 0 !important;
	}
	.serve-box:nth-last-child(-n+4) {
		width: calc(100% / 2 - 9px) !important;
	}
	.serve-box {
		width: calc(100% / 2 - 10px) !important;
	}
	.img-col {
		margin-bottom: -50px;
	}
	.bigheading h2 {
		font-size: 36px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.banner {
		padding: 32% 15px 40px;
	}
	.custom-contact h2 {
		text-align: center;
	}
	.custom-contact {
		max-width: 100%;
	}
	.serve-box:hover .elementor-image-box-img img {
		transform: unset;
	}
	.serve-box:hover a {
		color: #000;
	}
	.defbtn a:hover, .hd_menu .elementor-nav-menu > li:last-child > a:hover {
		background-color: #63b7f2 !important;
		color: #fff !important;
	}
	.copyright_text {
		margin: 22px 0 0;
	}
}
@media(max-width: 600px) {
	.defbtn {
		margin-top: 21px;
	}
	.single-left h3 {
		font-size: 29px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 15px auto 10px;
	}
	.single-main h1 {
		font-size: 34px !important;
		line-height: 38px !important;
	}
	.two_serve .serve-box:nth-last-child(-n+4) {
		width: 100% !important;
	}
	.two_serve .serve-box p {
		display: block;
		text-align: center;
	}
	.two_serve .serve-box span {
		font-size: 19px;
		text-align: center;
		padding-bottom: 5px;
	}
	.two_serve .serve-box > div {
		display: block;
	}
	.two_serve .serve-box .elementor-image-box-content {
		width: 100% !important;
	}
	.two_serve .serve-box .elementor-image-box-img {
		width: 100% !important;
	}
	.single_serve .serve-box span {
		text-align: center;
		padding-bottom: 5px;
	}
	.single_serve .serve-box > div {
		display: block;
	}
	.single_serve .serve-box .elementor-image-box-content {
		width: 100% !important;
		align-content: center;
	}
	.single_serve .serve-box .elementor-image-box-img {
		width: 100% !important;
	}
	.contact-bnr {
		padding: 36% 15px 9%;
	}
	.post-card .elementor-post__title a {
		font-size: 25px;
		line-height: 28px;
	}
	.faq_block .elementor-accordion-title {
		font-size: 22px;
		line-height: 27px;
		max-width: 320px;
	}
	.faq_block .elementor-tab-title {
		padding: 17px 39px 17px 17px !important;
	}
	.faq_block .elementor-accordion-icon-closed::before {
		background-position: left 9px top 12px;
	}
	.faq_block .elementor-accordion-icon-opened::before {
		background-position: left 10px top 7px;
	}
	.faq_block .elementor-accordion-icon {
		width: 23px !important;
		height: 23px !important;
		top: 18px;
		right: 11px;
	}
	.map_block {
		width: 1380px !important;
		margin: -43% auto 0px -100%;
	}
	.gradient-list li a {
		padding: 5px 19px 5px 30px;
		font-size: 14px;
	}
	.inr-hd h1 {
		font-size: 44px;
		line-height: 43px;
	}
	.thanks-bnr, .inr-bnr {
		padding: 230px 15px 50px;
	}
	.icon-box:nth-child(n+2) {
		margin-top: 10px;
	}
	.icon-box {
		width: 100% !important;
	}
	.bigheading {
		margin-bottom: 10px !important;
	}
	.copyright_text p {
		max-width: 400px;
		margin: 0 auto !important;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 36px;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 330px;
	}
	.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: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main .elementor-menu-toggle {
		padding: 9px;
	}
	.serve_outer > div {
		column-gap: 9px;
		row-gap: 7px;
	}
	.cta-sec .mdheading h2 {
		font-size: 26px;
	}
	.bg-pad {
		padding: 0% 15px 96%;
	}
	p, li {
		margin-bottom: 12px;
	}
	.serve-box .elementor-image-box-img img {
		min-height: 84px;
		object-fit: cover;
	}
	.serve-box:nth-last-child(-n+4) {
		width: 100% !important;
	}
	.serve-box span {
		font-size: 19px;
		text-align: left;
	}
	.serve-box {
		width: 100% !important;
	}
	.serve-box > div {
		display: flex;
	}
	.serve-box .elementor-image-box-img {
		width: 30% !important;
	}
	.serve-box .elementor-image-box-content {
		width: 70% !important;
		align-content: center;
	}
	.img-col {
		margin-bottom: -31px;
	}
	.bigheading h2 {
		font-size: 30px;
	}
	.marquee-list {
		gap: 5px;
		margin-top: 13px;
	}
	.marquee-list li a {
		padding: 9px 10px;
		font-size: 15px;
	}
	.bannercaption h1 {
		font-size: 40px;
		line-height: 41px;
	}
}
@media(max-width: 400px) {

}