/* 
Theme Name: Sweatman’s Heating and Air Company
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://use.typekit.net/snx2qhb.css");
@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: 28px;
	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: #015896;
	letter-spacing: 0px;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a{
	color: #e63737 !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #01486e !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading P {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.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: 25px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px !important;
	color: #000;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 500;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #015896 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #e63737;
	border-radius: 5px;
	line-height: normal;
	color: #fff !important;
	padding: 16px 32px !important;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: normal;
	min-width: 200px;
	transition: all ease-in-out 0.5s !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background-color: #015896;
}
.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: #e63737 !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: 275px !important;
	border-radius: 8px;
	margin-top: -5px !important;
	overflow: hidden;
}
.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: #015896 !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: #000;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #015896;
}
.site_logo {
	width: auto !important;
	max-width: 300px;
}
.hd_right {
	width: calc(100% - 320px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
/*** Header End***/ 
.site-list li::before {
	content: "";
	display: block;
	background-image: url("https://sweatmansheatingandair.com/wp-content/uploads/2026/03/right-arrow.png");
	background-size: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	top: 5px;
}
.site-list li {
	padding-left: 30px !important;
	list-style: none !important;
	position: relative;
}


.banner::before {
	content: "";
	position: absolute;
	background: #FFF;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	right: 0;
}
.bannercaption {
	padding-top: 20%;
}
.bannercaption h1 {
	font-size: 70px;
	line-height: 1;
	margin-bottom: 20px;
}
.bigheading h2 {
	font-size: 46px;
	line-height: 1.1;
}
.wt, .wt p {
	color: #fff;
}
.wtmen-logo {
	max-width: 250px;
	transform: scaleX(-1);
	position: absolute;
	bottom: 0;
	right: 0;
}
.mb25 {
	margin-bottom: 25px;
}
.pad30 {
	padding: 30px 15px;
}
.bnr-logo {
	width: auto !important;
	align-content: center;
}
.bnr-logo img {
	max-height: 60px !important;
	width: auto !important;
}
.pad60 {
	padding: 60px 15px;
}
.defbtn a {
	background-color: #e63737;
	border-radius: 5px;
	padding: 16px 32px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	min-width: 200px;
	transition: all ease-in-out 0.5s !important;
}
.defbtn a:hover {
	background-color: #00476d;
}
.wtbtn.defbtn a {
	border: 1px solid #fff !important;
}
.wtbtn.defbtn a:hover {
	border: 1px solid #00476d !important;
}
.bg-hd h2 {
	font-size: 28px;
	line-height: 1.1;
}
.bg-hd h2 span {
	font-weight: normal;
}
.mt0.defbtn {
	margin-top: 0 !important;
}

.serve_outer > div {
	column-gap: 14px;
	row-gap: 14px;
	justify-content: center;
}
.serve-boxes {
	width: calc(100% / 4 - 11px) !important;
	position: relative;
	overflow: hidden;
}
.serve-boxes .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin: 0 !important;
	border-radius: 20px;
	overflow: hidden;
}
.serve-boxes .elementor-image-box-img img {
	width: 100% !important;
	display: block !important;
	transition: all ease-in-out 0.5s !important;
	height: 350px;
	object-fit: cover;
}
.serve-boxes:hover .elementor-image-box-img img {
	transform: scale(1.1);
}
.serve-boxes .elementor-image-box-content {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 90px 40px 0px 20px;
}
.serve-boxes h2 {
	font-size: 20px;
	margin: 0 0 20px;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: ease-in-out 0.5s !important;
	font-weight: 400;
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0;
}
.serve-boxes .elementor-image-box-content::before {
	content: "";
	position: absolute;
	background: #000;
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 0 0 20px 20px;
}
.serve-boxes .elementor-image-box-description {
	color: #fff;
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s !important;
	font-size: 15px;
	line-height: 25px;
}
.serve-boxes:hover .elementor-image-box-description {
	opacity: 1;
	visibility: visible;
	height: 100px;
}
.serve-boxes:hover h2 {
	margin-bottom: 10px !important;
}
.serve-boxes .elementor-image-box-img a::before {
	content: "";
	position: absolute;
	background-color: #e63737;
	width: 35px;
	height: 35px;
	bottom: -40px;
	right: 20px;
	border-radius: 50%;
	z-index: 1;
	background-image: url(https://sweatmansheatingandair.com/wp-content/uploads/2026/03/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	transition: all ease-in-out 0.5s !important;
}
.serve-boxes:hover .elementor-image-box-img a::before {
	bottom: 10px;
}
.serve-boxes a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.right-container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-right: 0px;
}
.left-container .elementor-container {
	max-width: calc((100% - 1360px)/2 + 1360px) !important;
	margin-left: 0px;
}
.area-list ul {
	margin: 0 !important;
	column-gap: 20px;
	row-gap: 20px;
}
.area-list li {
	margin: 0 !important;
	color: #fff;
	border: 2px solid #fff;
	padding: 7px 20px !important;
	border-radius: 25px;
	text-align: center;
	align-content: center;
	width: calc(100% / 3 - 14px);
	justify-content: center;
	font-size: 17px !important;
	line-height: 30px;
}
.map-pad {
	padding: 60px 0px;
}
.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;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.custom-contact .gfield_label {
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #fff !important;
	margin-bottom: 6px !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact input, .custom-contact select {
	background: #fff !important;
	border: 1px solid #c4bbbb80 !important;
	height: 45px;
	margin-bottom: 0px !important;
	border-radius: 5px !important;
	padding: 8px 15px !important;
	color: #000 !important;
	font-size: 15px !important;
}
.custom-contact .upload_file .button {
	padding: 9px 17px !important;
	min-width: 100px !important;
	font-size: 12px;
}
.ginput_address_zip {
	flex: 0 0 100% !important;
} 
.add-col label {
	font-size: 13px !important;
	color: #312a2a !important;
}
.custom-contact .textarea { 
	height:160px !important;
}     
.custom-contact .button {
	background-color: #e63737 !important;
	border-radius: 5px !important;
	padding: 10px 29px !important;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: normal;
	min-width: 150px;
	transition: all ease-in-out 0.5s !important;
	height: auto;
	border: 0 !important;
	color: #fff !important;
	margin-top: 25px;
}
.custom-contact .button:hover {
	background-color: #00466c !important;
}
.instruction {
	display: none;
}
.validation_message {
	color: #fff !important;
}
.custom-contact {
	background: transparent;
	padding: 0;
	border-radius: 0;
	margin-top: 0;
}
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 10px;
} 
.full-col{
	margin-bottom: 10px !important;
}
.custom-contact h3 {
	font-size: 33px;
	margin: 0px 0px 20px;
	line-height: 38px;
}
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
} 
.custom-contact .gform_fields {
	grid-column-gap: 3% !important;
	grid-row-gap: 10px !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;
}
input[type="checkbox"] {
	accent-color: #002818 !important;
}  
input[type="radio"] {
	accent-color: #002818 !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;
}
.file-col {
	margin: 5px 0px 15px !important;
}
.form-hd {
	color: #07713d;
	line-height: normal;
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize; 
	margin-bottom: 6px;
}
.file-col input {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center; 
	font-size: 13px;
} 
.file-col .gform_fileupload_rules {
	font-size: 13px !important; 
	color: #312a2a !important;
	padding-top: 0px !important; 
	margin-top: 0px !important;
} 
.custom-contact .gform_previous_button {
	margin-right: 10px !important;
}
.ft-sec {
	padding: 100px 15px 25px;
	position: relative;
}
.ft-sec::after {
	content: "";
	position: absolute;
	background: #002b42;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.ft-bdr {
	border-top: 1px solid #00000036;
	padding-top: 30px;
}
.ft-logo {
	max-width: 280px;
}
.ft-text p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	position: relative;
}
.ft-text p::after {
	content: "";
	position: absolute;
	background-image: url(https://sweatmansheatingandair.com/wp-content/uploads/2026/03/red-arrow.png);
	background-repeat: no-repeat;
	bottom: -100px;
	right: -60px;
	width: 290px;
	height: 95px;
	background-size: 290px;
}
.ft-hd span {
	font-size: 24px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}
.ft-list li {
	font-size: 18px !important;
	margin-bottom: 15px !important;
	font-weight: 500;
}
.ft-list li a {
	color: #000;
}
.ft-list li a svg {
	fill: #000 !important;
	width: 20px !important;
	height: 20px !important;
}
.ft-list li:hover a svg {
	fill: #e63737 !important;
}
.ft-list li:hover a {
	color: #e63737;
}
.ft-social ul {
	margin: 0 !important;
	column-gap: 10px;
	margin-top: 20px !important;
}
.ft-social li {
	margin: 0 !important;
}
.ft-social .elementor-icon-list-text {
	display: none;
}
.ft-social li a svg {
	fill: #000;
	width: 23px !important;
	height: 23px !important;
	margin: 0 !important;
}
.ft-social li .elementor-icon-list-icon {
	border: 1px solid #000;
	padding: 10px;
	border-radius: 50%;
}
.copyrightext a {
	font-size: 16px;
	color: #000;
}
.copyrightext a:hover {
	text-decoration: underline !important;
}
.pl100 {
	padding-left: 100px;
}
.inr-bnr {
	padding: 20% 15px 5%;
}

.inr-hd h1 {
	font-size: 65px;
	line-height: 1.1;
}

.inr-bnr::before {
	content: "";
	position: absolute;
	background: #FFF;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 40%;
	top: 0;
	left: 0;
	right: 0;
}
.icon-col {
	width: calc(100% / 4 - 20px) !important;
	background: #00476d;
	padding: 50px 30px;
	border-radius: 10px; 
	transition: all ease-in-out 0.5s !important;
}
.col-gap .elementor-widget-wrap {
	column-gap: 20px;
}
.icon-col .elementor-image-box-description {
	color: #fff;
	line-height: 26px;
}
.icon-col .elementor-image-box-img img {
	filter: invert() brightness(100);
	transition: all ease-in-out 0.5s !important;
	position: relative;
	top: 0px;
	max-width: 60px;
	max-height: 60px;
	object-fit: contain;
}
.icon-col:hover .elementor-image-box-img img { 
	top: -5px;
}

.cta-row .elementor-container {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}


.mt30 {
	margin-top: 30px;
}
.contact-info .ft-hd span {
	font-size: 30px;
	color: #015896;
	font-weight: bold;
}
.contact-info .ft-list ul {
	margin: 0 !important;
	column-gap: 20px;
}
.contact-info .ft-list li {
	margin: 0 !important;
}
.contact-info .ft-list li a {
	color: #000 !important;
}
.contact-info .ft-list li a svg {
	fill: #015896 !important;
}
.contact-info .ft-list li:hover a svg {
	fill: #e63737 !important;
}
.contact-info .ft-list li:hover a {
	color: #015896 !important;
}
.contact-info .ft-social li .elementor-icon-list-icon {
	border: 1px solid #015896;
	transition: all ease-in-out 0.5s !important;
}
.contact-info .ft-social li a svg {
	fill: #015896;
	transition: all ease-in-out 0.5s !important;
}
.contact-info .ft-social li:hover .elementor-icon-list-icon {
	border: 1px solid #e63737;
}
.contact-info .ft-social li:hover .elementor-icon-list-icon svg {
	fill: #e63737;
}
.diff-list.gradient-list li {
	width: calc(100% / 4 - 15px) !important;
}
.five-boxes .icon-col {
	width: calc(100% / 5 - 16px) !important;
	padding: 40px 28px;
}
.five-boxes .icon-col .elementor-image-box-img img {
	filter: unset;
	max-height: 64px;
	width: auto;
}
.secbtn.defbtn a {
	border: 1px solid #e63737;
}
.secbtn.defbtn a:hover {
	border: 1px solid #fff;
}
.four-boxes.five-boxes .icon-col {
	width: calc(100% / 4 - 15px) !important;
	padding: 40px 30px;
}
.four-boxes span {
	color: #fff;
	font-size: 21px;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-bottom: 12px;
}
.faqblock .elementor-accordion-title {
	font-size: 22px;
	line-height: 1.1;
	color: #fff;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.faqblock .elementor-accordion-item {
	margin-bottom: 20px;
	border: 0px solid #fff !important;
	background: #00476D;
	border-radius: 10px;
	overflow: hidden;
}
.faqblock .elementor-accordion .elementor-tab-title {
	padding: 25px 30px;
}
.faqblock .elementor-accordion-icon {
	height: 28px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.faqblock .elementor-tab-title.elementor-active {
	padding: 25px 30px 15px;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding: 0 30px 25px;
	color: #000 !important;
}
.faqblock .elementor-active {
	background: #E63737;
}
.faqblock .elementor-tab-title.elementor-active a {
	color: #fff;
}
.faqblock p {
	color: #fff;
}
.faqblock .elementor-accordion-icon {
	width: auto !important;
} 
.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	position: relative;
	transition:all ease-in-out 0.5s;
} 
.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
	content: "";
	position: absolute;
	background-image: url(https://sweatmansheatingandair.com/wp-content/uploads/2026/03/wt-plus.png);
	width: 25px !important;
	height: 25px !important;
	background-size: 23px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: -25px;
	top: -14px;
}
.faqblock .elementor-accordion-icon-opened::before {
	background-image: url(https://sweatmansheatingandair.com/wp-content/uploads/2026/03/wt-minus.png);
} 
.faqblock .elementor-accordion-icon svg {
	display: none !important;
}  
.faqblock .elementor-accordion .elementor-tab-content a {
	color: #fff !important;
	text-decoration: underline !important;
}  

.faqblock .elementor-accordion-item:last-child {
	margin-bottom: 0px;
}
.form-bg > div {
	padding: 50px;
	margin-top: -150px !important;
	border-radius: 15px;
}
.contact-ft {
	padding-top: 30px;
	padding-bottom: 20px;
	background: #002B42;
}
.wt.copyrightext a {
	color: #fff;
}
.custom-contact h2 {
	margin: 0px 0px 20px;
	color: #fff;
	font-size: 30px;
	line-height: 1.1;
}
.custom-contact .gform-footer {
	margin: 0 !important;
	padding: 0 !important;
}
.thanks-text p {
	font-size: 21px;
	margin-top: 20px;
}
.gradient-list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
}
.gradient-list li {
	position: relative;
	padding: 15px 15px 17px 35px;
	list-style: none;
	color: #fff;
	background: #E63737;
	border-radius: 5px;
	background: #E63737;
	background: linear-gradient(90deg, rgb(230, 55, 55) 0%, rgb(0, 71, 109) 100%);
	margin: 0;
	width: calc(100% / 2 - 10px);
	align-content: center;
	line-height: 25px;
}
.gradient-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	background: #fff;
	width: 4px;
	height: 18px;
	border-radius: 50px;
	display: flex;
	bottom: 0;
	align-self: center;
	align-content: center;
}
.pump_outer > div {
	row-gap: 20px;
}
.pump-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	background: #E63737;
	background: linear-gradient(90deg, rgb(230, 55, 55) 0%, rgb(0, 71, 109) 100%);
	padding: 10px;
	border-radius: 6px;
}
.pump-boxes .elementor-image-box-img img {
	width: 100% !important;
	display: block !important;
	max-height: 50px;
	filter: invert() brightness(100%);
}
.pump-boxes span {
	font-size: 22px;
	line-height: 1.1;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
	color: #e63737;
}

.pad80{
	padding:80px 15px;
}
.info-contact li {
	margin: 0 !important;
	border-bottom:1px solid #0000001f;
	padding-bottom: 25px !important;
	margin-bottom: 25px !important;
}
.info-contact li:last-child {
	padding: 0px !important;
	border: 0px !important;
	margin: 0 !important;
}
.info-contact li a {
	color: #000 !important;
	font-size: 18px !important;
	line-height: 25px;
	font-weight: 500;
}
.info-contact .elementor-icon-list-icon {
	padding: 10px !important;
	border-radius: 5px;
	transition: all ease-in-out 0.5s;
	background-color: #002b42;
}
.info-contact .elementor-icon-list-text {
	padding-left: 10px !important;
}
.info-contact i {
	font-style: normal;
	font-size: 18px !important;
	line-height: 22px;
	display: block;
	font-weight: 600;
	color: #891c1c;
	text-align: center;
}
.info-contact li:hover a svg {
	fill: #fff;
}
.info-contact li a b {
	display: block;
	color: #891c1c;
}
.info-contact ul {
	margin-top: 25px !important;
	flex-wrap: wrap !important;
	column-gap: 20px;
}
.contact-bg h2 {
	font-size: 30px;
	color: #015896;
	letter-spacing: 0px;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
.info-contact li a svg {
	fill: #fff;
	margin: 0 !important;
	width: 20px !important;
	height: 20px !important;
	transition: all ease-in-out 0.5s !important;
}
.social-list.ft-social li .elementor-icon-list-icon {
	border: 1px solid #fff;
	padding: 9px;
}
.social-list.ft-social li a svg {
	fill: #fff;
	width: 19px !important;
	height: 19px !important;
	transition: all ease-in-out 0.5s !important;
}
/* .social-list.ft-social li:hover a svg {
fill: #002b42;
} */
.social-list.ft-social ul {
	margin: 0 !important;
	column-gap: 10px;
}
.info-contact li:hover .elementor-icon-list-icon {
	background-color: #e63737;
}
.five-boxes span {
	color: #fff;
	font-size: 21px;
	font-family: "articulat-cf", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	margin-bottom: 12px;
}






.ft_fix_btn {
	display: none;
}





/* Responsive_start */
@media(max-width: 1400px) {
	.installation_img img {
		min-height: 690px;
		max-height: 690px;
		object-fit: cover;
	}
	.matter_img img {
		min-height: 600px;
		max-height: 600px;
		object-fit: cover;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-ft {
		padding-left: 15px;
		padding-right: 15px;
	}
	.story_img img {
		min-height: 610px;
		max-height: 610px;
		object-fit: cover;
	}
	.serve-boxes:hover .elementor-image-box-description {
		height: 120px;
	}

	.mt50 {
		margin-top: 45px;
	}
	.ft-text p::after {
		width: 250px;
		background-size: 240px;
	}
	.pl100 {
		padding-left: 75px;
	}
	.area-list li {
		padding: 7px 14px !important;
		font-size: 16px !important;
	}
	.ryt-spc {
		padding-right: 15px;
	}

	.bigheading h2 {
		font-size: 44px;
	}
	.wtmen-logo {
		max-width: 190px;
	}
	.bnr_bar_lft {
		width: 80% !important;
	}
	.bnr_bar_ryt {
		width: 20% !important;
	}
	.bannercaption h1 {
		font-size: 67px;
	}
	.lft-spc {
		padding-left: 15px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 16px 22px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
}
@media(max-width: 1199px) {
	.matter_img img {
		min-height: 620px;
		max-height: 620px;
		object-fit: cover;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.form-bg > div {
		padding: 40px;
		margin-top: -110px !important;
	}
	.cta_lft {
		width: 70% !important;
	}
	.cta_ryt {
		width: 30% !important;
	}
	.icon-col {
		width: calc(100% / 4 - 20px) !important;
		padding: 45px 20px;
	}
	.story_img img {
		min-height: 700px;
		max-height: 700px;
	}
	.inr-bnr {
		padding: 26% 15px 10%;
	}
	.inr-hd h1 {
		font-size: 55px;
	}
	.copyrightext {
		max-width: 380px;
	}
	.bnr_bar_ryt {
		width: 35% !important;
	}
	.bnr_bar_lft {
		width: 65% !important;
	}
	.pr60 {
		padding-right: 50px;
	}
	.ft-text p::after {
		width: 220px;
		background-size: 190px;
	}
	.serve-boxes:hover .elementor-image-box-description {
		height: 139px;
	}
	.pl100 {
		padding-left: 48px;
	}
	.area-list li {
		width: calc(100% / 2 - 14px);
	}
	.pl60 {
		padding-left: 50px;
	}
	.bigheading h2 {
		font-size: 41px;
	}
	.abt_sec img {
		min-height: 660px;
		max-height: 660px;
		object-fit: cover;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.bnr_bar_ryt {
		width: 25% !important;
	}
	.bnr_bar_lft {
		width: 75% !important;
	}
	.bg-hd h2 {
		font-size: 25px;
	}
	.mt100 {
		margin-top: 80px;
	}
	.subheading P {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.bannercaption h1 {
		font-size: 56px;
	}

	.hd_menu {
		flex-direction: row-reverse !important;
	}
	.site_logo {
		max-width: 210px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 15px 13px !important;
		min-width: 160px;
		font-size: 13px !important;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 14px !important;
	}
	.hd_right {
		width: calc(100% - 227px) !important;
	}
}
@media(max-width: 1024px) {
	.elementor-nav-menu li:hover .sub-arrow svg {
		fill: #fff;
	}
	.elementor-nav-menu > li > ul.sub-menu {
		background: #222334;
		border-radius: 0;
		margin-top: 0px !important;
	}
	.header_main .elementor-nav-menu li .sub-arrow svg {
		fill: #fff;
	}
	.hd_menu .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		background-color: #e63737;
		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: #015896;
		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: #03548d !important;
		text-transform: uppercase;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #e63737;
	}
}
@media(max-width: 999px) {
	.t-full-col.pl60 {
		padding-left: 13px;
		margin-top: 10px;
	}
	.t-full-col {
		width: 100% !important;
	}
	.gradient-list li::before {
		left: 12px;
	}
	.gradient-list li {
		padding: 15px 15px 17px 27px;
	}
	.installation_img img {
		min-height: 930px;
		max-height: 930px;
	}
	.four-boxes.five-boxes .icon-col:nth-child(3) {
		margin-top: 15px !important;
	}
	.four-boxes.five-boxes .icon-col {
		width: calc(100% / 2 - 15px) !important;
	}
	.matter_img img {
		min-height: 740px;
		max-height: 740px;
	}
	.col-gap .elementor-widget-wrap {
		justify-content: center;
	}
	.five-boxes .icon-col:nth-child(3) {
		margin-top: 0 !important;
	}
	.five-boxes .icon-col:nth-child(n+4) {
		margin-top: 15px;
	}
	.five-boxes .icon-col {
		width: calc(100% / 3 - 16px) !important;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 15px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 20px;
		max-width: 680px;
		display: flex;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 22px 25px;
	}
	.custom-contact h2 {
		font-size: 27px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.pr60 {
		padding-right: 40px;
	}
	.info-contact li {
		padding-bottom: 19px !important;
		margin-bottom: 19px !important;
	}
	.info-contact .elementor-icon-list-icon {
		padding: 8px !important;
		border-radius: 5px;
	}
	.info-contact li a {
		font-size: 16px !important;
	}
	.form-bg > div {
		padding: 25px;
		margin-top: -60px !important;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.cta-row .elementor-container {
		padding: 40px 20px;
	}
	.icon-col:nth-child(n+3) {
		margin-top: 15px;
	}
	.icon-col {
		width: calc(100% / 2 - 20px) !important;
		padding: 45px 20px;
	}
	.story_img img {
		min-height: 760px;
		max-height: 760px;
	}
	.inr-hd h1 {
		font-size: 50px;
	}
	.ft-hd span {
		font-size: 22px;
	}
	.ft-sec {
		padding: 60px 15px 25px;
	}
	.ft-text p {
		font-size: 17px;
		line-height: 26px;
	}
	.ft-bdr {
		padding-top: 26px;
	}
	.mt50 {
		margin-top: 35px;
	}
	.ft-social li .elementor-icon-list-icon {
		padding: 8px;
	}
	.ft-text p::after {
		width: 210px;
		background-size: 160px;
	}
	.serve-boxes h2 {
		font-size: 19px;
		margin: 0 0 10px;
	}
	.serve-boxes .elementor-image-box-content {
		padding: 80px 40px 0px 14px;
	}
	.serve-boxes .elementor-image-box-description {
		height: 139px !important;
		opacity: 1;
		visibility: visible;
	}
	.serve-boxes:hover .elementor-image-box-img img {
		transform: unset;
	}
	.serve-boxes .elementor-image-box-img a::before {
		bottom: 10px;
	}
	.ft-logo {
		max-width: 240px;
	}
	.bigheading h2 {
		font-size: 37px;
	}
	.area-list li {
		font-size: 15px !important;
	}
	.pl60 {
		padding-left: 35px;
	}
	.serve-boxes {
		width: calc(100% / 3 - 11px) !important;
	}
	.mt100 {
		margin-top: 60px;
	}
	.defbtn a {
		padding: 15px 22px;
		font-size: 15px;
		min-width: 180px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 26px;
	}
	.bannercaption h1 {
		font-size: 53px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.bnr_bar_ryt {
		width: 32% !important;
	}
	.bnr_bar_lft {
		width: 68% !important;
	}
	.pad30 {
		padding: 22px 15px;
	}
	.bg-hd h2 {
		font-size: 22px;
	}
}
@media(max-width: 767px) {
	.t-full-col.pl60 {
		padding-left: 0;
	}
	.diff-list.gradient-list li {
		width: calc(100% / 2 - 15px) !important;
	}
	.installation_img img {
		min-height: fit-content;
		max-height: fit-content;
	}
	.pump-boxes {
		border: 1px solid #80808017;
		padding: 20px;
	}
	.pump-boxes .elementor-image-box-img {
		width: fit-content !important;
		margin-bottom: 15px !important;
	}
	.pump-boxes .elementor-image-box-img img {
		width: auto !important;
		margin: 0 auto !important;
	}
	.four-boxes.five-boxes .icon-col:nth-child(2) {
		margin-top: 15px !important;
	}
	.four-boxes.five-boxes .icon-col {
		width: 100% !important;
	}
	.gradient-list li {
		width: calc(100% / 2 - 5px);
	}
	.gradient-list ul {
		column-gap: 10px;
		row-gap: 10px;
		justify-content: center;
	}
	.gradient-list li {
		padding: 15px 15px 15px 15px;
		text-align: center;
	}
	.gradient-list li::before {
		display: none;
	}
	.matter_img img {
		min-height: fit-content;
		max-height: fit-content;
	}
	.col-gap .elementor-widget-wrap {
		column-gap: 13px;
	}
	.five-boxes .icon-col {
		width: calc(100% / 2 - 11px) !important;
	}
	.five-boxes .icon-col:nth-child(3) {
		margin-top: 15px !important;
	}
	.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
		width: 25px !important;
		height: 25px !important;
		background-size: 19px;
		left: -16px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 20px;
		max-width: 490px;
	}
	.faqblock .elementor-accordion-item {
		margin-bottom: 12px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 19px 23px;
	}
	p, li {
		margin-bottom: 14px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.custom-contact h2 {
		text-align: center;
	}
	.contact-ft {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.inr-bnr {
		padding: 30% 15px 14%;
	}
	.inr-hd h1 {
		font-size: 47px;
	}
	.cta_ryt {
		width: 100% !important;
	}
	.cta_lft {
		width: 100% !important;
	}
	.icon-col {
		width: calc(100% / 2 - 10px) !important;
		padding: 30px 17px;
	}
	.icon-col .elementor-image-box-img img {
		max-width: 52px;
		max-height: 52px;
	}
	.icon-col:hover .elementor-image-box-img img {
		top: 0px;
	}
	.story_img img {
		min-height: fit-content;
		max-height: fit-content;
	}
	.ft_fix_btn a:last-child {
		border-left: 1px solid #ffffff2e;
		background-color: #002b42;
	}
	.ft_fix_btn a {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		line-height: normal;
		padding: 12px;
		width: 100%;
		text-align: center;
	}
	.ft_fix_btn {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		background-color: #e63737;
		width: 100% !important;
		border-top: 1px solid #ffffff1c !important;
		z-index: 10;
	}
	.bigheading {
		margin-bottom: 15px !important;
	}
	.half-col {
		grid-column: span 12 !important;
		margin-bottom: 5px;
	}
	.ft_form_col {
		background-color: #002b42;
		padding: 20px !important;
		border-radius: 20px;
	}
	.abt_heat h2 {
		max-width: 400px;
		margin: 0 auto !important;
	}
	.ft-social ul {
		margin-top: 15px !important;
	}
	.ft-text p::after {
		display: none;
	}
	.copyrightext {
		max-width: 380px;
		margin: 0 auto !important;
	}
	.ft-logo {
		margin: 0 auto;
	}
	.custom-contact .button {
		margin: 26px auto 16px !important;
	}
	.pr60 {
		padding-right: 0;
	}
	.ft-sec::after {
		display: none;
	}
	.ft-sec {
		padding: 40px 15px 67px;
	}
	.pl100 {
		padding-left: 0;
	}
	.ryt-spc {
		padding-right: 0;
	}
	.serve-boxes .elementor-image-box-img {
		border-bottom-left-radius: unset;
		border-bottom-right-radius: unset;
	}
	.serve-boxes .elementor-image-box-img a::before {
		width: 30px;
		height: 30px;
		bottom: 10px;
		right: 13px;
		background-size: 10px;
	}
	.serve-boxes .elementor-image-box-description {
		height: 107px !important;
		text-align: center;
	}
	.serve-boxes h2 {
		text-align: center;
	}
	.serve-boxes .elementor-image-box-content {
		position: static;
	}
	.serve-boxes .elementor-image-box-img img {
		height: 210px;
	}
	.serve-boxes .elementor-image-box-content {
		padding: 15px 15px 15px 14px;
	}
	.bnr_bar_lft .bg-hd h2 {
		max-width: 450px;
		margin: 0 auto;
	}
	.mob-cption h1 {
		max-width: 430px;
		margin: 0 auto 16px;
	}
	.mt100 {
		margin-top: 40px;
	}
	.mob-cption {
		background: #80808012;
		padding-top: 20px;
	}
	.bannercaption {
		padding-top: 35%;
	}
	.abt_sec img {
		min-height: fit-content;
		max-height: fit-content;
	}
	.pl60 {
		padding-left: 0;
	}
	.serve-boxes {
		width: calc(100% / 2 - 11px) !important;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.bannercaption h1 {
		font-size: 45px;
	}
	.pl30 {
		padding-left: 0;
	}
	.bnr_bar_ryt {
		width: 100% !important;
	}
	.bnr_bar_lft {
		width: 100% !important;
	}
	.wtmen-logo {
		max-width: 80px;
	}
	.lft-spc {
		padding-left: 0;
	}
}
@media(max-width: 600px) {
	.five-boxes .icon-col:last-child {
		width: 100% !important;
	}
	.pump_outer > div {
		row-gap: 15px;
	}
	.five-boxes .icon-col {
		padding: 30px 18px;
	}
	.faqblock .elementor-accordion-title {
		max-width: 320px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 19px 17px;
	}
	.faqblock .elementor-accordion .elementor-tab-content {
		padding: 0 20px 25px;
	}
	.bg-hd h2 {
		font-size: 20px;
	}
	.area-list li {
		font-size: 15px !important;
		line-height: normal;
		padding: 9px 14px !important;
	}
	.icon-col:nth-child(n+3) {
		margin-top: 10px;
	}
	.icon-col .elementor-image-box-img img {
		max-width: 42px;
		max-height: 42px;
	}
	.icon-col {
		width: calc(100% / 2 - 6px) !important;
		padding: 26px 12px;
	}
	.col-gap .elementor-widget-wrap {
		column-gap: 12px;
	}
	.inr-bnr {
		padding: 35% 15px 18%;
	}
	.lowcountry_hd br {
		display: none;
	}

	.inr-hd h1 {
		font-size: 40px;
	}
	.hdactive .site_logo {
		max-width: 200px;
	}
	.defbtn a {
		padding: 13px 20px;
		font-size: 15px;
		min-width: 160px;
	}
	.ft_fix_btn a {
		font-size: 15px;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 28px;
	}
	.map-pad {
		padding: 40px 0px;
	}
	.area-list ul {
		column-gap: 13px;
		row-gap: 13px;
	}
	.serve-boxes .elementor-image-box-description {
		height: 86px !important;
	}
	.bigheading h2 {
		font-size: 34px;
	}
	.serve-boxes {
		width: 100% !important;
	}
	.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: 17px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 350px;
	}
}
@media(max-width: 400px) {

} 