/* 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-size: 1.0625rem;
	font-family: 'Work Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #231f20;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
}
p strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
div#page-container {
	overflow: hidden;
}

.et_pb_row {
	width: 95% !important;
}

/*HEADER STYLES*/



header#main-header {
	background-color: #ffffff;
}


.header-menu-container {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.logo_container {
	position: relative !important;
	order: 2;
	width: calc(95% - 47px) !important;
	max-width: 340px;
	margin-right: 15px;
	margin-left: 2.5%;
	height: 85px !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


div#et-top-navigation {
	padding: 0 !important;
	order: 3;
	margin-right: 2.5%;
}


.add-info-container {
	width: 100%;
	margin: 0 auto;
	order: 1;
	background: #03045E;
}

.add-info-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	filter: drop-shadow(2px 4px 1px #032e19);
}
.add-info-holder a {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
	font-size: 16px;
}
.header-location-container {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
	font-size: 16px;
}
.add-info-holder .fa {
	margin-right: 5px;
	color: #ffffff;
	background: #FF5400;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	position: relative;
}
.add-info-holder .fa-envelope {}

.text-logo {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #FF5400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.05;
	text-shadow: 0 1px 2px rgb(3 4 94 / 10%);
}

.text-logo img {
	width: 57px;
	height: 69px;
}

.mobile_menu_bar {
	padding: 0 !important;
}


ul#mobile_menu {
	top: 100%;
	background-color: #03045e !important;
	border-color: #ff5400 !important;
}
.et_mobile_menu li a {
	color: #cfcfcf !important;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
	position: relative;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
	content: '\f149';
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
	color: #FF5400;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}

.phonenum .fa:before {
	bottom: 4px !important;
	right: 5.5px !important;
	position: absolute;
}

.email-btn .fa:before {
	position: absolute;
	left: 4px !important;
	bottom: 4.2px !important;
}

.header-location-container .fa:before {
	position: absolute;
	top: 5px !important;
	left: 6.5px !important;
}



/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #ff5400;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/


section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	background-position: 66%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	width: 95%;
}
.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}

.header-title h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	filter: drop-shadow(2px 3px 1px #03045e);
}

.header-subtitle {filter: drop-shadow(2px 3px 1px #03045e);margin-bottom: 20px;text-shadow: 0 1px 2px rgb(3 4 94 / 10%);}

.button {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	width: 220px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.button:hover {
	background: #ff5e15;
}

.gallbutton {
	color: #03045e;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	width: 220px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.gallbutton:hover {
	background: #ff5e15;
	color: #ffffff;
}

.entry-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding: 0;
}

.content-button {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	width: 200px;
	text-align: center;
}

.content-button:hover {
	background: #ff5e15;
}

div#row-one-first-col img {
	max-width: 600px;
}



/* BADGES SECTION STYLE */


.badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.badge-block {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}
.badge-block img {
	width: 60px;
	height: 75px;
	padding-right: 5px;
	filter: drop-shadow(2px 4px 0px #03045e);
}
.badge-content {
	width: 100%;
}
.badge-content .title {
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
	color: #ff5400;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(1px 1px 0px #03045e);
}
.badge-content .content {
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	min-width: 223px;
	max-width: 223px;
	border-top: 1px solid #ff5400;
	padding-top: 10px;
	margin-top: 5px;
	font-weight: 500;
	color: #03045e;
	filter: drop-shadow(1px 1px 0px #03045e57);
}

/* SERVICES SECTION STYLE */
div#services-blocks-section {
	padding-top: 110px;
}
div#services-blocks-section .et_pb_top_inside_divider {
	filter: drop-shadow(10px 10px 0px #00000014);
}





.srvBlockTitle p {
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 26px !important;
	color: #03045e;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}
.srvElement:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;}
.srvElementHeader h2 {
	text-align: center;
	color: #ff5e15;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 5px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	min-height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.srvElementBody {
	padding: 20px 20px 20px 20px;
}
.srvElementContent {
	text-align: justify;
	color: #000000;
	font-size: 17px;
	line-height: 1.6;
}

.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #03045e;
	font-weight: bold;
}

/* SERVICES LIST SECTION STYLE */


.homepage-services #servcss {
	padding: 0;
	list-style: none;
	width: 280px;
	margin: 0 auto;
}
.homepage-services li {
	position: relative;
	text-align: right;
	padding-left: 26px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}
.homepage-services li:before {
	content: '\f14a';
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #ff5400;
	position: absolute;
	left: 0;
}

/* CONTACT FORM STYLE */
div#contact-section {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

div#contact-section:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;left: 0;top: 0;}

.free-estimate-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}


div#contact {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
input#customer_name {
	width: calc(50% - 5px);
	float: left;
}
input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}
textarea#message {
	margin-bottom: 20px;
}
#contact img {
	float: left;
	width: 110px;
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	filter: grayscale(1);
}
input#vercode {
	width: calc(100% - 120px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 7px;
	height: 40px;
}
form#contactForm {
	text-align: center;
}
input#submitter {
	font-size: 16px;
	position: relative;
	height: auto;
	z-index: 1;
	font-weight: 400;
	border: none;
	text-transform: capitalize;
	width: 200px;
	border-radius: 0;
	margin-top: 10px;
	letter-spacing: 0.5px;
	filter: drop-shadow(2px 4px 1px black);
	color: #ffffff;
	background: #ff5400;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
input#submitter:hover {
	background: #03045e;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	max-width: 100%;
	padding: 7px 5px 7px;
	height: auto;
	background-color: #ffffff !important;
	box-shadow: none;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border: 1px solid #000000;
	margin-bottom: 10px !important;
}
#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;
}
#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 {
	color: #000 !important;
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
	color: #fff;
	font-size: 26px !important;
	font-weight: bold;
	padding: 0;
	line-height: 1.2;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}

.homepage-nap h3 strong {
	color: #FF5400;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	font-weight: bold;
	text-align: center;
	font-size: 26px !important;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 0;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.home .wpcr3_dotline {
	display: none !important;
}
.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}
.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}
.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}
.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	font-weight: bold;
}
.home span.wpcr3_item_name a {
	color: #ff5e15;
}
div.wpcr3_review blockquote.wpcr3_content {
	border-color: #c4c4c4;
	padding-bottom: 0;
	text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}
div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 15px;
}
.home .wpcr3_reviews_holder {
	position: relative;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-weight: 500;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.testimonials-btn {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.testimonials-btn:hover {
	background: #ff5400;
	color: #ffffff;
}

/* CONTENT SECTION STYLE */
div#home-content-section {
	background-color: #03045e!important;
}
.section-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding: 0;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}


/* FOOTER STYLE */
#main-footer {
	background: #03045e;
	position: relative;
}

#main-footer .container {
	width: 95%;
}
footer#main-footer .section-separator-down {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: fliph;
	filter: fliph;
}
div#footer-bottom {
	background-color: #ffffff;
	padding: 15px;
	color: #000000;
	z-index: 999;
	position: relative;
	box-shadow: rgb(255 94 21 / 45%) 0px -25px 20px -20px;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-widget h4 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #ff5400;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.footer-widget .textwidget {
	color: #ffffff;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.fwidget #menu-footer-menu li {
	padding-left: 0px;
}
.fwidget #menu-footer-menu li:before {
	display: none;
}
.fwidget #menu-footer-menu li a {
	background-color: transparent;
}
#footer-widgets .footer-widget a {
	background-color: #fff;
}
table.openinghours {
	max-width: 385px;
	margin: 0 auto !important;
}
table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	color: #ffffff;
}
#current-day {
	background-color: #FF5400;
	padding: 0 2px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#current-day td {
	color: #fff;
	text-shadow: none;
}
#closed-day {
	color: #ffffff;
}
/* Blog Post, Services and Blog Page Style */
.page-template-default div#content-area div#left-area h1, .page-template-default div#content-area div#left-area h2, p.post-meta, .single-post h2 {
	text-align: left !important;
}

.page-template-default:not(.single-post) div#content-area div#left-area h2:last-of-type {
	text-align: center !important;
}

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
	text-align: justify !important;
}

@media (max-width: 980px) {

	.page-template-default div#content-area div#left-area h1 {
		font-size: 26px !important;
		text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
		font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		text-align: center !important;
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h2{
	padding-bottom: 10px;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

.post-content-inner {
	text-align: justify;
}

.single-post h2 {
	text-align: left;
}
.single-post p {
	text-align: justify;
}

/* add buttons */
.booking-button-switch {
	display: none !important;
}
.button-quote-header {
	background: #fff;
	text-align: center;
	padding: 10px 0;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #ff5400;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0em;
}
.floating-estimate-btn {
	text-align: center;
	padding: 3px 15px;
	background-color: #03045e;
	color: #ffffff !important;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border: 3px solid #ff5400;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 225px;
}
#main-footer .listing-rev-btn {
	padding: 3px 15px;
	border: 3px solid #ff5400;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-left: 0px;
	bottom: 15px;
	background: #03045e;
	color: #fff;
	width: 225px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #ff5400;
}
/* end add buttons */
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		margin: 0 auto;
		width: 100%;
		column-gap: 25px;
	}
	.header-buttons {
		display:flex;
	}
	.header-buttons .booking-button-switch {
		margin-right: 15px;
	}
}

@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 (max-width: 1200px) {
	div#services-blocks-section .et_pb_top_inside_divider {
		background-size: 130% 50px !important;
	}
}


@media screen and (min-width: 981px) {
	/*HEADER STYLES*/

	.home div#page-container {
		padding-top: 0px !important;
	}

	.home header#main-header {
		background-color: #ffffff00;
	}


	.add-info-container {
		width: calc(100% - 355px);
		margin: 0;
		background: transparent;
	}

	.add-info-holder a {
		width: 180px;
		justify-content: flex-end;
	}

	.phonenum {
		order: 2;
	}

	.email-btn {
		order: 3;
	}
	.logo_container {
		order: 1;
		left: 0;
		width: 340px !important;
		margin-left: 0 !important;
	}
	.logo_container:before {
		content: '';
		position: absolute;
		background: #03045e;
		width: 200vw;
		height: 100%;
		left: -50vw;
		bottom: 0;
		z-index: -1;
	}
	.header-menu-container {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 95% !important;
	}

	.add-info-holder {
		justify-content: flex-end;
	}

	.header-location-container {
		margin-right: 0;
		order: 1;
		width: 100%;
		justify-content: flex-end;
	}

	div#et-top-navigation {
		width: 100% !important;
		padding: 0px !important;
		display: flex;
		justify-content: center;
		margin: 0;
		position: relative;
	}
	div#et-top-navigation:before {
		content: '';
		position: absolute;
		background: #ffffff;
		width: 200vw;
		height: 100%;
		left: -50vw;
		bottom: 0;
		z-index: -1;
	}
	.home .logo_container:before, .home div#et-top-navigation:before {
		opacity: 0.5;
	}
	header#main-header.et-fixed-header .logo_container:before, header#main-header.et-fixed-header div#et-top-navigation:before {
		opacity: 1;
	}
	nav#top-menu-nav ul#top-menu li a{
		color: #03045e !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: bold;
		text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 15px;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #e9ebea !important;
		filter: drop-shadow(1px 1px 1px black);
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
		background: #FF5400;
	}

	nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a:before, nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		color: #fff;
	}
	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 44px;
		background-color: #03045e !important;
		border-color: #ff5400 !important;
	}
	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #fff !important;
		position: relative;
		padding: 6px 6px 6px 16px !important;
		line-height: 1.2;
	}
	#top-menu-nav ul.sub-menu a:before {
		content: '\f149';
		position: absolute;
		left: 0;
		font-family: 'FontAwesome';
		-webkit-transform: scaleX(-1) rotate(90deg);
		transform: scaleX(-1) rotate(90deg);
		color: #ff5e15;
	}
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}
	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	.add-info-holder {
	}



	/*END HEADER STYLES*/
	/*PAGE STYLES*/

	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 1200px !important;
		min-height: 600px !important;
		height: 100vh !important;
		background-position: center;
		background-position-y: 84%;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 1200px !important;
		min-height: 600px !important;
		height: 100vh !important;
		max-width: 95%;
		padding-top: 129px;
	}
	.homepage-header-holder {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.header-txt-holder {
		width: 50%;
		text-align: left;
	}

	.header-title h1 {
		font-size: 36px;
		line-height: 1.1;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.header-subtitle {
		font-size: 25px;
	}
	div#row-one-second-col, div#row-one-first-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.entry-title {
		text-align: left;
		font-size: 36px !important;
	}

	.home .entry-title {
		text-align: right;
	}

	/* BADGES STYLE DESKTOP*/

	.badge-content .content {
		min-width: auto;
		margin-top: 5px;
	}
	.badge-block {
		width: 24%;
		align-items: flex-start;
	}

	/* SERVICES STYLE DESKTOP*/


	.srvBlockTitle {
		text-align: left;
	}

	.srvBlockTitle p {
		font-size: 36px !important;
	}
	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {height: 200px;}
	.srvElementFullWidth .srvElementImg img {
		height: 100%;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0px;
	}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}
	.srvElementHeader h2 {
		min-height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}
	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 20px 20px 20px;
	}


	/* CONTACT SECTION DESKTOP */
	div#contact-form-row .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.homepage-nap h3 {
		text-align: right;
	}
	/* TESTIMONIALS SECTION DESKTOP */

	/* SERVICES LIST SECTION DESKTOP */


	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.paymentsbox {
		justify-content: flex-start;
	}
	div#social-icons {
		text-align: left;
	}
	.footer-widget h4 {
		text-align: left;
	}
	#footer-widgets {
		padding-top: 20px;
	}
	/* 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 !important;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(255 94 21 / 49%);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}





/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	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{
	position: relative;
	display: inline-block;
	background: #03045e;    
	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: #ff5400;
	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 (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%;
	}
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		text-align: center;
	}
	.header-buttons {
		justify-content: center;
	}
}
@media screen and (max-width:600px) {
	.header-buttons .booking-button-switch {
		margin-bottom: 15px;
	}
}

/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}
.external-reviews-holder {
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.review-origin-brand {
	background: #fff;
	padding: 10px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 10px;
}

.review-origin-brand img {
	margin: 0;
	height: 35px;
	object-fit: contain;
}
.external-review-title {
	text-align: center;
	font-size: 20px !important;
	color: #000000;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #000000;
}
.external-review-author {
	margin: 0 5px;
	font-weight:bold;
}

.external-review-date {
	margin: 0 5px;
}
.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	position: relative;
}
.external-review-text:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 5px;
	top: 0;
	opacity: 0.5;
}
.external-review-text:after {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	bottom: 0;
	opacity: 0.5;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #63d471;
}

div#external-reviews .et_pb_row {
	padding: 0 !important;
}
.static-external-review-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.static-external-review-container .external-reviews-holder {
	min-height: 380px;
	justify-content: flex-end;
}
@media (min-width: 981px) {
	.static-external-review-holder {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.static-external-review-container {
		width: 50%;

	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}

	.review-origin-brand {
		position: absolute;
	}
}
/* end reviews */

/* ADDITTIONAL SERVICES STYLE */


#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: 18px;
	color: #000;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	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;
		padding: 10px 5px;
		text-align: left;
	}


}
/* 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-size: 1.0625rem;
	font-family: 'Work Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #231f20;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
}
p strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
div#page-container {
	overflow: hidden;
}

.et_pb_row {
	width: 95% !important;
}

/*HEADER STYLES*/



header#main-header {
	background-color: #ffffff;
}


.header-menu-container {
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.logo_container {
	position: relative !important;
	order: 2;
	width: calc(95% - 47px) !important;
	max-width: 340px;
	margin-right: 15px;
	margin-left: 2.5%;
	height: 85px !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


div#et-top-navigation {
	padding: 0 !important;
	order: 3;
	margin-right: 2.5%;
}


.add-info-container {
	width: 100%;
	margin: 0 auto;
	order: 1;
	background: #03045E;
}

.add-info-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	filter: drop-shadow(2px 4px 1px #032e19);
}
.add-info-holder a {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
	font-size: 16px;
}
.header-location-container {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
	font-size: 16px;
}
.add-info-holder .fa {
	margin-right: 5px;
	color: #ffffff;
	background: #FF5400;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	position: relative;
}
.add-info-holder .fa-envelope {}

.text-logo {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #FF5400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.05;
	text-shadow: 0 1px 2px rgb(3 4 94 / 10%);
}

.text-logo img {
	width: 57px;
	height: 69px;
}

.mobile_menu_bar {
	padding: 0 !important;
}


ul#mobile_menu {
	top: 100%;
	background-color: #03045e !important;
	border-color: #ff5400 !important;
}
.et_mobile_menu li a {
	color: #cfcfcf !important;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
	position: relative;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
	content: '\f149';
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
	color: #FF5400;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}

.phonenum .fa:before {
	bottom: 4px !important;
	right: 5.5px !important;
	position: absolute;
}

.email-btn .fa:before {
	position: absolute;
	left: 4px !important;
	bottom: 4.2px !important;
}

.header-location-container .fa:before {
	position: absolute;
	top: 5px !important;
	left: 6.5px !important;
}



/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #ff5400;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/


section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	background-position: 66%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 450px !important;
	min-height: 450px !important;
	height: 450px !important;
	width: 95%;
}
.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}

.header-title h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	filter: drop-shadow(2px 3px 1px #03045e);
}

.header-subtitle {filter: drop-shadow(2px 3px 1px #03045e);margin-bottom: 20px;text-shadow: 0 1px 2px rgb(3 4 94 / 10%);}

.button {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	width: 220px;
	text-align: center;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.button:hover {
	background: #ff5e15;
}
.entry-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding: 0;
}

.content-button {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	width: 200px;
	text-align: center;
}

.content-button:hover {
	background: #ff5e15;
}

div#row-one-first-col img {
	max-width: 600px;
}



/* BADGES SECTION STYLE */


.badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.badge-block {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}
.badge-block img {
	width: 60px;
	height: 75px;
	padding-right: 5px;
	filter: drop-shadow(2px 4px 0px #03045e);
}
.badge-content {
	width: 100%;
}
.badge-content .title {
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
	color: #ff5400;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(1px 1px 0px #03045e);
}
.badge-content .content {
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	min-width: 223px;
	max-width: 223px;
	border-top: 1px solid #ff5400;
	padding-top: 10px;
	margin-top: 5px;
	font-weight: 500;
	color: #03045e;
	filter: drop-shadow(1px 1px 0px #03045e57);
}

/* SERVICES SECTION STYLE */
div#services-blocks-section {
	padding-top: 110px;
}
div#services-blocks-section .et_pb_top_inside_divider {
	filter: drop-shadow(10px 10px 0px #00000014);
}





.srvBlockTitle p {
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 26px !important;
	color: #03045e;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}
.srvElement:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;}
.srvElementHeader h2 {
	text-align: center;
	color: #ff5e15;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 5px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	min-height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.srvElementBody {
	padding: 20px 20px 20px 20px;
}
.srvElementContent {
	text-align: justify;
	color: #000000;
	font-size: 17px;
	line-height: 1.6;
}
.srvElementContent a {
	color: #ff5400;
}
.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
	color: #03045e;
	font-weight: bold;
}

/* SERVICES LIST SECTION STYLE */


.homepage-services #servcss {
	padding: 0;
	list-style: none;
	width: 280px;
	margin: 0 auto;
}
.homepage-services li {
	/* position: relative; */
	text-align: left;
	padding-left: 26px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}
.homepage-services li:before {
	content: '\f14a';
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #ff5400;
	position: absolute;
	left: 0;
}

/* CONTACT FORM STYLE */
div#contact-section {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

div#contact-section:before {content: '';position: absolute;width: 100%;height: 100%;backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);z-index: -1;left: 0;top: 0;}

.free-estimate-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}


div#contact {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
input#customer_name {
	width: calc(50% - 5px);
	float: left;
}
input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}
textarea#message {
	margin-bottom: 20px;
}
#contact img {
	float: left;
	width: 110px;
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	filter: grayscale(1);
}
input#vercode {
	width: calc(100% - 120px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 7px;
	height: 40px;
}
form#contactForm {
	text-align: center;
}
input#submitter {
	font-size: 16px;
	position: relative;
	height: auto;
	z-index: 1;
	font-weight: 400;
	border: none;
	text-transform: capitalize;
	width: 200px;
	border-radius: 0;
	margin-top: 10px;
	letter-spacing: 0.5px;
	filter: drop-shadow(2px 4px 1px black);
	color: #ffffff;
	background: #ff5400;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
input#submitter:hover {
	background: #03045e;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	max-width: 100%;
	padding: 7px 5px 7px;
	height: auto;
	background-color: #ffffff !important;
	box-shadow: none;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border: 1px solid #000000;
	margin-bottom: 10px !important;
}
#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;
}
#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 {
	color: #000 !important;
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
	color: #fff;
	font-size: 26px !important;
	font-weight: bold;
	padding: 0;
	line-height: 1.2;
	font-family: 'Source Sans Pro', sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}

.homepage-nap h3 strong {
	color: #FF5400;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	font-weight: bold;
	text-align: center;
	font-size: 26px !important;
	font-family: 'Source Sans Pro', sans-serif;
	padding-bottom: 0;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.home .wpcr3_dotline {
	display: none !important;
}
.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}
.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}
.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}
.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	font-weight: bold;
}
.home span.wpcr3_item_name a {
	color: #ff5e15;
}
div.wpcr3_review blockquote.wpcr3_content {
	border-color: #ff5400;
	padding-bottom: 0;
	text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}
div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 15px;
}
.home .wpcr3_reviews_holder {
	position: relative;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-weight: 500;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.testimonials-btn {
	color: #ffffff;
	background: #03045e;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
.testimonials-btn:hover {
	background: #ff5400;
	color: #ffffff;
}

/* CONTENT SECTION STYLE */
div#home-content-section {
	background-color: #03045e!important;
}
.section-title {
	font-size: 26px !important;
	font-weight: bold;
	text-align: center;
	color: #FF5400;
	padding: 0;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}


/* FOOTER STYLE */
#main-footer {
	background: #03045e;
	position: relative;
}

#main-footer .container {
	width: 95%;
}
footer#main-footer .section-separator-down {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: fliph;
	filter: fliph;
}
div#footer-bottom {
	background-color: #ffffff;
	padding: 15px;
	color: #000000;
	z-index: 999;
	position: relative;
	box-shadow: rgb(255 94 21 / 45%) 0px -25px 20px -20px;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-widget h4 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #ff5400;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.footer-widget .textwidget {
	color: #ffffff;
	text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}
.fwidget #menu-footer-menu li {
	padding-left: 0px;
}
.fwidget #menu-footer-menu li:before {
	display: none;
}
.fwidget #menu-footer-menu li a {
	background-color: transparent;
}
#footer-widgets .footer-widget a {
	background-color: #fff;
}
table.openinghours {
	width: 100%;
	margin: 0 auto !important;
}
table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	color: #ffffff;
}
#current-day {
	background-color: #FF5400;
	padding: 0 2px;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#current-day td {
	color: #fff;
	text-shadow: none;
}
#closed-day {
	color: #ffffff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: bold;
	color: #FF5400;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #03045e;
}
#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}
.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;
}
.single-post .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.single-post article {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h1 {
	color: #ff5400 !important;
}

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

/* add buttons */
.booking-button-switch {

}
.button-quote-header {
	background: #fff;
	text-align: center;
	padding: 10px 0;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #ff5400;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0em;
}
.floating-estimate-btn {
	text-align: center;
	padding: 3px 15px;
	background-color: #03045e;
	color: #ffffff !important;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border: 3px solid #ff5400;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 225px;
}
#main-footer .listing-rev-btn {
	padding: 3px 15px;
	border: 3px solid #ff5400;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-left: 0px;
	bottom: 15px;
	background: #03045e;
	color: #fff;
	width: 225px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #ff5400;
}
/* end add buttons */
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
	.homepage-services #servcss {
		column-count: 2;
		/* -webkit-column-count: 2; */
		-moz-column-count: 2;
		margin: 0 auto;
		/* width: 100%; */
		column-gap: 25px;
	}
	.header-buttons {
		display:flex;
	}
	.header-buttons .booking-button-switch {
		margin-right: 15px;
	}
}

@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 (max-width: 1200px) {
	div#services-blocks-section .et_pb_top_inside_divider {
		background-size: 130% 50px !important;
	}
}


@media screen and (min-width: 981px) {
	/*HEADER STYLES*/

	.home div#page-container {
		padding-top: 0px !important;
	}

	.home header#main-header {
		background-color: #ffffff00;
	}


	.add-info-container {
		width: calc(100% - 355px);
		margin: 0;
		background: transparent;
	}

	.add-info-holder a {
		width: 180px;
		justify-content: flex-end;
	}

	.phonenum {
		order: 2;
	}

	.email-btn {
		order: 3;
	}
	.logo_container {
		order: 1;
		left: 0;
		width: 340px !important;
		margin-left: 0 !important;
	}
	.logo_container:before {
		content: '';
		position: absolute;
		background: #03045e;
		width: 200vw;
		height: 100%;
		left: -50vw;
		bottom: 0;
		z-index: -1;
	}
	.header-menu-container {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 95% !important;
	}

	.add-info-holder {
		justify-content: flex-end;
	}

	.header-location-container {
		margin-right: 0;
		order: 1;
		width: 100%;
		justify-content: flex-end;
	}

	div#et-top-navigation {
		width: 100% !important;
		padding: 0px !important;
		display: flex;
		justify-content: center;
		margin: 0;
		position: relative;
	}
	div#et-top-navigation:before {
		content: '';
		position: absolute;
		background: #ffffff;
		width: 200vw;
		height: 100%;
		left: -50vw;
		bottom: 0;
		z-index: -1;
	}
	.home .logo_container:before, .home div#et-top-navigation:before {
		opacity: 0.5;
	}
	header#main-header.et-fixed-header .logo_container:before, header#main-header.et-fixed-header div#et-top-navigation:before {
		opacity: 1;
	}
	nav#top-menu-nav ul#top-menu li a{
		color: #03045e !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: bold;
		text-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 15px;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #e9ebea !important;
		filter: drop-shadow(1px 1px 1px black);
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
		background: #FF5400;
	}

	nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a:before, nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		color: #fff;
	}
	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 44px;
		background-color: #03045e !important;
		border-color: #ff5400 !important;
	}
	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #fff !important;
		position: relative;
		padding: 6px 6px 6px 16px !important;
		line-height: 1.2;
	}
	#top-menu-nav ul.sub-menu a:before {
		content: '\f149';
		position: absolute;
		left: 0;
		font-family: 'FontAwesome';
		-webkit-transform: scaleX(-1) rotate(90deg);
		transform: scaleX(-1) rotate(90deg);
		color: #ff5e15;
	}
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}
	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	.add-info-holder {
	}



	/*END HEADER STYLES*/
	/*PAGE STYLES*/

	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 1200px !important;
		min-height: 600px !important;
		height: 100vh !important;
		background-position: center;
		background-position-y: 84%;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 1200px !important;
		min-height: 600px !important;
		height: 100vh !important;
		max-width: 95%;
		padding-top: 129px;
	}
	.homepage-header-holder {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.header-txt-holder {
		width: 50%;
		text-align: left;
	}

	.header-title h1 {
		font-size: 36px;
		line-height: 1.1;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.header-subtitle {
		font-size: 25px;
	}
	div#row-one-second-col, div#row-one-first-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.entry-title {
		text-align: left;
		font-size: 36px !important;
	}

	.home .entry-title {
		text-align: right;
	}

	/* BADGES STYLE DESKTOP*/

	.badge-content .content {
		min-width: auto;
		margin-top: 5px;
	}
	.badge-block {
		width: 24%;
		align-items: flex-start;
	}

	/* SERVICES STYLE DESKTOP*/


	.srvBlockTitle {
		text-align: left;
	}

	.srvBlockTitle p {
		font-size: 36px !important;
	}
	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {height: 200px;}
	.srvElementFullWidth .srvElementImg img {
		height: 100%;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		border-top-right-radius: 0px;
	}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}
	.srvElementHeader h2 {
		min-height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}
	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		/*margin-left: 20px;*/
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 20px 20px 20px;
	}


	/* CONTACT SECTION DESKTOP */
	div#contact-form-row .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.homepage-nap h3 {
		text-align: right;
	}
	/* TESTIMONIALS SECTION DESKTOP */

	/* SERVICES LIST SECTION DESKTOP */


	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.paymentsbox {
		justify-content: flex-start;
	}
	div#social-icons {
		text-align: left;
	}
	.footer-widget h4 {
		text-align: left;
	}
	#footer-widgets {
		padding-top: 20px;
	}
	/* 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 !important;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(255 94 21 / 49%);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}





/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	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{
	position: relative;
	display: inline-block;
	background: #03045e;    
	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: #ff5400;
	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 (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%;
	}
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		text-align: center;
	}
	.header-buttons {
		justify-content: center;
	}
}
@media screen and (max-width:600px) {
	.header-buttons .booking-button-switch {
		margin-bottom: 15px;
	}
}

/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}
.external-reviews-holder {
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.review-origin-brand {
	background: #fff;
	padding: 10px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 10px;
}

.review-origin-brand img {
	margin: 0;
	height: 35px;
	object-fit: contain;
}
.external-review-title {
	text-align: center;
	font-size: 20px !important;
	color: #000000;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #000000;
}
.external-review-author {
	margin: 0 5px;
	font-weight:bold;
}

.external-review-date {
	margin: 0 5px;
}
.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	position: relative;
}
.external-review-text:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 5px;
	top: 0;
	opacity: 0.5;
}
.external-review-text:after {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	bottom: 0;
	opacity: 0.5;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #63d471;
}

div#external-reviews .et_pb_row {
	padding: 0 !important;
}
.static-external-review-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.static-external-review-container .external-reviews-holder {
	min-height: 380px;
	justify-content: flex-end;
}
@media (min-width: 981px) {
	.static-external-review-holder {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.static-external-review-container {
		width: 50%;

	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}

	.review-origin-brand {
		position: absolute;
	}
}
/* end reviews */

/* ADDITTIONAL SERVICES STYLE */


#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: 18px;
	color: #000;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #ff5400;
	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;
		padding: 10px 5px;
		text-align: left;
	}


}

@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

.nav-arrows button{background:#03045e;border-color: #03045e;border-style:solid;color:#fff;display: flex;}

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

}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}
.homepage-services{
	float:right;
}

@media screen and (max-width:980px){
	.homepage-services #servcss {
		padding: 0;
		list-style: none;
		width: 280px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.homepage-services {
		float: none;
	}
}

#mobile_menu li a {
	line-height: 1.2em;
}

.floating-estimate-btn{
	z-index: 9999;
}

#main-footer .listing-rev-btn{
	display: flex;
	align-items: baseline;
	position: fixed;
	z-index: 9999;
}
body.page-id-2049 article .et_pb_posts article.et_pb_post h2.entry-title {
    color: #333;
    font-size: 1.8rem !important;
    margin-bottom: 10px;
}