/* 
Theme Name: Ambassador Window Cleaning & Maintenance
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=Bricolage+Grotesque:opsz,wght@12..96,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: 17px;
	line-height: 29px;
	font-family: "Bricolage Grotesque", 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: "Bricolage Grotesque", sans-serif;
	/* 	text-transform: capitalize; */
	font-weight: bold;
}
.bigheading   {
	margin-bottom: 20px !important;
}
p a {
	color: #0f5c95 !important;
	font-weight: 700;
	text-decoration: unset !important;
} 
p a:hover, .link-text a:hover {
	color: #062f4d !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;
}
.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: 16px !important;
	color: #212121;
	padding: 0 !important;
	font-weight: 400;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #0f5c95 !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a {
	background: #0f5c95;
	border-radius: 50px;
	padding: 10px 20px !important;
	line-height: normal;
	min-width: 230px;
	color: #fff !important;
}
.hd_menu .elementor-nav-menu > li:last-child > a:hover {
	background-color: #062f4d;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #000 !important;
	border-left: 0;
	white-space: normal;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
	border-radius: 5px !important;
}
.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: #fff;
	min-width: 255px !important;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0px 5px 11px rgba(0,0,0,0.2);
}
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #0f5c95 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.sub-arrow {
	padding-left: 3px !important;
}
.elementor-location-header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px;
}
.single-post .elementor-location-header {
	border-bottom: 1px solid #0f5c9557;
}

.hdactive .elementor-location-header::after {
	height: 68px;
}
.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: #0f5c95 !important;
}
.site_logo {
	width: auto !important;
	max-width: 280px;
}
.hd_right {
	width: calc(100% - 280px) !important;
}
.hdactive .site_logo {
	max-width: 220px;
}
/*** Header End***/ 
.elementor-nav-menu > li > ul.sub-menu a:hover img {
	filter: brightness(100);
}
.elementor-nav-menu > li > ul.sub-menu a img {
	width: auto !important;
	height: auto !important;
	max-height: 21px;
	max-width: 25px;
	display: block;
	filter: unset;
	transition: all ease-in-out 0.2s;
}
.elementor-nav-menu > li > ul.sub-menu a span {
	min-width: 30px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu > li > a:hover {
	color: #fff !important;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu > li {
	width: calc(100% / 2 - 2px);
	display: inline-block;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu {
	min-width: 700px !important;
	margin-left: -100% !important;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu ul {
	display: block !important;
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu > li > a {
	font-size: 18px;
	font-weight: bold;
	color: #0f5c95 !important;
}
.elementor-nav-menu > li.servmegamenu > ul.sub-menu > li:last-child {
	border-left: 1px solid #cccccc69;
	padding-left: 20px;
}
.ft-main, .banner {
	width: calc(100% - 7%);
	margin: auto;
	border-radius: 25px;
	overflow: hidden;
}
.bannercaption {
	padding: 20% 0 50px;
	max-width: 930px;
}
.bannercaption h1 {
	font-size: 65px;
	line-height: 1;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.65);
}
.bannercaption p a {
	color: #fff !important;
}
.defbtn a {
	background-color: #0f5c95;
	padding: 15px 30px;
	border: 0px !important;
	font-size: 15px;
	border-radius: 30px;
	min-width: 200px;
}
.defbtn a:hover {
	background-color: #062f4d;
}
.bigheading h2 {
	font-size: 55px;
	line-height: 1.1;
}
.wt, .wt p, .wt p a {
	color: #fff !important;
}
.mb0{
	margin-bottom: 0px !important;
}
.text-overlay {
	position: relative;
}
.text-overlay::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/bnr-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 820px;
	height: 170px;
	top: -167px;
	right: 66px;
}
.text-overlay p {
	position: absolute;
	right: 67px;
	max-width: 720px;
	top: -85px;
	z-index: 1;
}
.rating-card > div {
	background-color: #0f5c95;
	border-radius: 35px;
	max-width: max-content !important;
}
.rating-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 35px;
	padding: 16px 100px;
}
.rating-list li {
	list-style: none;
	color: #fff;
	font-size: 22px;
	border-right: 1px solid #ffffff80;
	align-self: center;
	margin: 0 !important;
	padding-right: 35px !important;
	line-height: 25px;
	font-weight: 100;
}
.rating-list li img {
	max-width: 75px;
	vertical-align: middle;
	margin: 2px 5px 0px 5px;
}
.rating-list li:nth-of-type(2) img {
	max-width: 76px !important;
	margin: -4px 5px 0px 10px !important;
}
.rating-list li:last-child {
	padding: 0 !important;
	border: 0 !important;
}
.serve_outer > div {
	column-gap: 20px;
	row-gap: 40px;
	justify-content: end;
}
.serve-boxes {
	width: calc(100% / 2 - 10px) !important;
	position: relative;
	border-radius: 0px 25px 0px 25px;
	overflow: hidden;
}
.serve-boxes a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.serve-boxes .elementor-image-box-img {
	width: auto !important;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
}
.serve-boxes .elementor-image-box-img::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/left_rad.png");
	background-repeat: no-repeat;
	background-size: 400px;
	left: 0;
	top: 0;
	width: 400px;
	height: 90px;
}
.serve-boxes .elementor-image-box-img::after {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
	background-repeat: no-repeat;
	background-size: 95px;
	width: 95px;
	height: 109px;
	bottom: 0;
	right: 0;
}
.serve-boxes .elementor-image-box-img img {
	width: 100%;
	display: block;
	transition: all ease-in-out 0.5s !important;
}
.serve-boxes .elementor-image-box-content {
	position: absolute;
	top: 20px;
	left: 15px;
	width: max-content;
}
.serve-boxes span {
	font-size: 18px;
	display: block;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: bold;
}
.single-review p::before {
	content: "\201C";
	position: absolute;
	top: 72px;
	left: -22px;
	font-size: 170px;
	color: #000;
	opacity: 0.1;
	font-family: Arial;
	z-index: -1;
}
.serve-boxes::before {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
.serve-boxes:hover::before {
	transform: rotate(45deg);
}
.hd_serve.serve-boxes::before {
	display: none;
}
.hd_serve span {
	font-size: 40px;
	line-height: 1.1;
	text-transform: capitalize;
}
.hd_serve span i {
	display: block;
	text-align: left;
	font-size: 25px;
	font-weight: 300 !important;
	font-style: normal;
	text-transform: uppercase;
}
/* .serve-boxes:nth-of-type(4), .serve-boxes:nth-of-type(6), .serve-boxes:nth-of-type(7) {
margin-top: -240px;
}
.serve-boxes.serve-boxes:nth-of-type(4)::before, .serve-boxes.serve-boxes:nth-of-type(6)::before {
bottom: 240px !important;
} */
.mt30 {
	margin-top: 30px;
}
.mt80 {
	margin-top: 80px;
}
.subheading p {
	font-size: 26px;
	text-transform: uppercase;
}
.cpw-boxes {
	border-bottom: 1px solid #0000001f;
	padding: 30px 0px;
	transition: all ease-in-out 0.5s !important;
}
.cpw-boxes:hover {
	padding-left: 140px;
}
.cpw-boxes .elementor-image-box-img {
	width: auto !important;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -80px;
	top: 7px;
	transition: all ease-in-out 0.5s !important;
	margin: 0 !important;
}
.cpw-boxes .elementor-image-box-img img {
	width: 120px;
	max-height: 80px;
	border-radius: 10px;
	object-fit: cover;
	min-height: 80px;
}
.cpw-boxes .elementor-image-box-title {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
.cpw-boxes:hover .elementor-image-box-img {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.cpw-boxes:last-child {
	border: 0px;
	padding-bottom: 0;
}
.rcs_slider .swiper-slide {
	background-color: transparent !important;
	border: 0 !important;
	position: relative;
	border-radius: 25px 25px 0px 25px !important;
}
.rcs_slider .elementor-testimonial__image::before {
	content: "";
	position: absolute;
	background: #000;
	background: linear-gradient(0deg, rgb(15, 92, 149) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.rcs_slider .elementor-testimonial__header {
	flex-wrap: wrap;
	padding: 0 !important;
}
.rcs_slider .elementor-testimonial__image {
	position: relative;
}
.rcs_slider .swiper-slide::before {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
.rcs_slider .swiper-slide::after {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0;
	right: 0;
}
.rcs_slider .swiper-slide:hover::before {
	transform: rotate(45deg);
}
.rcs_slider .swiper {
	width: 100% !important;
}
.rcs_slider img {
	width: 100% !important;
	height: 350px !important;
	border-radius: 0px;
}
.rcs_slider .elementor-testimonial__cite {
	position: absolute;
	bottom: 20px;
	margin: 0 !important;
	left: 30px;
}
.rcs_slider .elementor-testimonial__name {
	color: #fff;
	font-size: 32px;
	line-height: 1.1;
}
.icon_slider .swiper-slide {
	padding: 50px 40px;
	border-radius: 25px !important;
	background: #0F5C95;
	background: linear-gradient(180deg, rgba(15, 92, 149, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.icon_slider .swiper-slide .elementor-testimonial__header {
	flex-wrap: wrap;
	padding: 0 !important;
}
.icon_slider .swiper-slide img {
	width: 100% !important;
	border-radius: 0px !important;
	height: 100% !important;
	max-height: 55px;
	top: 0;
	transition: all ease-in-out 0.5s;
	position: relative;
} 
.icon_slider .swiper-slide:hover img {
	top: -5px;
}
.icon_slider .swiper-slide .elementor-testimonial__image {
	padding-bottom: 25px;
}
.icon_slider .swiper-slide .elementor-testimonial__cite {
	margin: 0 !important;
	width: 100%;
}
.icon_slider .swiper-slide .elementor-testimonial__name {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.icon_slider .swiper-slide .elementor-testimonial__icon {
	display: none;
}
.bigtext p {
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
}
.img-radius {
	border-radius: 25px;
	overflow: hidden;
}
.google-img {
	max-width: 130px;
}
.quote-col {
	position: relative;
	margin-top: 40px;
}
.quote-col::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/quote-ic.png);
	background-repeat: no-repeat;
	background-size: 80px;
	width: 80px;
	height: 80px;
	top: -70px;
	left: 0;
}
.vd-overlay {
	border-radius: 0px 25px 25px 25px;
	position: relative;
}
.vd-overlay::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-top.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0px;
	top: 0;
	width: 440px;
	height: 120px;
	z-index: 1;
}
/* .vd-overlay::after {
content: "";
position: absolute;
background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
background-repeat: no-repeat;
background-size: 100px;
width: 100px;
height: 115px;
bottom: 0;
right: 0;
} */
.vd-caption {
	position: absolute;
	z-index: 1;
	left: 25px;
	max-width: max-content;
}
.vd-caption p {
	font-size: 27px;
	line-height: 1.1;
	padding: 10px 0;
}
.vd-overlay .elementor-custom-embed-play {
	position: absolute !important;
	bottom: 0 !important;
	transform: unset !important;
	right: 0;
	inset-block-start: unset !important;
	inset-inline-start: unset !important;
	background-color: #0f5c95;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/play-ic.png);
	background-repeat: no-repeat;
	background-position: left 24px center;
	background-size: 19px !important;
}
.vd-overlay .elementor-custom-embed-play svg {
	display: none;
}






.ft-main {
	padding: 100px 15px 25px;
	margin-bottom: 40px;
	position: relative;
	border-radius: 25px 25px 25px 25px;
}
.ft-social li {
	margin: 0 !important;
	max-width: max-content;
	margin-bottom: 10px !important;
}
.ft-social li svg {
	fill: #0f5c95;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	transition: all ease-in-out 0.5s !important;
}
.ft-social li .elementor-icon-list-icon {
	border: 2px solid #0f5c95;
	padding: 9px;
	border-radius: 50%;
	transition: all ease-in-out 0.5s !important;
}
.ft-social li .elementor-icon-list-text {
	display: none;
}
.ft-social li:hover .elementor-icon-list-icon {
	border: 2px solid #fff;
}
.ft-social li:hover svg {
	fill: #ffff;
}
.ft-map iframe {
	width: 206px !important;
	border-radius: 10px;
}
.ft-hd span {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}
.menu-list li a {
	color: #fff;
	font-size: 17px !important;
	line-height: 30px;
}
.menu-list li {
	margin-bottom: 5px !important;
}
.ft-social li:last-child {
	margin: 0 !important;
}
.menu-list li .elementor-icon-list-text {
	color: #fff;
	transition: all ease-in-out 0.5s !important;
}
.menu-list li:hover .elementor-icon-list-text {
	color: #0f5c95;
}
.ft-locinfo li a {
	color: #fff;
	font-size: 17px !important;
	line-height: 28px;
}
.ft-locinfo li .elementor-icon-list-text {
	color: #ffff;
}
.ft-locinfo li:hover i {
	color: #0f5c95;
}
.ft-locinfo li i {
	display: block;
	font-style: normal;
	margin-top: 10px;
	transition: all ease-in-out 0.5s !important;
}
.ft-locinfo li {
	max-width: 340px !important;
}
.ft-hd p {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
}
.copyrighttext {
	color: #fff;
	font-size: 16px;
}
.copyrighttext a {
	color: #fff;
	text-decoration: underline !important;
	transition: all ease-in-out 0.5s !important;
}
.copyrighttext a:hover {
	color: #0f5c95;
}
.ft-text p {
	font-size: 16px;
}
.ft-main .defbtn a {
	border: 1px solid #0f5c95 !important;
}
.ft-main .defbtn a:hover {
	border: 1px solid #fff !important;
}
/* .ft-main::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/ft-bg.png);
	background-repeat: no-repeat;
	background-size: 440px;
	width: 440px;
	height: 90px;
	top: 0;
	right: 0;
} */
.ft-btn {
	  margin-top: 30px;
}
.ft-btn a {
	background-color: transparent;
	padding: 0 !important;
	border-radius: 0px !important;
	border: 0px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 37px;
}
.ft-btn a svg {
  fill: #fff;
  width: 31px !important;
  height: 37px !important;
  margin-top: 3px;
  margin-right: 5px;
  transition: all ease-in-out 0.5s !important;
}
.ft-btn a:hover {
	color: #fff !important;
}
.ft-btn a:hover svg {
	fill: #fff;
}
.mt75 {
	margin-top: 75px;
}
.icon_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
/* .icon-boxes {
width: calc(100% / 3 - 14px) !important;
background-color: #0f5c95;
border-radius: 20px;
padding: 50px 40px;
position: relative;
} */
.ft-social li .elementor-icon-list-text {
	display: block;
	color: #fff;
	font-size: 17px !important;
}

.icon-boxes:nth-last-child(-n+4) {
	width: calc(100% / 4 - 15px) !important;
}
.icon-boxes {
	width: calc(100% / 2 - 10px) !important;
	background-color: #0f5c95;
	border-radius: 25px 25px 0px 25px;
	padding: 50px 19px 34px;
	position: relative;
	overflow: hidden;
}
.icon-boxes a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.icon-boxes::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0;
	right: 0;
	overflow: auto;
	z-index: 1;
} 

.icon-boxes::after {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(15, 92, 149) 100%);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100% !important;
	z-index: 0;
	width: 100% !important;
}
/* .icon-boxes::after {
content: "";
position: absolute;
background-color: #0f5c95;
width: 50px;
height: 50px;
bottom: 10px;
right: 10px;
border-radius: 50%;
background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
transition: all ease-in-out 0.5s !important;
z-index: 1;
} */
.icon-boxes .elementor-image-box-wrapper::after {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
/* .icon-boxes:hover::after {
transform: rotate(45deg);
} */
.icon-boxes .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin-bottom: 50px !important;
}
.icon-boxes .elementor-image-box-img img {
	width: auto !important;
	max-height: 70px;
	display: block;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.5s !important;
	filter: invert() brightness(100%);
	z-index: 1;
}
.icon-boxes .elementor-image-box-content {
	display: flex;
}
.icon-boxes:hover .elementor-image-box-img img {
	top: -10px;
}
.icon-boxes span {
	color: #fff;
	display: block !important;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	z-index: 1;
}
.rcs_slider .elementor-swiper-button {
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/rightt-arrow.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 25px;
	height: 25px;
}
.rcs_slider .elementor-swiper-button-prev {
	left: -40px !important;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/left-arrow.png);
}
.rcs_slider .elementor-swiper-button-next {
	right: -40px !important;
}
.rcs_slider .elementor-swiper-button svg {
	display: none;
} 
.inr-txt-ovly.text-overlay::before {
	right: 49px;
}
.pad80{
	padding:80px 15px;
} 
.right-image-ptrn {
	border-radius: 30px 30px 0px 30px;
	overflow: hidden; 
	position:relative;
}
.right-image-ptrn::before, .left-image-ptrn:before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
	background-repeat: no-repeat;
	background-size: 95px;
	width: 95px;
	height: 109px;
	bottom: 0px;
	right: 0;
} 
.left-image-ptrn {
	border-radius: 30px 30px 30px 0px;
	overflow: hidden;
	position: relative;
} 
.left-image-ptrn:before{
	left: 0px;
	bottom: -1px;
	transform: scaleX(-1);
	z-index: 2;
}  
.cta-box .elementor-widget-wrap {
	background-image: linear-gradient(180deg, #488B8A 50%, #0F5C95 100%);
	padding: 50px !important;
	border-radius: 30px;
	position: relative;
} 
.wt.defbtn a {
	background-color: #fff;
	color: #000;
} 
.wt.defbtn a:hover{
	color: #fff;
	background-color: #000;
} 
.cta-box h3 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 15px;
} 
/* .cta-box .elementor-widget-wrap::before, .cta-box .elementor-widget-wrap::after  {
content: "";
position: absolute;
background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
background-repeat: no-repeat;
background-size: 95px;
width: 95px;
height: 109px;
bottom: 0px;
right: 0;
} 
.cta-box .elementor-widget-wrap::after {
left: 0;
bottom: -1px;
transform: scaleX(-1);
}  */
.icon-card {
	padding: 40px 30px;
	border-radius: 20px !important;
	background: #0f5c95;
	width: calc(100% / 4 - 15px) !important;
	margin: 0px 7px;
	position: relative;
}
.icon-card img {
	max-height: 55px;
	filter: invert() brightness(100);
	object-fit: contain;
	top: 0;
	position: relative;
	transition: all ease-in-out 0.5s !important;
	width: auto;
}
.icon-card:hover img {
	top: -5px;
}
.icon-card .elementor-image-box-title {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 500;
	display: block;
}
/* .icon-card::before {
content: "";
position: absolute;
background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
background-repeat: no-repeat;
background-size: 60px;
width: 60px;
height: 69px;
bottom: 0px;
right: 0;
}  */
.simple-list li {
	list-style: none;
	margin-bottom: 13px;
	font-weight: 500;
	position: relative;
	background: #F2F2F2;
	background: linear-gradient(90deg,rgba(242, 242, 242, 1) 5%, rgba(255, 255, 255, 0) 100%);
	padding: 10px 5px 10px 40px;
	border-radius: 20px;
} 
.simple-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/list-ptrn.png);
	background-size: 18px;
	width: 18px;
	height: 18px;
	left: 15px;
	top: 15px;
	background-position: left;
} 
.simple-list li:last-child {
	margin-bottom: 0px;
} 
.half-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} 
.half-list.simple-list li {
	width: calc(100% / 2 - 10px) !important;
} 
.half-list.simple-list li:last-child {
	width: 100% !important;
} 
.last-full.simple-list.half-list li{
	width: calc(100% / 2 - 10px) !important;
	margin-bottom:13px;
} 





/* .loc-col li{
width: calc(100% / 6 - 15px) !important;
background: #F1F1F1;
border-radius: 15px;
margin: 0 7px 15px !important;
padding: 30px 15px 28px !important;
transition: all ease-in-out 0.5s;
overflow: hidden;
position: relative !important;
display: block !important;
} */
.loc-col li {
	width: calc(100% / 6 - 15px) !important;
	margin: 0 !important;
}
.loc-col li a {
	background: #F1F1F1;
	border-radius: 15px;
	margin: 0;
	padding: 30px 15px 28px !important;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	position: relative !important;
	display: block !important;
	color: #000;
}
.loc-col ul {
	row-gap: 15px;
	column-gap: 15px;
}
.loc-col li svg {
	width: 25px !important;
	height: auto !important;
	transition: all ease-in-out 0.5s !important;
	top: 0 !important;
	position: relative !important;
	margin: 0px 0px 8px !important;
	fill: #000 !important;
}  
.loc-col .elementor-icon-list-text {
	padding-inline-start: 0px !important;
	line-height: normal !important;
	font-size: 17px !important;
	transition: all ease-in-out 0.5s !important;
}
.loc-col li .elementor-icon-list-icon {
	display: block !important;
}
.loc-col li a:hover {
	background-color:#0f5c95 !important;
} 
/* .loc-col li:hover {
background-color:#0f5c95 !important;
}  */
.loc-col li:hover svg {
	fill: #fff !important;
	top: -4px !important;
} 
.loc-col li:hover  .elementor-icon-list-text {
	color: #fff !important;
}  

.simple-loc .elementor-icon-list-text i {
	border-radius: 20px;
	padding: 8px 20px !important;
	padding-inline-start: 20px !important;
	line-height: normal;
	font-style: normal;
	text-align: center !important;
	border: 1px solid #00000030;
	transition: all ease-in-out 0.5s !important;
	margin-right: 4px;
} 
.simple-loc .elementor-icon-list-text i:hover {
	background: #f1f1f196;
} 
.simple-loc .elementor-icon-list-text {
	display: block;
	margin-bottom: 23px;
	padding-inline-start: 0px !important;
} 
.simple-loc li svg {
	width: 21px !important;
	height: auto !important;
	transition: all ease-in-out 0.5s !important;
	top: -12px !important;
	position: relative !important;
	margin: 0px 10px 0px 0px !important;
	fill: #0f5c95 !important;
} 
.sub-title p {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
} 
.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;
	color: #f0ebeb !important;
}
.gform_wrapper .gfield_required{
	display: none !important;
} 
.two-col {
	grid-column: span 6 !important;
}
.custom-contact label {
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: normal !important;
	padding: 0px !important;
	color: #fff !important;
	margin-bottom: 0 !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: transparent !important;
	border: 1px solid #fff !important;
	height: 50px;
	margin-bottom: 0px !important;
	border-radius: 10px !important;
	padding: 8px 15px !important;
	color: #fff !important;
}
.custom-contact .textarea { 
	height:160px !important;
}	  
.custom-contact .gform_footer {
	margin: 20px 0px 0px !important;
	padding: 0px !important;
} 
.custom-contact .elementor-widget-wrap {
	padding: 40px 45px;
	border-radius: 30px;
	box-shadow: unset;
	margin-top: -255px;
	z-index: 2;
	position: relative;
	background-image: linear-gradient(180deg, #488B8A 50%, #0F5C95 100%);
}
.contact-resume span {
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}
.instruction {
	display: none;
}
.half-col {
	grid-column: span 6 !important;
	margin-bottom: 8px;
} 
.full-col{
	margin-bottom: 8px !important;
}
.custom-contact .button {
	border: 0px !important;
	margin: 0 auto !important;
} 
.gform_wrapper .gform_validation_errors > h2 {
	font-size: 17px !important;
	font-weight: 500;
	line-height: normal !important;
}
.custom-contact p {
	color: #fff;
	margin-bottom: 15px;
} 
.custom-contact h2 {
	color: #fff;
	font-size: 30px;
	line-height: normal;
	margin: 0px 0px 10px !important;
} 
.add-col .address_city, .add-col .address_zip, .add-col .address_country {
	flex: calc(100% / 3 ) !important;
}
.add-col .ginput_address_line_1 {
	margin-bottom: 20px !important;
}
.third-col {
	grid-column: span 4 !important;
}
.custom-contact select option {
	background-color: #fff;
	color: #000;
	font-size: 15px !important;
}
.custom-contact .button {
	margin: 0px !important;
	padding: 15px 30px !important;
	border: 0px !important;
	font-size: 15px;
	border-radius: 30px !important;
	min-width: 180px;
	background: #fff !important;
	color: #000 !important;
	height: unset !important;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
} 
.custom-contact .button:hover {
	background: #000 !important;
	color: #fff !important;
} 
.opt-text label {
	font-weight: normal !important;
	font-size: 14px !important;
}
.custom-contact .opt-text input {
	height: unset !important;
	padding: 0 !important;
	vertical-align: top !important;
	margin-top: 3px !important;
}
.contact-vd.vd-overlay::before {
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/left_rad.png");
} 
.thanks-bnr h1 {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 10px;
} 
.thanks-bnr p {
	font-size: 20px;
} 
.banner .elementor-background-overlay {
	background-image: linear-gradient(224deg, #0000 0%, #0000008c  100%) !important;
}
.protect-boxes > div {
	column-gap: 20px;
	justify-content: center;
	row-gap: 30px;
}
.protect-boxes .icon-card {
	padding: 45px 30px;
	margin: 0 !important;
}
.protect-boxes .icon-card .elementor-image-box-title {
	font-size: 16px;
	line-height: 24px;
	display: block;
	font-weight: 500;
}
.protect-boxes .icon-card img {
	filter: unset;
}
.expect-boxes.icon_slider .swiper-slide {
	padding: 48px 25px;
	border: 1px solid #ffffff70 !important;
	margin-top: 2px;
	background: unset;
}
.expect-boxes.icon_slider .swiper-slide .elementor-testimonial__name {
	font-size: 18px;
	line-height: 26px;
}
.expect-boxes.icon_slider .swiper {
	padding: 0px 1px !important;
}
.faqblock .elementor-accordion-title {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	max-width: 1160px;
}
.faqblock .elementor-accordion-item {
	margin-bottom: 15px;
	border: 0px solid #f2f2f2 !important;
	background: #f2f2f2;
	border-radius: 15px;
	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 18px 30px;
	position: relative;
}
.faqblock .elementor-accordion .elementor-tab-content {
	border: 0px;
	padding: 0 80px 25px 30px;
	color: #000 !important;
	margin-top: -5px;
}
.faqblock .elementor-active {
	background: transparent;
}
.faqblock .elementor-tab-title.elementor-active a {
	color: #000;
}
.faqblock .elementor-accordion-icon {
	width: auto !important;
} 
.faqblock .elementor-accordion-icon-closed, .faqblock .elementor-accordion-icon-opened {
	transition:all ease-in-out 0.5s;
	position: relative;
} 
.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png");
	width: 41px !important;
	height: 41px !important;
	background-size: 13px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	left: unset !important;
	top: 0;
	right: 0px !important;
	bottom: 0;
	margin: auto;
	background-color: #0f5c95;
}
.faqblock .elementor-accordion-icon-opened::before {
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png");
	transform: rotate(90deg);
}
.faqblock .elementor-accordion-icon svg {
	display: none !important;
}  
.faqblock .elementor-accordion .elementor-tab-content a {
	color: #0f5c95 !important;
}
.faqblock .elementor-accordion .elementor-tab-content a:hover {
	color: #062f4d !important;
}
.faqblock .elementor-accordion-item:last-child {
	border: 0 !important;
	margin: 0 !important;
}
.three-boxes .icon-card img {
	width: auto;
}
.three-boxes .icon-card {
	width: calc(100% / 3 - 14px) !important;
}
.five-boxes .icon-card {
	width: calc(100% / 5 - 16px) !important;
}
.post-card article {
	position: relative;
}
.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: 26px;
	line-height: 1.1;
	color: #000;
}
.post-card h3 {
	margin-bottom: 10px !important;
	line-height: 28px;
}
.post-card .elementor-post__read-more {

}
.post-card article:hover .elementor-post__read-more {

}
.post-card article .elementor-post__thumbnail::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	z-index: 1;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
}
.post-card article .elementor-post__thumbnail::after {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
.post-card article:hover .elementor-post__thumbnail::after {
	transform: rotate(45deg);
}
.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: 270px !important;
	object-fit: cover;
}
.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;
	border-radius: 15px;
}
.post-card .elementor-post__excerpt {
	margin-bottom: 15px !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: 15px !important;
	line-height: 24px !important;
	color: #000 !important;
	pointer-events: none;
}
/* .single-post figure {
display: none !important;
} */
.single-post figure {
	margin-left: 0 !important;
	position: relative;
}
.single-post figcaption {
	font-size: 15px !important;
	color: #fff;
	font-style: normal;
	position: absolute;
	bottom: 0;
	background-color: #0f5c95;
	padding: 10px 25px;
	border-radius: 20px 0px 20px 0px;
	right: 0;
}
.single-main {
	padding: 100px 15px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 50px !important;
	line-height: 1.1 !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;
	font-weight: 500;
}
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
	border-radius: 16px;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 32px;
	line-height: 1.1;
	color: #0f5c95;
}
.single-left h3 {
	font-size: 28px;
	line-height: 1.1;
	color: #0f5c95;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 30px auto 15px;
}
.post-content ul,.post-content ol {
	margin: 13px 0 18px;
	list-style: none !important;
	padding-left: 15px;
}
.single-left h4 {
	font-weight: 400;
	font-size: 20px;
}
.post-content li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/rightt-arrow.png);
	background-repeat: no-repeat;
	background-size: 15px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 8px;
}
.pl40 {
	padding-left: 40px;
}
.single-ryt .sidebar .elementor-container {
	background: #0f5c95;
	padding: 30px;
	border-radius: 18px;
}
.single-ryt h4 {
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 15px;
}
.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #ffffff5e;
	margin-bottom: 15px !important;
}
.single-ryt h3 a {
	font-size: 16px !important;
	line-height: 22px !important;
	color: #fff !important;
	font-weight: normal;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.review_outer > div {
	column-gap: 20px;
	row-gap: 60px;
	justify-content: center;
}
.single-reivew {
	width: calc(100% / 3 - 14px) !important;
	padding: 100px 30px 20px 40px;
	border-radius: 16px;
	background-color: #fefefe;
	background-image: linear-gradient(180deg, #488B8A 50%, #0F5C95 100%);
	position: relative;
}
.single-reivew .elementor-testimonial-content {
	max-height: 180px;
	overflow: auto;
	min-height: 180px;
	font-size: 17px;
	line-height: 29px;
	padding-right: 20px;
	color: #fff;
	margin-bottom: 30px;
}
.single-reivew .elementor-testimonial-name {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.single-reivew::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/quote-ic.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 70px;
	height: 70px;
	background-size: 35px;
	background-position: center;
	top: -35px;
	left: 40px;
	border-radius: 50%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-reivew .elementor-testimonial-wrapper {
	position: relative;
	overflow: visible;
}
.single-reivew .elementor-testimonial-wrapper::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/05/Star.png);
	background-size: 110px;
	width: 110px;
	height: 30px;
	top: -35px;
	left: 0;
	background-repeat: no-repeat;
}
.review_outer {
	margin-top: 100px;
}
.mt0.defbtn {
	margin-top: 0px;
}
.review-img .google-img {
	margin: auto;
}
.slider-ptrn {
	border-radius: 30px 30px 30px 0px;
	overflow: hidden;
	position: relative;
}
.slider-ptrn::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
	background-repeat: no-repeat;
	background-size: 95px;
	width: 95px;
	height: 109px;
	bottom: 0px;
	right: 0;
	left: 0px;
	bottom: -1px;
	transform: scaleX(-1);
	z-index: 2;
}
.slider-ptrn .swiper-slide-inner {
	line-height: 0 !important;
}
.call-btn a {
	background-color: transparent;
	padding: 0 !important;
	border-radius: 0px !important;
	border: 0px !important;
	color: #0f5c95 !important;
	font-weight: bold;
	font-size: 28px;
	transition: all ease-in-out 0.5s !important;
}
.call-btn a svg {
	fill: #0f5c95;
	transition: all ease-in-out 0.5s !important;	
}
.call-btn a .elementor-button-icon {
	margin-right: 5px;
}
.call-btn a  i {
	font-style: normal;
}
.call-btn a:hover {
	color: #062f4d !important;
}
.call-btn a:hover svg {
	fill: #062f4d !important;
}
.contact-map iframe {
	display: block;
	border-radius: 30px;
}
.place-details-compact-container {
	border-radius: 20px !important;
	overflow: hidden;
}
.ft-locinfo li svg {
	margin-top: 14px !important;
	margin-right: 0px !important;
	transition: all ease-in-out 0.5s !important;
}
.ft-locinfo li:hover svg {
	fill: #0f5c95 !important;
}
.single-main .contact-info li {
	color: #000 !important;
	transition: all ease-in-out 0.5s !important;
	border-right: 1px solid #062f4d4a;
	max-width: max-content;
	padding-right: 20px !important;
	margin: 0 !important;
}
.single-main .contact-info .elementor-icon-list-icon {
	display: block !important;
}
.single-main .contact-info li svg {
	width: 25px !important;
	height: 25px !important;
	fill: #0f5c95;
}
.single-main .contact-info li:hover svg {
	fill: #062f4d;
}
.single-main .contact-info li:hover {
	color: #062f4d !important;
}
.single-main .contact-info ul {
	margin: 0 !important;
	column-gap: 20px;
}
.single-main .contact-info li:last-child {
	border: 0 !important;
	padding: 0 !important;
}
.mt20 {
	margin-top: 20px;
}
.site-list li {
	list-style: none;
	margin-bottom: 13px;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
}
.site-list li::before {
	content: "";
	position: absolute;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/list-ptrn.png);
	background-size: 18px;
	width: 18px;
	height: 18px;
	left: 0;
	top: 6px;
}
.mdheading h2 {
	font-size: 38px;
	line-height: 1.1;
}
.mdheading {
	margin-bottom: 20px !important;
}
.site-list li a {
	color: #0f5c95;
	font-weight: 700;
	transition: all ease-in-out 0.5s !important;
}
.site-list li a:hover {
	color: #062f4d;
}
.bg-review > div {
	background-color: #0f5c95;
	padding: 120px 40px 40px;
	border-radius: 25px;
}
.bg-review .elementor-testimonial-content, .bg-review .elementor-testimonial-content p {
	color: #fff !important;
	font-size: 17px !important;
}
.bg-review .elementor-widget-testimonial {
	position: relative;
}
.bg-review .elementor-testimonial-name {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
}
.bg-review .elementor-testimonial-job {
	color: #fff;
	font-size: 15px;
}
.bg-review .elementor-testimonial-image {
	position: absolute;
	top: -35px;
	left: 0;
	padding: 0 !important;
}
.bg-review .elementor-testimonial-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	border-radius: 0px !important;
	max-width: 120px !important;
}
.bg-review .elementor-widget-testimonial::before {
	content: "";
	background-image: url(https://awc.cc/wp-content/uploads/2026/05/wt-quote.png);
	position: absolute;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: 40px;
	top: -90px;
	left: 0px;
	background-position: center;
}
.review_col > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.custom-review {
	width: calc(100% / 2 - 10px) !important;
	background-color: #fff;
	border: 1px solid #0000002e;
	padding: 60px 40px 40px 40px;
	border-radius: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position: relative;
}
.custom-review .elementor-testimonial-content {
	font-size: 17px !important;
	min-height: 340px;
	border-bottom: 1px solid #0000002e;
	margin-bottom: 55px;
}
.custom-review .elementor-testimonial-content i {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-style: normal;
	border-bottom: 1px solid #0000002e;
	padding-bottom: 55px;
}
.custom-review .elementor-testimonial-image {
	position: absolute;
	top: 100px;
	left: 40px;
	padding: 0 !important;
}
.custom-review .elementor-testimonial-image img {
	width: 100% !important;
	height: 100% !important;
	max-width: 120px !important;
	border-radius: 0 !important;
}
.custom-review .elementor-testimonial-details {
	position: absolute;
	bottom: 40px;
}
.custom-review .elementor-testimonial-name {
	font-size: 26px;
	line-height: 1.1;
}
.custom-review .elementor-testimonial-job {
	font-size: 15px;
	line-height: 1;
	margin-top: 4px;
}
.review-hd .custom-review {
	padding: 100px 40px 40px;
}
.review-hd .custom-review .elementor-testimonial-image {
	top: 65px;
}
.review-hd .custom-review .elementor-testimonial-content {
	min-height: 170px;
}

.pad60 {
	padding: 60px 15px;
}
.review-rating ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
	margin-top: 10px;
}
.review-rating li {
	margin: 0 !important;
	list-style: none;
	border-right: 1px solid #00000045;
	padding-right: 60px;
}
.review-rating li b {
	font-size: 30px;
	display: block;
	text-align: center;
	margin-bottom: 3px;
	color: #0f5c95;
	line-height: 1.1;
}
.review-rating li:last-child {
	border: 0 !important;
	padding: 0 !important;
}
.custom-review::before {
	content: "";
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/quote-ic.png);
	position: absolute;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: 40px;
	top: 10px;
	left: 40px;
	background-position: center;
}
.contact-review {
	padding: 40px;
	background-color: #fff !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 20px;
}
.contact-card .rating-list ul {
	column-gap: 20px;
	padding: 16px 30px;
}
.contact-card .rating-list li {
	font-size: 17px;
	padding-right: 10px !important;
	line-height: 21px;
}
.gfield_radio {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.emp-form {
	margin-top: -250px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 40px 30px;
}
.emp-form h2 {
	font-size: 30px;
	line-height: normal;
	margin: 0px 0px 10px !important;
}
.ptrn-clr.right-image-ptrn::before {
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm.png");
}
.right-slider::after {
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/right_rad.png");
	right: 0;
	transform: unset;
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 95px;
	width: 95px;
	height: 109px;
	bottom: -1px;
	z-index: 2;
}
.right-slider {
	border-radius: 30px 30px 0px 30px;
	overflow: hidden;
	position: relative;
}
.right-slider .swiper-slide-inner {
	line-height: 0 !important;
}
.video-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}
.project-video {
	list-style: none;
	margin: 0 !important;
	background-color: #0f5c95;
	color: #fff;
	padding: 9px 25px;
	cursor: pointer;
	border-radius: 30px;
}
.project-video.active {
	background-color: #062f4d;
}
.videos_outer > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.work-video {
	width: calc(100% / 3 - 14px) !important;
	border-radius: 15px;
	position: relative;
}
.work-video svg {
	width: 60px;
	height: 60px;
	opacity: 1;
}
.work-video::before {
	content: "";
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	top: 0;
	left: 0;
}
.defbtn svg {
	width: 15px !important;
	height: 15px !important;
}
.Comm_img img {
	width: 100% !important;
}
.banner {
	background-repeat: no-repeat;
	background-size: cover;
}

.blue-menu {
	background: #0f5c95;
	border-radius: 25px;
}
.blue-menu p {
	color: #fff;
	font-weight: bold;
}
.blue-menu {
	padding: 10px 50px;
	z-index: 1;
	max-width: max-content;
	margin: auto auto -25px;
}
.menu_list_serv,.menu_list_hd {
	width: auto !important;
}
.blue-menu > div {
	justify-content: center;
}
.menu_list_serv a span {
	color: #fff;
}
.menu_list_serv {
	margin-left: 10px;
}
.menu_list_serv  li {
	margin-right: 10px !important;
	padding-right: 16px !important;
	border-right: 1px solid #ffffff52;
	line-height: normal;
}
.menu_list_serv li:last-child {
	border: 0px;
	margin: 0 !important;
	padding: 0 !important;
}


















.single_rcs .elementor-swiper-button {
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/rightt-arrow.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	width: 25px;
	height: 25px;
}
.single_rcs .elementor-swiper-button svg {
	display: none;
}
.single_rcs .elementor-swiper-button-prev {
	left: -40px !important;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/left-arrow.png);
}
.single_rcs .elementor-swiper-button-next {
	right: -40px !important;
}
.single_rcs .swiper-slide {
	background-color: transparent !important;
	border: 0 !important;
	position: relative;
	border-radius: 25px 25px 0px 25px !important;
}
.single_rcs .elementor-testimonial__image::before {
	content: "";
	position: absolute;
	background: #000;
    background: linear-gradient(0deg, rgb(15, 92, 149) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.single_rcs .elementor-testimonial__header {
  flex-wrap: wrap;
  padding: 0 !important;
}
.single_rcs .elementor-testimonial__image {
  position: relative;
}
.single_rcs .swiper-slide::before {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
.single_rcs .swiper-slide::after {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0;
	right: 0;
}
.single_rcs .swiper-slide:hover::before {
	transform: rotate(45deg);
}
.single_rcs .swiper {
  width: 100% !important;
}
.single_rcs img {
	width: 100% !important;
	height: 431px !important;
	border-radius: 0px;
}
.single_rcs .elementor-testimonial__cite {
	position: absolute;
	bottom: 30px;
	margin: 0 !important;
	left: 20px;
}
.single_rcs .elementor-testimonial__name {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
}
.single_rcs .elementor-testimonial__title {
	height: 0;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	transition: all ease-in-out .5s !important;
	max-width: 310px;
	font-size: 17px;
	line-height: 26px;
}
.single_rcs .swiper-slide:hover .elementor-testimonial__title {
	height: 110px;
	visibility: visible;
	opacity: 1;
	margin-top: 10px !important;
	max-width: 310px;
}

.bannercaption p {
	max-width: 800px;
	margin-top: 15px;
}
/* .srv_box:nth-last-child(-n+4) {
	width: calc(100% / 4 - 15px) !important;
} */
.mb100 {
	margin-bottom: 100px !important;
}

.cpw-boxes .elementor-image-box-img {
	width: auto !important;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -80px;
	top: 0;
	transition: all ease-in-out 0.5s !important;
	margin: 0 !important;
	bottom: 0;
	align-content: center;
}
.icon-boxes::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0;
	right: 0;
	overflow: auto;
	z-index: 1;
}
.srv_box {
	width: calc(100% / 2 - 10px) !important;
	background-color: #0f5c95;
	border-radius: 25px 25px 0px 25px;
	padding: 50px 19px 34px;
	position: relative;
	overflow: hidden;
	min-height: 320px;
}
.srv_box a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.srv_box::before {
	content: "";
	position: absolute;
	background-image: url("https://awc.cc/wp-content/uploads/2026/04/gray-btm-1.png");
	background-repeat: no-repeat;
	background-size: 100px;
	width: 100px;
	height: 115px;
	bottom: 0;
	right: 0;
	overflow: auto;
	z-index: 1;
} 

.srv_box::after {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(15, 92, 149) 100%);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100% !important;
	z-index: 0;
	width: 100% !important;
}
.srv_box .elementor-image-box-img img {
	width: auto !important;
	max-height: 70px;
	display: block;
	position: relative;
	top: 0;
	transition: all ease-in-out 0.5s !important;
/* 	filter: invert() brightness(100%); */
	z-index: 1;
}

.srv_box span {
	color: #fff;
	display: block !important;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	z-index: 1;
	margin-bottom: 12px;
}
.srv_box .elementor-image-box-wrapper::after {
	content: "";
	position: absolute;
	background-color: #0f5c95;
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	background-image: url(https://awc.cc/wp-content/uploads/2026/04/awc-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	transition: all ease-in-out 0.5s !important;
	z-index: 1;
}
.srv_box .elementor-image-box-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 530px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}
.srv_box a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.srv_box .elementor-image-box-description {
	color: #fff;
	z-index: 1;
}
.srv-item {
	width: calc( 100% / 3 - 14px ) !important;
	background: linear-gradient(180deg, #488B8A 50%, #0F5C95 100%);
	border-radius: 20px;
	overflow: hidden;
}
.srv-card > div {
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.srv-item figure {
	width: 100% !important;
	display: block !important;
	margin: 0 !important;
	overflow: hidden;
}
.srv-item img {
	max-height: 309px;
	object-fit: cover;
	transition: all 0.5s ease-in-out !important;
}
.srv-item:hover img {
	transform: scale(1.1);
}
.srv-item .elementor-image-box-content {
	padding: 20px 20px;
	height: 214px;
}
.srv-item .elementor-image-box-title {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
.srv-item .elementor-image-box-description {
	color: #fff;
	margin-top: 10px;
}






















.tab_cptn {
	display: none;
}



.tb_show_txt {
	display: none;
}
.ft_fix_btn {
	display: none;
}

.solar-slider.single_rcs .swiper-slide:hover .elementor-testimonial__title {
	height: 200px;
}





.Soft-Wash-box .elementor-image-box-title, .icon-col .elementor-image-box-title, .icon-bg .elementor-image-box-title{
	text-transform: uppercase;
	font-weight: bold;
	color: #2c407f;
	font-size: 21px;
	line-height: 25px;
	display: block;
	margin-bottom: 8px;
} 
.icon-col .elementor-image-box-img, .icon-bg .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin-bottom: 20px !important;
} 
 .icon-col .elementor-image-box-img img, .icon-bg .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	max-height: 60px;
	max-width: 60px;
	object-fit: contain;
	width: auto; 
	position: relative;
	top: 0;
} 
.icon-col .elementor-image-box-description , .icon-bg .elementor-image-box-description {
	font-size: 19px;
	line-height: 28px;
} 
.icon-col:hover .elementor-image-box-img img, .icon-bg:hover .elementor-image-box-img img {
	top: -5px;
} 
.icon-col:is(:nth-child(4), :last-child) {
	border-right: 0px;
	padding-right: 7px;
} 
.two-col .icon-col {
	width: calc(100% / 2 - 15px) !important;
	border-right: 1px solid #0000001c;
	padding-right: 22px;
}
.two-col .icon-col:nth-of-type(2), .two-col .icon-col:nth-of-type(4), .two-col .icon-col:nth-of-type(6) {
	border-right: unset;
	padding-right: 0;
}
.gap-row > div {
	row-gap: 50px;
	column-gap: 30px;
}
.link-text a {
	color: #2c407f;
	font-weight:600;
} 
.link-text a:hover {
	color: #000 !important;
}  
.two-block .serv_card {
	width: calc(100% / 2 - 18px) !important;
} 
.two-block .col_blocks > div {
	column-gap: 35px;
	row-gap: 50px;
} 
.two-block .serv_card .elementor-image-box-img img {
	width: 100%;
	object-fit: cover;
	height: 400px;
} 


.hd-phn a {
	width: auto !important;
	color: #000;
	padding: 0 25px 10px 0 !important;
}

.res_solrslid .elementor-testimonial__title {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 400;
}
.res_solrslid.expect-boxes.icon_slider .swiper-slide .elementor-testimonial__name {
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 10px;
}























.diff_table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  border: 1px solid #d9d9d9;
}

.diff_table th {
  background-color: #0f5c95;
  color: #ffffff;
  padding: 14px 18px;
  text-align: center;
  font-weight: 600;
}

.diff_table td {
  padding: 14px 18px;
  border: 1px solid #d9d9d9;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
}

/* Alternate row color */
.diff_table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.diff_table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}


















/* .icon-col .elementor-image-box-title {
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
} 

.icon-col {
	padding-bottom: 22px;
	margin-bottom: 22px !important;
	position: relative;
} 
.icon-col:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px !important;
}  
.icon-col .elementor-image-box-img {
	width: 90px !important;
	height: 90px !important;
	border-radius: 50%;
	color: var(--brand);
	display: grid;
	place-items: center;
	transition: .25s;
	background: var(--sky-50);
	position: absolute;
	left: 0;
	margin-right: 0px !important;
} 
.icon-col .elementor-image-box-content {
	padding-left: 110px;
	position: relative;
} 
.icon-col .elementor-image-box-content::before {
	content: "";
	border-bottom: 1px solid var(--line);
	width: calc(100% - 100px);
	position: absolute;
	bottom: -22px;
} 
.icon-col:last-child .elementor-image-box-content::before {
	display: none;
} 
.icon-col .elementor-image-box-img img {
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
	transition: all ease-in-out 0.5s !important;
} 
.icon-col {
	width: calc(100% / 3 - 10px) !important;
	border: 1px solid #0f5c95;
	border-radius: 15px;
}
 */







.Soft-Wash-col > div {
	row-gap: 15px;
	column-gap: 15px;
	justify-content: center;
}
.Soft-Wash-box {
	width: calc(100% / 3 - 10px) !important;
	background: #80808005;
	border-radius: 15px;
	border: 1px solid #0f5c95;
	padding: 20px;
}
.Soft-Wash-box .elementor-image-box-img {
	width: 100% !important;
	margin: 0 !important;
	display: block !important;
}
.Soft-Wash-box .elementor-image-box-img img {
	transition: all ease-in-out 0.5s !important;
	max-height: 60px;
	max-width: 60px;
	object-fit: contain;
	width: auto; 
	position: relative;
	top: 0;
	margin: 0 auto 12px;
}
.map_grad::before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	background: #ffffff;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%);
	position: absolute;
	z-index: 2;
	bottom: 0;
}
.Soft-Wash-box .elementor-image-box-title i {
	display: flex;
	background-color: #0f5c95;
	width: fit-content;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin: 0 auto 15px;
}
.map_loc svg {
	width: 190%;
	left: -77%;
	position: relative;
	margin: -50% auto -20%;
	pointer-events: none;
}



.mob_show_menu {
	display: none !important;
}








/* 
Responsive_Start */
@media(max-width: 1600px) {
	.ft-btn a svg {
		width: 24px !important;
		height: 27px !important;
	}
	.ft-btn a {
		font-size: 27px;
	}
	.video-main {
		row-gap: 14px;
	}
	.custom-contact .elementor-widget-wrap {
		margin-top: -185px;
	}
	.faqblock .elementor-accordion-title {
		max-width: 1060px;
	}
	.srv_box .elementor-image-box-content {
		max-width: 470px;
	}
	.text-overlay p {
		right: 27px;
		top: -88px;
	}
/* 	.inr-txt-ovly.text-overlay::before {
		right: 24px;
	} */
	.inr-txt-ovly.text-overlay::before {
		right: 13px;
	}
	.serve-boxes .elementor-image-box-img::after {
		width: 95px;
		height: 103px;
	}
	.serve-boxes .elementor-image-box-img img {
		min-height: 310px;
		max-height: 310px;
		object-fit: cover;
	}
	.icon-boxes::before {
		background-size: 126px;
	}
	.icon-boxes .elementor-image-box-wrapper::after {
		width: 44px;
		height: 44px;
	}
	.lft-ryt-spc {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bannercaption {
		padding: 20% 15px 50px;
	}
	.text-overlay::before {
		top: -147px;
		right: 42px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 15px 26px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 15px;
	}
}
@media(max-width: 1199px) {
	.solar-slider.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 280px;
	}
	.single_rcs .elementor-testimonial__image {
		width: 100% !important;
	}
	.single_rcs img {
		width: 100% !important;
	}
	.custom-contact .elementor-widget-wrap {
		padding: 30px 30px;
	}
	.pr60 {
		padding-right: 55px;
	}
	.single-main {
		padding: 80px 15px;
	}
	.single-ryt {
		display: none;
	}
	.single-left {
		width: 100% !important;
	}
	.single-main h1 {
		font-size: 45px !important;
		text-align: left;
	}
	.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 150px;
		max-width: 230px;
	}
	.single_rcs .elementor-testimonial__name {
		font-size: 26px;
	}
	.faqblock .elementor-accordion-title {
		max-width: 850px;
	}
	.def_mrgn {
		margin-top: 60px;
	}
	.mb100 {
		margin-bottom: 80px !important;
	}
	.subheading p {
		font-size: 24px;
	}
	.cpw-boxes {
		padding: 25px 0px;
	}
	.cpw-boxes .elementor-image-box-title {
		font-size: 27px;
	}
	.srv_box .elementor-image-box-content {
		max-width: 380px;
	}
	.blue-menu {
		padding: 10px 30px;
	}
	.menu_list_serv li {
		margin-right: 6px !important;
		padding-right: 10px !important;
	}
	.simple-loc .elementor-icon-list-text {
		row-gap: 9px;
		column-gap: 2px;
		display: flex;
		flex-wrap: wrap;
	}
	.loc-col li {
		width: calc(100% / 5 - 15px) !important;
	}
	.inr-txt-ovly p {
		right: 37px !important;
		max-width: 720px !important;
	}
	.rcs_slider .elementor-testimonial__image {
		width: 100%;
	}
	.ft_lets_col {
		width: 33.239% !important;
	}
	.ft-hd p {
		font-size: 32px;
	}
/* 	.ft_lets_col {
		width: 35.239% !important;
	} */
	.ft_link_col {
		width: 29.922% !important;
	}
	.ft_icon_col {
		width: 6.015%;
	}
	.ft-btn {
	top: 0px;
}
	.ft-main {
		padding: 80px 15px 25px;
	}
	.icon_slider .swiper-slide {
		padding: 40px 35px;
	}
	.defbtn {
		margin-top: 27px;
	}
	.serve-boxes::before {
		bottom: 10px;
		right: 10px;
		background-size: 14px;
		width: 43px;
		height: 43px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.icon-boxes:nth-last-child(-n+4) {
		width: calc(100% / 2 - 15px) !important;
	}
	.icon-boxes .elementor-image-box-img img {
		max-height: 60px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.serve-boxes::before {
		width: 43px;
		height: 43px;
	}
	.pt100 {
		padding-top: 80px;
	}
	.bigheading h2 {
		font-size: 48px;
	}
	.mt100 {
		margin-top: 80px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.rating-list ul {
		column-gap: 22px;
	}
	.rating-list li {
		font-size: 20px;
		padding-right: 16px !important;
	}
	.header_main svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
		fill: #fff;
	}
	.header_main .elementor-menu-toggle {
		margin: 0px 0px !important;
	}
	.hd_menu {
		flex-direction: row-reverse !important;
	}
/* 	.text-overlay p {
		right: 57px;
		max-width: 600px;
		top: -85px;
	} */
	.text-overlay p {
		right: 37px;
		max-width: 620px;
		top: -85px;
	}
	.text-overlay::before {
		top: -162px;
		right: -68px;
	}
	.bannercaption h1 {
		font-size: 55px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 13px !important;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 10px;
	}
	.hd_menu .elementor-nav-menu > li:last-child > a {
		padding: 15px 14px !important;
		min-width: 170px;
	}
	/* 	.hd_menu .elementor-nav-menu > li > a {
	font-size: 15px !important;
} */
}
@media(max-width: 1024px) {
	.elementor-nav-menu > li > ul.sub-menu .mob_show_menu a img {
		max-height: 32px;
		max-width: 33px;
	}
	.mob_show_menu {
		display: block !important;
	}
	.header_main .elementor-nav-menu > li.servmegamenu > ul.sub-menu > li > a {
		color: #fff !important;
	}
	.elementor-nav-menu > li > ul.sub-menu a img {
		filter: brightness(100);
	}
	.header_main .elementor-nav-menu > li.servmegamenu > ul.sub-menu > li {
		width: 100% !important;
		display: block;
	}
	.elementor-nav-menu > li.servmegamenu > ul.sub-menu > li:last-child {
		border-left: unset;
		padding-left: 0;
	}

	.header_main .elementor-nav-menu > li > ul.sub-menu {
		min-width: 100% !important;
		padding: 0;
		margin-left: 0% !important;
	}
/* .header_main .elementor-nav-menu > li > ul.sub-menu a span {
	min-width: fit-content;
	margin-right: 0;
	display: block;
	width: auto !important;
} */
	.header_main .elementor-nav-menu > li.servmegamenu > ul.sub-menu > li {
		width: 100% !important;
		display: block !important;
	}
	.header_main svg.fa-svg-chevron-down.e-font-icon-svg.e-fas-chevron-down {
		fill: #fff !important;
	}
	.header_main .elementor-menu-toggle {
		background-color: #2a5b91;
		margin: 0px 0px !important;
		padding: 10px;
	}
	.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: #132e4b;
		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;
		margin: 0px !important;
		position: fixed;
		right: 15px;
		z-index: 6;
	}
	.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 .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #132e4b;
	}
	.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: #112943 !important;
/* 		text-transform: uppercase; */
		display: flex;
		border-bottom: 1px solid #ffffff1a;
		border-radius: 0 !important;
	}
	.header_main ul.elementor-nav-menu .sub-menu {
		background: transparent !important;
	}
}
@media(max-width: 999px) {
	.Soft-Wash-box {
		width: calc(100% / 2 - 10px) !important;
	}
	.solar-slider.single_rcs .elementor-testimonial__title {
		height: 210px;
	}
	.solar-slider.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 210px;
	}
	.vd-overlay::before {
		width: 260px;
		height: 110px;
	}
	.thanks-bnr h1 {
		font-size: 50px;
		line-height: 52px;
		margin-bottom: 8px;
	}
	.bg-review > div {
		padding: 120px 20px 40px;
	}
	.review-hd .custom-review {
		padding: 100px 20px 40px;
	}
	.custom-review .elementor-testimonial-name {
		font-size: 24px;
	}
	.custom-review .elementor-testimonial-image {
		left: 20px;
	}
	.custom-review .elementor-testimonial-content {
		padding-bottom: 13px;
	}
	.custom-review .elementor-testimonial-content i {
		font-size: 21px;
	}
	.custom-review {
		padding: 60px 20px 40px 20px;
	}
	.mt75 {
		margin-top: 55px;
	}
	.bnr_cptn.bannercaption {
		padding: 20px 15px 20px;
	}
	.custom-contact .elementor-widget-wrap {
		margin-top: 15px;
	}
	.t-full-col.pr60 {
		padding-right: 0;
	}
	.t-full-col {
		width: 100% !important;
	}
	.protect-boxes > div {
		row-gap: 20px;
	}
	.protect-boxes .icon-card {
		width: calc(100% / 2 - 15px) !important;
	}
	.protect-boxes .icon-card {
		padding: 35px 20px;
	}
	.icon-card img {
		max-height: 49px;
	}
	.expect-boxes.icon_slider .swiper-slide {
		padding: 38px 20px;
	}
	.five-boxes .icon-card {
		width: calc(100% / 3 - 16px) !important;
	}
	.single-main h1 {
		font-size: 42px !important;
	}
	.single-main {
		padding: 60px 15px;
	}
	.blue-menu {
		margin: auto 15px -25px;
		width: 100% !important;
		max-width: 100%;
		padding: 10px 30px 15px;
	}
	.menu_list_hd {
		margin-bottom: 6px !important;
	}
	.srv_box {
		min-height: 370px;
	}
	.single_rcs .elementor-swiper-button-next {
		right: -22px !important;
	}
	.single_rcs .elementor-swiper-button-prev {
		left: -22px !important;
	}
	.def_mrgn {
		margin-top: 0;
	}
	.faqblock .elementor-accordion-icon-closed::before,
	.faqblock .elementor-accordion-icon-opened::before {
		width: 37px !important;
		height: 37px !important;
		background-size: 12px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 23px 25px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 22px;
		line-height: 1.1;
		max-width: 610px;
	}
	.single_rcs .swiper-slide::before {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 20px;
		background-size: 12px;
	}
	.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		max-width: 260px;
		height: 110px;
	}
	.single_rcs .elementor-testimonial__title {
		height: 110px;
		opacity: 1;
		visibility: visible;
		max-width: 310px;
		font-size: 16px;
		line-height: 26px;
		max-width: 260px;
		margin-top: 10px !important;
	}
	.single_rcs .elementor-testimonial__name {
		font-size: 30px;
	}
	.single_rcs img {
		height: 351px !important;
	}
	.cpw-boxes .elementor-image-box-img {
		opacity: 1;
		visibility: visible;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0 !important;
		bottom: 0;
	}
	.cpw-boxes:hover {
		padding-left: 140px;
	}
	.cpw-boxes {
		padding-left: 140px;
	}
	.srv_box .elementor-image-box-wrapper::after {
		width: 43px;
		height: 43px;
		bottom: 10px;
		right: 10px;
		background-size: 13px;
	}
	.srv_box::before {
		background-size: 90px;
		width: 90px;
		height: 103px;
	}
	.srv_box .elementor-image-box-img img {
		max-height: 49px;
	}
	.srv_box span {
		font-size: 24px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 27px;
	}
	.srv_box .elementor-image-box-content {
		max-width: 280px;
	}
	.srv_box .elementor-image-box-img img {
		max-height: 53px;
	}

	.tab_cptn {
		width: calc(100% - 7%);
		margin: auto;
		border-bottom-left-radius: 25px !important;
		border-bottom-right-radius: 25px !important;
		overflow: hidden;
	}
	.inr_bnr {
		padding: 24% 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.tab_cptn {
		display: block;
	}
	.loc-col li:hover .elementor-icon-list-text {
		color: #000 !important;
	}
	.loc-col li:hover svg {
		fill: #000 !important;
		top: 0px !important;
	}
	.loc-col li a:hover {
		background-color: #F1F1F1 !important;
	}
	.loc-col li {
		width: calc(100% / 3 - 15px) !important;
	}
	.cta-box h3 {
		font-size: 33px;
		line-height: 41px;
		margin-bottom: 13px;
	}
	.cta-box .elementor-widget-wrap {
		padding: 40px 30px !important;
	}
	.pr60 {
		padding-right: 35px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.bannercaption p {
		max-width: 800px;
		margin-top: 15px;
		margin: 15px auto 0 !important;
	}
	.tb_hide {
		display: none;
	}
	.tb_show_txt {
		display: block;
	}
	.client_ryt {
		width: 65% !important;
	}
	.client_lft {
		width: 35% !important;
	}
	.serve-boxes span {
		font-size: 17px;
	}
	.bigtext p {
		font-size: 22px;
		line-height: 30px;
	}
	.icon-boxes .elementor-image-box-content {
		max-width: 250px;
	}
	.rating-list ul {
		column-gap: 13px;
	}
.rating-list li {
	font-size: 17px;
	padding-right: 10px !important;
}
	.rating-list ul {
		padding: 16px 19px;
	}
	.badge-img-wrap {
		width: 104px;
		height: 104px;
	}
	.defbtn a {
		padding: 15px 15px;
		font-size: 14px;
		min-width: 180px;
	}
	.ft_link_col {
		width: 27.922% !important;
	}
	.ft-social li svg {
		width: 17px !important;
		height: 17px !important;
	}
	.ft-main::before {
		background-size: 390px;
		width: 390px;
		height: 80px;
	}
	.ft-btn a {
		font-size: 21px;
	}
	.quote-col::before {
		background-size: 68px;
		width: 70px;
		height: 70px;
		top: -64px;
	}
	.icon_slider .swiper-slide img {
		max-height: 48px;
	}
	.icon_slider .swiper-slide {
		padding: 35px 30px;
	}
	.rcs_slider .elementor-testimonial__name {
		font-size: 27px;
	}
	.pb100 {
		padding-bottom: 60px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.pt100 {
		padding-top: 60px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.bigheading h2 {
		font-size: 45px;
	}
	.mt100 {
		margin-top: 60px;
	}
	.bannercaption h1 {
		font-size: 44px;
	}
	.banner .elementor-column-gap-no {
		min-height: fit-content !important;
	}
	.bannercaption {
		padding: 20px 15px 50px;
		text-align: center !important;
		background: #375a8d;
	}
	.banner video {
		position: static !important;
		width: 100% !important;
		transform: unset !important;
		height: auto !important;
		display: block !important;
	}
	.banner > div {
		position: static !important;
	}
}
@media(max-width: 767px) {
	.bannercaption {
		padding: 20px 15px 30px;
	}
	.ft_fix_btn a:last-child {
		border-left: 1px solid #ffffff2e;
		width: 80% !important;
		background: #0f5c95;
	}
	.icon-col .elementor-image-box-img img, .icon-bg .elementor-image-box-img img {
		margin: 0 auto;
	}
	.two-col .icon-col {
		width: 100% !important;
		border-right: unset;
		padding-right: 0;
		text-align: center;
	}
	.solar-slider.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 130px;
	}
	.solar-slider.single_rcs .elementor-testimonial__title {
		height: 130px;
	}
	.thanks-bnr h1 {
		font-size: 44px;
		line-height: 46px;
	}
	.custom-review::before {
		background-size: 40px;
		top: 12px;
		left: 20px;
	}
	.custom-review {
		width: 100% !important;
	}
	.bg-review > div {
		padding: 120px 20px 40px;
	}
	.mdheading h2 {
		font-size: 32px;
	}
	.work-video {
		width: calc(100% / 2 - 14px) !important;
	}
	.work-video {
		width: calc(100% / 2 - 14px) !important;
	}
	.project-video {
		padding: 7px 15px;
	}
	.work-video svg {
		width: 40px;
		height: 40px;
	}
	.videos_outer > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.video-main {
		row-gap: 9px;
		column-gap: 6px;
	}
	.mt75 {
		margin-top: 40px;
	}
	.two-col {
		grid-column: span 12 !important;
	}
	.custom-contact .elementor-widget-wrap {
		margin-top: 0px;
	}
	.call-btn a {
		font-size: 24px;
	}
	.contact-review {
		padding: 20px;
	}
		.custom-contact .button {
		padding: 18px 30px !important;
		min-width: 150px;
		line-height: 1 !important;
		margin: 0 auto !important;
	}
	.gfield_radio {
		column-gap: 17px;
		justify-content: center;
	}
	.add-col .address_city, .add-col .address_zip, .add-col .address_country {
		flex: 100% !important;
	}
	.third-col {
		grid-column: span 12 !important;
	}
	.custom-contact .elementor-widget-wrap {
		padding: 30px 15px;
	}
	.custom-contact p {
		text-align: center;
	}
	.custom-contact h2 {
		text-align: center;
	}
	.icon-card:hover img {
		top: 0;
	}
	.protect-boxes > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.five-boxes .icon-card {
		width: calc(100% / 3 - 8px) !important;
	}
	.protect-boxes .icon-card {
		padding: 35px 15px;
	}
	.simple-list li {
		margin-bottom: 10px;
		background: #8080800f;
		padding: 10px 15px 10px 15px;
		border-radius: 20px;
		text-align: center;
	}
	.simple-list li::before {
		display: none;
	}
	.single-main img {
		height: 350px;
	}
	.single-main h1 {
		font-size: 39px !important;
	}
	.single-main {
		padding: 40px 15px;
	}
	.cpw-boxes .elementor-image-box-title {
		font-size: 23px;
	}
	.faqblock .elementor-accordion .elementor-tab-content {
		padding: 0 60px 25px 19px;
	}
	.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
		width: 34px !important;
	height: 34px !important;
	background-size: 12px;
}
/* 	.faqblock .elementor-accordion-icon-closed::before,
	.faqblock .elementor-accordion-icon-opened::before {
		width: 34px !important;
		height: 34px !important;
		background-size: 11px;
	} */
	.faqblock .elementor-accordion-title {
		font-size: 21px;
		max-width: 480px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 19px 20px;
	}
	.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 70px;
		max-width: 450px;
	}
	.single_rcs .elementor-testimonial__title {
		height: 70px;
		max-width: 450px;
	}
	.single_rcs .elementor-testimonial__image {
		width: 100%;
	}
	.single_rcs img {
		width: 100% !important;
		max-width: 100%;
	}
	.mb100 {
		margin-bottom: 40px !important;
	}
	.cpw-boxes .elementor-image-box-img img {
		max-height: 150px;
		min-height: 120px;
	}
	.cpw-boxes .elementor-image-box-content {
		text-align: left;
	}
	.srv_box .elementor-image-box-content {
		max-width: 480px;
	}
	.srv_box {
		width: 100% !important;
	}
	.menu_list_serv {
		margin-top: 10px;
	}
	.blue-menu {
/* 		padding: 10px 30px; */
		margin: auto 15px -25px;
	}
	.menu_list_serv li a {
		justify-content: center;
	}
	.menu_list_serv li {
		width: 100% !important;
		display: block;
		border-right: unset;
		border-bottom: 1px solid #ffffff52;
		padding-bottom: 10px !important;
		margin-bottom: 10px !important;
		text-align: center !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
	}
	.menu_list_serv {
		margin-left: 0;
	}
	.simple-loc .elementor-icon-list-text {
		justify-content: center;
	}
	.simple-loc li .elementor-icon-list-icon {
		justify-content: center;
		margin-bottom: 5px;
	}
	.simple-loc li {
		display: block !important;
	}
	.loc-col li svg {
		width: 21px !important;
	}
	.mob-full img {
		width: 100% !important;
		height: auto !important;
	}
	.cta-box .elementor-widget-wrap {
		padding: 40px 20px !important;
	}
	.cta-box h3 {
		font-size: 31px;
		line-height: 39px;
		margin-bottom: 13px;
	}
	.bannercaption p {
		margin: 5px auto 0 !important;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.pr60 {
		padding-right: 0;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.ft-main {
		margin-bottom: 65px;
	}
	.ft_fix_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: #0f5c95;
		border-top: 1px solid #ffffff47;
		display: flex;
		justify-content: center;
		z-index: 10;
	}
	.ft_fix_btn a {
	color: #fff;
	font-size: 16px;
	line-height: normal;
	padding: 12px;
	width: 100% !important;
	text-align: center;
	background: #488b8a;
}
	.icon-boxes:hover .elementor-image-box-img img {
		top: 0;
	}
	.icon_slider .swiper-slide:hover img {
		top: 0px;
	}
	.ft-btn {
		right: 0;
		left: 0;
		text-align: center;
	}
	.ft-btn a {
		font-size: 34px;
	}
	.ft-btn a svg {
		width: 30px !important;
		height: 30px !important;
	}
	.ft-social li:last-child {
		margin: 0 0 10px !important;
	}
	.ft_icon_col .elementor-icon-list-items {
		display: flex;
		justify-content: center;
	}
	.ft_icon_col {
		width: 100% !important;
	}
	.ft-locinfo li {
		margin: 0 auto !important;
	}
	.ft_map_sec {
		text-align: center;
	}
	.ft_lets_col {
		width: 100% !important;
	}
	.ft-img {
		order: -1;
	}
	.google-img {
		max-width: 110px;
		margin: 0 auto 30px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.mt35 {
		margin-top: 25px;
	}
	.quote-col::before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.bigtext p {
		font-size: 19px;
		line-height: 28px;
	}
	.client_ryt, .client_lft {
		width: 100% !important;
	}
	.serve-boxes {
		width: 100% !important;
	}
	.icon-boxes:nth-last-child(-n+4) {
		width: 100% !important;
	}
	.icon-boxes {
		width: 100% !important;
	}
	.bigheading {
		margin-bottom: 15px !important;
	}
	.mt30 {
		margin-top: 16px;
	}
	.pl60 {
		padding-left: 0;
	}
	.bigheading h2 {
		font-size: 39px;
	}
	.mt100 {
		margin-top: 40px;
	}
	.rating-list li {
		font-size: 14px;
		padding-right: 4px !important;
	}
	.rating-list li img {
		max-width: 66px;
	}
	.mt50 {
		margin-top: 40px;
	}
	.bannercaption h1 {
		font-size: 41px;
	}
	.pt100 {
		padding-top: 40px;
	}
	.icon-card {
		width: calc(100% / 2 - 15px) !important;
		padding: 22px 15px;
	}
	.icon-card:nth-child(n+3) {
		margin-top: 13px;
	}
	.icon-card img {
		max-height: 38px;
	}
.icon-boxes .elementor-image-box-wrapper::after {
	width: 40px;
	height: 40px;
	background-size: 14px;
	bottom: 12px;
	right: 12px;
}
	.icon-col:hover .elementor-image-box-img img, .icon-bg:hover .elementor-image-box-img img {
		top: 0px;
	}
	
	
	
	.rating-list li {
	width: 100% !important;
	text-align: center;
	padding-bottom: 0;
	border-right: unset;
	filter: invert();
	padding-right: 0px !important;
	font-size: 16px;
}
	.rating-card > div {
		background-color: unset;
	}
}
@media(max-width: 600px) {
/* 	.rating-card > div {
		background-color: unset;
	}
	 */
	.serve-boxes .elementor-image-box-img::after {
		width: 92px;
	}
	.Soft-Wash-box .elementor-image-box-title i {
		height: 55px;
		width: 55px;
		font-size: 23px;
	}
	.diff_table th {
		padding: 12px 10px;
	}
	.diff_table td {
		padding: 11px 10px;
	}
	.Soft-Wash-box {
		width: 100% !important;
	}
	.solar-slider.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 220px;
	}
	.solar-slider.single_rcs .elementor-testimonial__title {
		height: 220px;
	}
	.solar-slider.single_rcs img {
		height: 411px !important;
	}
	.last-full.simple-list.half-list li {
		width: calc(100% / 2 - 4px) !important;
	}
	.half-list.simple-list li {
		width: 100% !important;
	}
	.thanks-bnr h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.five-boxes .icon-card {
		width: calc(100% / 2 - 8px) !important;
	}
/* 	.protect-boxes .icon-card {
		width: 100% !important;
	} */
	.right-slider::after {
		background-size: 85px;
		width: 85px;
		height: 109px;
		bottom: -21px;
	}
	.expect-boxes.icon_slider .swiper-slide {
		padding: 20px 15px;
	}
/* 	.five-boxes .icon-card {
		width: 100% !important;
	} */
	.right-image-ptrn::before, .left-image-ptrn::before {
		background-size: 75px;
		width: 65px;
		bottom: -30px;
	}
	.faqblock .elementor-accordion .elementor-tab-content {
		padding: 0 60px 25px 14px;
	}
	.faqblock .elementor-accordion-icon-closed::before, .faqblock .elementor-accordion-icon-opened::before {
		width: 32px !important;
		height: 32px !important;
		background-size: 10px;
	}
	.faqblock .elementor-accordion .elementor-tab-title {
		padding: 16px 17px;
	}
	.faqblock .elementor-accordion-title {
		font-size: 20px;
		max-width: 290px;
	}
	.single_rcs .swiper-slide:hover .elementor-testimonial__title {
		height: 120px;
		max-width: 270px;
	}
	.single_rcs .elementor-testimonial__title {
		height: 120px;
		max-width: 270px;
	}
	.srv_box .elementor-image-box-content {
		max-width: 297px;
	}
	.simple-loc .elementor-icon-list-text i {
		padding: 8px 15px !important;
		margin-right: 4px;
	}
	.loc-col li {
		width: calc(100% / 2 - 15px) !important;
	}
	.cta-box h3 {
		font-size: 27px;
		line-height: 31px;
		margin-bottom: 10px;
	}
	.serve-boxes .elementor-image-box-img img {
		min-height: 250px;
		max-height: 250px;
	}
	.icon-boxes .elementor-image-box-img {
		margin-bottom: 27px !important;
	}
	.icon-boxes .elementor-image-box-img img {
		max-height: 50px;
	}
	.ft-main::before {
		background-size: 330px;
		width: 305px;
		height: 60px;
	}
	.ft-btn a svg {
		width: 24px !important;
		height: 24px !important;
	}
	.ft-btn a {
		font-size: 25px;
	}
	.rcs_slider .swiper-slide::before {
		width: 42px;
		height: 42px;
		bottom: 17px;
		right: 15px;
		background-size: 14px;
	}
	.serve-boxes::before {
		width: 38px;
		height: 39px;
		bottom: 13px;
		right: 16px;
	}
	.serve_outer > div {
		row-gap: 24px;
	}
	.rating-list li:last-child {
		margin: 0 !important;
	}
/* 	.rating-list li {
		width: 100% !important;
		text-align: center;
		border-bottom: 1px solid #ffffff3b;
		padding-bottom: 10px;
		margin-bottom: 10px !important;
		border-right: unset;
	} */
/* 	.rating-list li {
		width: 100% !important;
		text-align: center;
		padding-bottom: 0;
		border-right: unset;
		filter: invert();
		padding-right: 0px !important;
		font-size: 16px;
	} */
	.rating-list ul {
		column-gap: 0;
		padding: 0 !important;
	}
	.bigheading h2 {
		font-size: 35px;
	}
	.bannercaption h1 {
		font-size: 38px;
	}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 38px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 20px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 19px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 360px;
	}
}
@media(max-width: 400px) {

}