/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-family: 'Barlow', Arial sans-serif;
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #2d3a3a;
	background-color: #fcfffc !important;
	font-weight: 400;
	overflow-x: hidden;
}


/*HEADER STYLES*/
#main-header .et_mobile_menu {
	background-color: #000001 !important;
}

.et_mobile_menu li a{
	color:#fff !important;	
}

#main-header{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#000001 !important;
}

.button-quote-header{
	display: flex;
	justify-content: flex-start;
	width: 45%;
	align-items: center;
}

.button-quote-header a{
	background-color: #3a8990;
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	padding: 0 20px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
}

.button-quote-header a:hover{
	background-color:#fff;
	color: #000001;
	transition: background 0.25s, color 0.25s, border 0.25s !important;
}

.button-quote-header a i{
	margin-right:5px;
}

.contact-info{
	width: 45%;
	display: flex;
	justify-content: flex-end;
	height:auto;
	padding:10px 0px;
}

.contact-info-container{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	color: #fff;
}

.contact-info-container a{
	display: flex;
	padding-left:20px;
	align-items: center;
	color:#fff;
}

.contact-info-container a i{
	margin-right:5px;
	color:#3a8990;
}

.header-location-container{
	display:flex;

	align-items: center;
}

.header-location-container i{
	margin-right:5px;
	color:#3a8990;
}

.et_menu_parent_container{
	width:100%;
	background-color:#fff;
}

.et_menu_container{
	width:90% !important;
	max-width:none !important;

	justify-content: space-between;

}

.logo_container{    
	width: 30% !important;
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
}

.logo_container img{
	height: 100px !important;
	width: 300px !important;
	object-fit: contain;

}
@media screen and (max-width:981px){
	.logo_container{    
		width: 100% !important;
	}
	#main-header{
		justify-content:space-between;
	}
	.button-quote-header{
		width: auto;
		margin:auto;
	}
	.button-quote-header a{
		padding:10px 20px;
	}
	.contact-info{
		width: 90%;
		margin:auto;
		justify-content:center;
	}
	.header-location-container{
		flex-direction:column;
	}
	.contact-info-container a{
		flex-direction:column;
		padding-left:10px;
	}
	.et_mobile_menu{
		top:111px;
	}
}
#logo{
	max-height: 120px !important;
}

.text-logo{
	max-width:300px;
	color:#3a8990;
}

.et-top-navigation{
	width: 70%;
	display: flex;
	justify-content: flex-end;
	align-items:center;
}

.et_header_style_left #et-top-navigation {
	padding-top:0px;
}

#top-menu li.current-menu-ancestor>a{
	color: #3a8990 !important;
}

#top-menu{
	display: flex;
	height: 80px;
	align-items: center;
}

#top-menu li a{
	font-weight: bold !important;
	font-style: normal;
	text-decoration: none;
	font-size: 16px;
	color:#000001;
	text-transform:capitalize !important;
}

#top-menu li a:hover{
	color:#3a8990;
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding-bottom:5px;
}
#top-menu li a:after{
	position: absolute;
	content: "";
	border-bottom: 2px solid blue;
	border-color: #3a8990;
	/* left: 80%; */
	display: block;
	width: 0;
	bottom: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	right: 18px !important;
}
#top-menu li  a:hover:after {
	/* width: 100%; */
}
#top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
	color: #3a8990 !important;
}
#et-top-navigation{
	display: flex !important;
	align-items: center;
	height: 120px;
}

.et_menu_container{
	height: 120px;
}

@media screen and (max-width:981px){
	#top-menu-nav{
		display:none;
	}
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
	padding-bottom: 0px; 
}

.header-slogan {
	font-family: Barlow;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: normal;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 60px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	margin-bottom:30px;
}

.button{
	padding: 20px 44px 20px;
	min-width: 240px;
	font-size: 16px;
	background-color:#3a8990;
	font-size:16px;
	font-family: Barlow;
	color:#fff;
	font-weight: 600;
	cursor: pointer;
	transition: background-position 0.4s ease-in-out;
	background-image: linear-gradient(to top, #3a8990 50%, #000001 50% );
	background-size: 100% 200%;
	background-position: 100% 100%;
	display:inline-flex;
	position:relative;
	justify-content: center;
}

.button:hover{
	background-position: 100% 0%;
	color: white;

}

.button:after{

	font-family: 'FontAwesome';

	font-size: inherit;
	content: "\f061";
	font-size: 12px;
	margin-left: 10px;
	display:inline-block;
	transition: transform 0.4s ease-in-out;

}

.button:hover:after{
	transform: translateX(6px);
}


.booking-button-switch{

}


.header-buttons .booking-button-switch{
	padding: 20px 44px 20px;
	min-width: 240px;
	font-size: 16px;
	background-color:#000001;
	font-size:16px;
	font-family: Barlow;
	color:#fff;
	font-weight: 600;
	cursor: pointer;
	transition: background-position 0.4s ease-in-out;
	background-image: linear-gradient(to top, #000001 50%, #3a8990 50% );
	background-size: 100% 200%;
	background-position: 100% 100%;
	display:inline-flex;
	position:relative;
}

.header-buttons .booking-button-switch:hover{
	background-position: 100% 0%;
	color: white;

}

/* buttons */
.booking-button-switch, #main-footer .listing-rev-btn, .top_button{
	display:none !important;
} 

.top_button {
	position: relative;
	display: inline-block;
	background-color: #3a8990;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #000;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	margin-right: 25px;
}
.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px;
	background-color: #3a8990;
	color: #fff !important;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	border: 1px solid #fff;
	border-left: 0px;
	font-size: 15px;
	z-index: 9999;
	font-weight: 500;
	position: fixed;
	bottom: 68px;
	text-transform: uppercase;
	width: 235px;
	border-radius: 0;
}

.floating-estimate-btn:hover{
	background-color: #000001;
}

#main-footer .listing-rev-btn {
	padding: 10px 15px;
	border: 1px solid #fff;
	border-left: 0px;
	bottom: 10px;
	background: #3a8990;
	color: #fff;
	width:235px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	position: fixed;
	display: flex;
	align-items: baseline;
	font-weight: 500;
	z-index: 9999;
}

#main-footer .listing-rev-btn:hover{
	background-color: #000001;
}

#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
}

#footer-widgets .footer-widget li:before{
	content:none;
}
/* end buttons */

.header-buttons{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 20px;
}

@media screen and (max-width:768px){
	.header-slogan {
		font-size: 48px;
		line-height: 60px;}

	.header-buttons{
		display: block;
	}

	.button{
		margin-bottom:30px;
	}
}
/*END HEADER STYLES*/

/*BADGES*/
.badges-section{
	margin: -50px auto;

}


.badges-container {
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}



.badge-holder {
	background: #000001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 1 calc(25% - 5px); /* 4 per row on large screens */;   
	position: relative;
	height: 200px;
	transition: transform 0.3s ease;

}

@media screen and (max-width: 980px) {
	.badge-holder {
		flex: 1 1 calc(50% - 5px); /* Two per row */
	}
	.badge-holder:hover{
		border-top: solid 2px #fff;
		box-shadow: 0 -10px 15px #fff;
	}
}


@media screen and (max-width: 540px) {
	.badge-holder {
		flex: 1 1 100%; /* One per row */
	}
	.badge-holder:hover{
		border-top: solid 2px #fff;
		box-shadow: 0 -10px 15px #fff;
	}
}


.badge-title {

	font-size: 25px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	font-weight:600;
	color: #fff;
}


p.badge-content {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 16px;
	min-height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}


.badge-holder img {
	width: 100px;
	filter: hue-rotate(133deg);
}



.badge-holder:hover {
	transform: translateY(-20px); /* Move up by 20px */
	z-index: 10; /* Bring the hovered badge to the front */

}

.badge-holder:hover img{
	width: 130px;
	transition: all  0.4s ease-in-out;
}

/*PAGE STYLES*/
.first-paragraph-img{
	display:flex;
	align-items:center;
}
.entry-title{
	font-weight:600;
	color:#000001;
	font-size: 30px;
	line-height: 1em;
}

.section-title-heading{
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 14px;
	margin-bottom: 16px;
	color:#3a8990;
}
.section-title-heading:before{
	content: "";
	border-bottom: 1px solid #3a8990;
	border-color: #3a8990;
	width: 50px;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 15px;
	margin-inline-start: 0px;
	margin-inline-end: 15px;
}

.section-title-heading-2{
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 12px;
	margin-bottom: 16px;
	color:#3a8990;
}
/* HTML BADGES STYLE */




/* SERVICES BOXES */
.srvBlock {
	max-width: 1366px;
	padding: 20px 10px 0px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	margin: 0px 1%;
	/* background-color: #fff; */
	margin-bottom: 20px;
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	/* background-color: #fff; */
	display: flex;
	flex-direction: column;
	position: relative;
}


.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	/* background-color: #fbac1b; */
}

.srvElementHeader h2 {
	/* color: #fff; */
	font-size: 120%;
	padding: 10px;
	font-weight: bold;
}

.srvElementContent {
	text-align: justify;
	/* color: #fff; */
	padding: 0px 10px 20px 10px;
	background-color: #ebeff7;
	border-radius: 25px;
}

.srvElementContent a{
	color: #000001;
	font-weight:bold;
}

@media screen and (min-width:980px){

	.srvElementFullWidth .srvElementHeader {
		width: 100%;
		min-height: 55px;
	}

	.srvElementTextFullWidth{
		margin-left: 10px !important;
	}

	.srvElementFullWidth .srvElementBody {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}

	.srvElementFullWidth .srvElementBody{
		position:relative;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon{
		width: 90px;
		height: 90px;
		margin: auto;
		position: absolute;
		top: calc(50% - 48px);
		z-index: 99;
		margin-bottom: -70px;
		right: -54px;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon img{
		background-color: #3a8990;
		padding: 10px;
		border-radius: 50%;
		margin: 0px !important;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:before{
		position: absolute;
		left: 15px;
		top: -24px;
		content: "";
		height: 40px;
		width: 22px;
		border-bottom-right-radius: 14px;
		box-shadow: 13px 0px 0 0 #ebeff7;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:after{
		position: absolute;
		right: 54px;
		top: 72px;
		content: "";
		height: 40px;
		width: 22px;
		border-top-right-radius: 17px;
		box-shadow: 10px 0px 0 0 #ebeff7;
	}
	.service-icon:before{
		position: absolute;
		left: -7px;
		top: 3px;
		content: "";
		height: 40px;
		width: 22px;
		border-bottom-right-radius: 20px;
		box-shadow: 0 20px 0 0 #ebeff7;
	}

	.service-icon:after{
		position: absolute;
		right: -11px;
		top: 2px;
		content: "";
		height: 40px;
		width: 22px;
		border-bottom-left-radius: 10px;
		box-shadow: 0 20px 0 0 #ebeff7;
	}
}

@media screen and (max-width:980px){
	.service-icon{
		width: 90px;
		height: 90px;
		margin: auto;
		/* background-color: #000001; */
		/* border-radius: 50%; */
		/* padding: 7px; */
		position: relative;
		top: -43px !important;
		z-index: 99;
		margin-bottom: -70px;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon{
		width: 90px;
		height: 90px;
		margin: auto;
		position: absolute;
		top: calc(100% - 42px) !important;
		z-index: 99;
		margin-bottom: -70px;
		right: calc(50% - 43px) !important;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon img{
		background-color: #3a8990;
		padding: 10px;
		border-radius: 50%;
		margin: 0px;
		border: 5px solid #ebeff7;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:before{
		position: absolute;
		left: -7px;
		top: 3px;
		content: "";
		height: 40px;
		width: 22px;
		border-bottom-right-radius: 20px;
		box-shadow: 0 20px 0 0 #ebeff7;
	}

	.srvElementFullWidth .srvElementBody .srvElementImg .service-icon:after{
		position: absolute;
		right: -11px;
		top: 2px;
		content: "";
		height: 40px;
		width: 22px;
		border-bottom-left-radius: 10px;
		box-shadow: 0 20px 0 0 #ebeff7;
	}
}

.service-icon{
	width: 90px;
	height: 90px;
	margin: auto;
	/* background-color: #000001; */
	/* border-radius: 50%; */
	/* padding: 7px; */
	position: relative;
	top: -50px;
	z-index: 99;
	margin-bottom: -70px;
}

.service-icon img{
	background-color: #3a8990;
	padding: 10px;
	border-radius: 50%;
	margin: 0px;
	border: 5px solid #ebeff7;
}

.service-icon:before{
	position: absolute;
	left: -7px;
	top: 3px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 20px 0 0 #ebeff7;
}

.service-icon:after{
	position: absolute;
	right: -11px;
	top: 2px;
	content: "";
	height: 40px;
	width: 22px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 #ebeff7;
}




.srvElementImg img{
	border-radius:25px;
}

.srvElementFullWidth .srvElementImg {
	width: 33.3%;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 55px;
	border:none;
}


.srvElementHeader:hover h2{
	color: #000001;
}

.srvElementImg{
	filter: opacity(1);
	transition: 0.3s ease-in-out;
}

.srvElement:hover .srvElementImg{
	filter:opacity(0.7);

}

@media only screen and (max-width: 981px) {
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 15px auto 0px;
	}
	.srvElementFullWidth {
		margin: 15px auto 0px;
		display: inline-block;
	}

	.srvElementImg {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
		padding-top: 25px;
	}

	.srvElementBody {
		padding: 10px;
	}
}

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #0a1f54;
}
/* END SERVICES BOXES */



/* ADDITTIONAL SERVICES */

#additionalServices {
	list-style: none;
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 16px;
	/* color: #ffffff; */
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #2d3a3a;
	text-decoration: underline;
}
#additionalServices li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}
@media (min-width: 600px) {
	#additionalServices li {
		break-inside: avoid;
		text-align: left;
	}
}
@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
		line-height: 0.7em;
	}
}
/* END ADDITTIONAL SERVICES */



/* CAROUSEL SECTION STYLE */





.owl-nav {
	display:none;
}

.slider-counter {
	color: #2c2c2c;
	font-family: 'Barlow', sans-serif;
	font-size: 31px;
	position: absolute;
	bottom: 7px;
	right: 22px;
	font-weight: bold;
	width: 60px;
	text-align: right;
	line-height: 1;
}

.loop .item img{object-fit: cover;object-position: center;}

.loop .item span {
	display:none;
}


@media screen and (min-width:980px){
	.loop .item {
		min-height: 100%;
		display: flex;
		position: relative;
		overflow: hidden;
		width:550px;
		height:400px;
	}

	.loop .owl-item {
		min-height: 100% !important;
		width:550px !important;
		height:400px !important;
	}
}	

.owl-carousel .owl-stage-outer{
	overflow:visible !important;
}


.loop.owl-carousel {margin-top: 50px;}
.loop .owl-stage {
	display: flex;

}
.owl-dots {
	line-height: 0;
	opacity: 0.5;
	margin-top: 5px;
	position: absolute;
	width: 100%;
}

.owl-dots span {
	height: 5px !important;
}

.slide-num {
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Barlow', sans-serif;
	color: #b39563;
	top: 10px;
	left: 10px;
	line-height: 1;
	padding: 0px 5px 6px 5px;
}

.slide-title {
	position: absolute;
	top: 44px;
	left: 10px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
}

.owl-item.active.center .item:before  {
	opacity: 0.2;
}

.owl-item.active.center .slide-num {
	background: #000;
}

.owl-item.active.center .slide-title {
	background: #000;
	padding: 2px 6px;
}

.owl-item.active.center .item span {
	display: none;
}

.owl-nav button {
	margin-left: 0 !important;
	margin-right: 20px !important;
	background: transparent !important;
}

.owl-nav button span {
	color: transparent;
	border: 1px solid #ffffff;
	width: 50px;
	height: 30px;
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.owl-nav button span:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 1;
	position: absolute;
}

.owl-nav button.owl-prev span:before {
	content: '\f177';
	color: #2c2c2c;
}

.owl-nav button.owl-next span:before {
	content: '\f178';
	color: #2c2c2c;
}

/* SERVICES LIST SECTION STYLE */
@media screen and (min-width:981px){
	.home #servcss{
		columns:3;
		list-style-type: none;
	}
}

@media screen and (max-width:980px){
	.home #servcss{
		columns:2;
		list-style-type: none;
	}
}

@media screen and (max-width:600px){
	.home #servcss{
		columns:1;
		list-style-type: none;
	}
}

.home #servcss li{
	padding:10px 0;
}

.home #servcss li:before{
	content: "\f863";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #3a8990;
	position: relative;
	left: 0;
}

@media (min-width: 981px) {
	.et_pb_widget li {
		list-style: disc inside;
	}
}
/* NAP SECTION STYLE */

/* CONTACT FORM STYLE */



/* TESTIMONIALS SECTION STYLE */

.quotes-image{
	width: 70px;
	opacity: 1;
	position: relative;
	filter: hue-rotate(323deg);
	z-index: 1;
}

.testimonial-box:before{
	position: absolute;
	bottom: -10px;
	left: 10px;
	right: 10px;
	background-color: #ea4a34;
	background-color: #fff;
	height: 10px;
	content: "";
	display: block;
	zoom: 1;
	filter: alpha(opacity = 50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.75;
}

.testimonial-box:after{
	position: absolute;

	background-color: #ea4a34;
	background-color: #fff;

	content: "";
	display: block;
	zoom: 1;
	filter: alpha(opacity = 50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	height: 10px;
	bottom: -20px;
	left: 20px;
	right: 20px;
}
/* FOOTER STYLE */
#main-footer {
	background-color: #000001;
}

#current-day td {
	color: #3a8990 !important;
	font-weight: 600 !important;
	background: #fff;
}

@media (max-width: 980px) {
	.widgettitle:before, #main-footer h4:before {
		width: 100% !important;
	}
	.paymentsbox{
		display:flex;
		gap:5px;
		justify-content: center;
	}
	.openinghours{
		width:90%;
		max-width:350px;
		margin: auto;
	}

}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #3a8990;
}

#main-footer h4 {
	position: relative;
	color: #fff !important;

	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#footer-bottom {
	background-color: #3a8990;
	color: white;
}
.paymentsbox{
	display:flex;
	gap:5px;

}

.fwidget {
	width: 100%;
}

.openinghours{
	width:90%;
	max-width:350px;

}

.openinghours tr td:last-child {
	text-align: right !important;
	color: #fff !important;
}

.openinghours tr td {
	text-align: left !important;
	color: #fff !important;
}

#current-day {
	color: #fff;
	background-color: #53a8c3;
	text-shadow: 0 1px 2px #00000000;
	filter: dropshadow(color = #0000, offx = 1, offy = 0) !important;
}

.paymentsbox {
	width: 100%;
	min-height: 40px;
	margin: 0 auto;
}

.paymentType img {
	width: 50px;
	margin: 0 !important;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #3a8990;
	font-weight: bold;
	color: #2d3a3a;
	font-family: 'Nunito', sans-serif;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #3a8990;
	font-weight: bold;
	color: #2d3a3a;
	font-family: 'Nunito', sans-serif;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #16bae1;
}

#left-area .post-meta {
	/* text-align: center; */
}

.blog .et_pb_post {
	text-align: justify;
}


/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {



}

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/



	/*END HEADER STYLES*/


	/*PAGE STYLES*/


	/* SERVICES STYLE DESKTOP*/



	/* NAP SECTION DESKTOP */

	/* CONTACT SECTION DESKTOP */

	/* TESTIMONIALS SECTION DESKTOP */


	/* SERVICES LIST SECTION DESKTOP */


	/* FOOTER STYLES DESKTOP */


	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid #000001;
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(31 139 247);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
.wpcr3_button_1 {
	margin-top: 10px;
	background: #000;
	color: #fff;
}

@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}


}

@media (max-width: 980px) {


	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}

.nav-arrows button{
	background:#3a8990;
	border-color: #3a8990;
	color:#fff;
	width: 40px;
	height: 40px;
	border-style:solid;
	border-radius:0;
}

.nav-arrows button:hover{
	background:#000001;
	border-color: #000001;
}

.testimonial-item {
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 1rem;
	background: #fff;
	min-height: 100%;
	break-inside: avoid;
}

.testimonial-item:hover{
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 1rem;
	background: #fff;
	min-height: 100%;
	break-inside: avoid;
}
/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */
.title-free {
	text-align: center;
}
.free-estimate-heading {
	display: inline-block;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000001;
}
.free-estimate-heading span {
	color: #3a8990;
}
textarea {
	resize: none;
}

#contact-form {
	width: 80%;
	max-width: 600px;
	padding: 20px;
	margin-left: auto; /* Align to the right */
	margin-right: 0px;
}

@media screen and (max-width:545px){
	#contact-form {
		width: 100%;
		max-width: 600px;
		padding: 20px;
		margin-left: auto; /* Align to the right */
		margin-right: 0px;
	}
}

/* Ensure form fields take up full width */
#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	border: 0;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000 !important;
	padding: 10px 10px;
	font-family: "Archivo", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	margin: 0px 0px 10px !important;
	border-radius: 0px;
	transition: 0.3s linear;
	width: 100% !important;
}

/* Placeholder styles */
#contactForm input[type="text"]::placeholder,
#contactForm input[type="password"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #000 !important;
}

/* Focus styles */
#contactForm input[type="text"]:focus,
#contactForm input[type="password"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	opacity: 1;
}

#contactForm div:nth-child(5) img {
	float: left;
	margin-top: 5px;
}

#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}

#submitter {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #3a8990;
	text-transform: uppercase;
	font-family: "Archivo", sans-serif;
	z-index: 1;
	position: relative;
	overflow: hidden;
	height: auto;
	padding: 15px 30px !important;
	margin: 10px auto 0 !important;
	border: 0px solid #3a8990;
	border-radius: 0px;
	width: 100% !important;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

#submitter:hover {
	background: #fff;
	color: #000;
}

/* Align to center for screens smaller than 981px */
@media (max-width: 981px) {
	#contact-form {
		margin-left: auto; /* Center alignment */
		margin-right: auto;
		text-align: center;
	}
}


/*NAP Box*/
.nap-box {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}

.nap-box-icon {
	color: #3a8990;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	aspect-ratio: 1 / 1; /* Maintains the circle shape */
	flex-shrink: 0; /* Prevents the icon from shrinking */
}

.nap-box-info h3 {
	color: #000001;
	padding-bottom: 10px;
	line-height: auto;
	font-weight: 700;
	margin-left: 15px;

}

.nap-box::after {
	content: "";
	position: absolute;
	left: calc(25px - 1px);
	bottom: 0;
	width: 0;
	height: 20px;
	border-left: 2px dotted #000001;
	top: 53px;
}

@media screen and (max-width: 400px){
	.nap-box::after {
		content: "";
		position: absolute;
		left: calc(25px - 1px);
		bottom: 0;
		width: 0;
		height: 20px;
		border-left: 2px dotted #000001;
		top: 72px;
	}
}

.nap-box:nth-child(3)::after {
	display: none;
}

@media screen and (max-width: 980px) {
	.row-nap-box {
		display: flex;
		justify-content: center;
		align-items: center;
		margin:20px;
	}
}

.nap-main {
	display: flex;
	flex-direction: column;
}

.nap-box {
	display: flex;
	align-items: center;
	position: relative;
}


.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #000001;
	/* font-weight: 600; */
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.wpcr3_button_1:hover {
	background: #3a8990;
	position: relative;
	display: inline-block;
	/* font-weight: 600; */
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

@media (max-width: 980px) {
	.et_right_sidebar #sidebar {
		padding-top:30px;
	}
}

.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h2{font-size: 24px !important; padding-bottom: 10px;}

@media (min-width: 981px) {

	#main-content .container .type-post {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

@media (max-width: 980px) {
	#sidebar .et_pb_widget {
		margin-top: 40px;
	}
}

@media screen and (max-width: 981px) and (min-width: 425px) {
	.hours, .openinghours {
		max-width: 385px;
		margin: 0 auto !important;
	}
}

@media (max-width: 425px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

@media (min-width: 981px) {
	/* 	main menu color blend  */
	ul#top-menu li ul.sub-menu {
		background: #ffffff;
		border-color: #3a8990;
	}
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

.mobile_menu_bar:before {
	color: #000001;
}
.et_mobile_menu {
	border-top: 3px solid #3a8990;
}





body.page-id-696 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
body.single-post .entry-content h2 {
	text-align: left !important;
	margin-block: 10px 5px;
}
body.single-post .entry-content p,
body.single-post .entry-content li {
	text-align: justify !important;
}
@media screen and (max-width: 981px) {
	body:not(.home) h1.entry-title {
		font-size: 24px;
		text-align: center;
	}
	body.page-id-696 article .et_pb_posts article.et_pb_post h2.entry-title {
		font-size: 24px;	
		text-align: center;
	}
	body.page-id-696 article .et_pb_posts article.et_pb_post .post-meta {
		text-align: center;
		margin-block: 5px;
	}
	body.single-post .post-meta {
		text-align: center;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}

