/*
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: "PT Sans", Arial, Times New Roman, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #222;
	font-weight: 400;
	overflow-x: hidden;
}

/*HEADER STYLES*/
header#main-header {
	background-color: #fff;
	border-bottom: 1px solid #000;
}
.top-header {
	text-align: center;
	padding: 10px;
	background: #202020;
	display: none;
}
.logo_container {
	position: relative !important;
	display: flex;
	flex-direction: column-reverse;
	overflow-x: hidden;
}

.contact-info {
	padding: 10px 0;
}

.info-container-holder p:first-child {
	display: none;
}

.header-menu-container {
	width: 100%;
}

.header-location-container {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	padding: 2px;
}

.phonenum {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	padding: 2px;
}

.contact-info-container .fa {
	margin-right: 10px;
	color: #ffd100;
}

.info-container-holder {
	color: #202020;
}

.logo-link {
	text-align: center;
	line-height: 1.1;
	position: relative;
	color: #202020;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
}

.logo-link:before {
	background: #ffd100;
	content: "";
	position: absolute;
	width: 105%;
	height: 100%;
	left: -2.5%;
	z-index: -1;
	top: 0;
}

div#et-top-navigation {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	width: 100%;
	padding-top: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px;
	background: #202020;
}

nav#top-menu-nav {
	display: none;
}

.mobile_menu_bar {
	padding-bottom: 10px !important;
}

.mobile_menu_bar:before {
	color: #202020;
	border-radius: 4px;
	background-color: #ffd100;
	line-height: 1;
}

.et_mobile_menu {
	background-color: #333533 !important;
	border-color: #ffd100;
}

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

a.email-btn {
	color: #d9b200;
	padding-bottom: 10px;
}

/*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 0.4s ease;
	transform: rotate(0deg);
	display: block;
}

/*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: 500px !important;
	min-height: 300px !important;
	height: calc(99vh - 172px) !important;
}

.et_pb_fullwidth_header_container.center {
	max-height: 500px !important;
	min-height: 300px !important;
	height: calc(99vh - 172px) !important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 0 auto !important;
	padding: 0;
	width: 95%;
}
.header-content-block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-title h1 {
	font-size: 22px;
	padding-bottom: 30px !important;
}
.header-content-block .booking-button-switch {
	margin-left: 15px;
}
.button {
	background: #ffd100;
	background-size: contain;
	color: #000;
	font-weight: bold;
	border-radius: 3px;
	padding: 12px 30px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	width: 300px;
}

.button:hover {
	background: #d6d6d6;
}

div#home-title-block {
	background-color: #ffffff !important;
	z-index: 999;
}
.et_pb_module_header {
	margin-bottom: 15px;
}
.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #2d2d2d;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

.home .entry-title {
	color: #000;
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}

.button-quote {
	background: #292929;
	color: #fff;
	border-radius: 3px;
	padding: 12px 35px;
	display: block;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}

.button-quote:hover {
	background: #d54b00;
}

/* HTML BADGES STYLE */

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #202020;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 170px;
	padding: 15px 5px 36px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 8px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: "Poppins", sans-serif;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

.badge-title {
	background: #ffd100;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #00043c;
	font-weight: bold;
	border-radius: 8px;
}

.badge-title span {
	font-size: 17px;
}

/* SERVICES SECTION STYLE */

div#services-blocks-section {
}

.srvBlockTitle p {
	text-align: center;
	font-size: 26px;

	color: #292929;
	line-height: 1.2;

	font-family: "Montserrat", sans-serif;
	padding-top: 30px;
	text-transform: uppercase;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}

.srvElementHeader h2 {
	text-align: center;
	color: #292929;

	font-family: "Montserrat", sans-serif;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.srvElementImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;

	border: 2px solid #ffd100;
	filter: drop-shadow(0px 0px 6px black);
}

.srvElementContent {
	text-align: justify;
	color: #292929;
}

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

.srvElement:hover h3 {
	color: #e3ba00;
	font-weight: bold;
}

/* SERVICES LIST SECTION STYLE */

.homepage-services {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	border-top: 1px solid #333533;
	border-bottom: 1px solid #333533;
}

.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 0;
	padding-left: 20px;
	display: inline-block;
	color: #202020;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: "\f00c";
	top: 0;
	left: 0;
	color: #333533;
	font-family: "FontAwesome";
}

div#homepage-gallery .et_pb_gallery_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div#homepage-gallery .et_pb_gallery_item {
	width: 50% !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	float: none !important;
}

div#homepage-gallery .et_pb_gallery_item img {
	padding: 0 10px;
}

div#homepage-gallery .clearfix:after {
	display: none;
}

div#homepage-gallery a.active {
	color: #ffd100;
}

/* NAP SECTION STYLE */

div#homepage-nap-section {
	background-color: #292929 !important;
}

.homepage-nap h3 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
	padding: 0;
}

.homepage-nap h3 strong {
	font-size: 26px;
	color: #ffd100;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
}

/* CONTACT FORM STYLE */

div#contact-section {
	background-color: #202020;
	-webkit-border-radius: 6px;
	border-radius: 4px;
	padding: 20px;
}

p.free-estimate-title {
	font-size: 26px;
	color: #eff2fb;
	font-style: normal;
	line-height: 1.2;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

input#customer_name {
	width: calc(50% - 10px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 10px);
	float: left;
	margin-left: 20px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 140px);
	margin: 0;
	margin-left: 20px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
	display: inline-block;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	background: #ffd100;
	color: #000;
	border-radius: 3px;
	padding: 12px 35px;

	font-family: "Montserrat", sans-serif;
}

input#submitter:hover {
	background-color: #d6d6d6 !important;
}

input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
	border: none;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 18px 0px 10px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #ddd;
	background-image: none;
	border-bottom: 1px solid #ffd100;
}

#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: #ddd !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 {
	border-bottom-color: #ddd;
	color: #ddd !important;
}

#contact {
	padding: 0;
}

/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.testimonials-subtitle {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #1d65b9;
	font-style: italic;
}

div#testimonials-block img {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.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;
}

.home span.wpcr3_item_name a {
	color: #ffffff;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #d54b00;
	padding-bottom: 0;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	color: #fff !important;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}

.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	filter: drop-shadow(2px 4px 6px black);
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	background: #ffd100;
	color: #000;
	font-weight: bold;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}

.testimonials-btn:hover {
	background: #d6d6d6;
	/* border: 1px solid #fff; */
}

/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}

.review-title {
	position: relative;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #000 !important;
	text-align: 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;
}

.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: #fff;

	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	color: #fff;
}
.external-review-author {
	margin: 0 5px;
	font-style: italic;
	Font-size:0.8em;
}

.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;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	filter: drop-shadow(2px 4px 6px black);
	font-weight: 300;
	position: relative;
}
a.add-reviews-link {
	color: #ffd100;
	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: inline;
	}
}
/* end reviews */
/* FOOTER STYLE */

#main-footer {
	background-color: #333533;
}

div#footer-bottom {
	background-color: #202020;
	padding: 15px;
	color: #ffffff;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #ffd100;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ffd10042;
	text-transform: uppercase;
}

.footer-widget .textwidget {
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

#footer-widgets .footer-widget a {
	/* background-color: #fff; */
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

#current-day {
	background-color: #ffd100;
	padding: 0 2px;
}

#current-day td {
	color: #000;
	text-shadow: none;
}

#closed-day {
	color: #ddd;
}

ul#menu-footer-menu li a {
	background: transparent !important;
}

ul#menu-footer-menu li:before {
	color: #ffd100 !important;
	content: "\f101" !important;
	font-family: "FontAwesome" !important;
	border: none !important;
	top: 0 !important;
}

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

.et_pb_title_meta_container,
.post-meta {
	text-align: center;
}
.post-content-inner {
	text-align: justify;
}
.single-post div#main-content .post {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

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

.et_pb_title_meta_container,
.post-meta {
	text-align: left;
}

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#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: #2d2d2d !important;
}

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

/* buttons */
.booking-button-switch {display: none;}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #ffd100;
	font-weight: bold !important;
	text-transform: capitalize;
	text-shadow: none;
	color: #000;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 3px;
}

.top_button:hover{
	background-color:#d6d6d6;
}

.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #ffd100;
	color: #000000 !important;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	border: 3px solid #202020;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 175px;
	border-radius: 3px;
}

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

#main-footer .listing-rev-btn {
	padding: 5px 15px;
	border: 3px solid #202020;
	border-left: 0px;
	bottom: 10px;
	background: #ffd100;
	color: #000000;
	width: 175px;
	justify-content: center;
	text-transform: capitalize;
	font-size: 15px;
	border-radius: 3px;
}

#main-footer .listing-rev-btn:hover{
	background:#d6d6d6;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #000000;
}
/* end buttons */
/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {
	.srvElementImg img {
		height: 300px;
	}

	.homepage-services ul#servcss {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.homepage-services li {
		display: inline-block;
		padding: 0 20px;
	}

	.homepage-services ul#servcss {
		padding: 0;
	}
}

@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*/
	.logo_container {
		flex-direction: row;
		min-height: 125px !important;
		align-items: center;
		overflow-x: initial;
	}

	.logo-link {
		width: 400px;
		min-height: 125px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 0;
	}

	.contact-info {
		width: calc(100% - 400px);
		padding-bottom: 35px;
	}

	.contact-info-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.info-container-holder p:first-child {
		display: block;
		padding: 0;
		font-family: "Montserrat", sans-serif;
		line-height: 1;
		font-size: 15px;
		padding-bottom: 5px;
	}

	.contact-info-container .fa {
		padding: 10px;
		border: 1px solid #ffd100;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header-location-container {
		padding-right: 20px;
	}

	.logo-link:before {
		width: 60vw;
		right: 0;
		left: auto;
	}

	.logo-link:after {
		background: #00000000;
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-top: 145px solid #ffd100;
		border-right: 100px solid transparent;
		right: -100px;
	}

	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 38px;
		background-color: #202020 !important;
		border-color: #ffd100 !important;
	}

	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	nav#top-menu-nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: calc(100% - 160px);
		background: #202020;
		height: 50px;
		padding: 0 15px;
	}

	div#et-top-navigation {
		flex-direction: row;
		padding: 0 !important;
		background: #ffd100;
		position: absolute;
		bottom: -25px;
	}

	a.email-btn {
		padding: 0;
		width: 160px;
		text-align: center;
		color: #000;
	}

	.et_header_style_left #et-top-navigation nav > ul > li > a {
		color: #fff !important;
		padding-bottom: 0px !important;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
		color: #fff !important;
	}

	#top-menu li {
		padding: 12px 22px 12px 0px;
	}

	.header-menu-container {
		width: 95%;
	}

	.text-logo span {
		padding-bottom: 25px;
	}

	#logo {
		padding-bottom: 25px;
		max-height: 145px !important;
		width: auto;
	}

	/*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: 800px !important;
		min-height: 600px !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 800px !important;
		min-height: 600px !important;
	}
	.header-title h1 {
		font-size: 30px;
	}
	.entry-title {
		text-align: left;
	}

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

	div#home-title-block {
		padding-bottom: 0;
	}

	div#home-title-block .et_pb_row {
		margin-top: -150px;
		background: #fff;
		padding: 40px !important;
	}

	div#homepage-nap-section {
		background-position-y: 21%;
	}

	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle H2 {
		/* font-size: 36px !important; */
	}

	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {
		height: 200px;
	}

	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}

	.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% - 30px);
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	div#homepage-gallery .et_pb_gallery_item {
		width: 25% !important;
	}

	/* NAP SECTION DESKTOP */
	.homepage-nap h3 strong {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* CONTACT SECTION DESKTOP */
	div#contact-section {
		max-width: 600px;
		margin: 0 auto;
	}

	p.free-estimate-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}
	/* reviews */
	#testimonials-block {
		display: flex;
		align-items: center;
	}
	/* 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;
	}

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

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(86 86 86 / 20%);
	}

	#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: #525252;
	padding: 10px 5px 10px;
}

.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: #000000;
	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) {
	.homepage-services #servcss li {
		display: block;
	}
	#logo {
		max-height: 120px !important;
	}
	.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%;
	}
	.home h2.entry-title,
	body:not(.home) h1.entry-title,
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	.header-content-block {
		flex-direction: column;
	}
	.header-content-block .booking-button-switch {
		margin-left: 0px;
	}
}


.nav-arrows button{background:#ffd100;border-color: #ffd100;width: 40px;height: 40px;border-style:solid;display: flex;}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #ffd100;    
	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 {
	color: #fff;
	background: #d6d6d6;
	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 screen and (max-width:980px){
	#footer-widgets .footer-widget li:before {
		display:none !important;
	}

	#footer-widgets .footer-widget li {
		padding-left: 0px;}
}

/* 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;
	}


}

@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;
}

#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;
}

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

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

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

@media (min-width: 981px) {

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

}



.widgettitle {
	padding-top: 60px;
}

@media (min-width:981px) {
	.widgettitle {
		padding-top: 0px;
	}
}

.list-1 {
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
}

.list-1 li{
	background: #ffd100;
	max-width: 100%;
	margin-top: 10px;
	padding: 10px 13px;
	border-radius: 25px;
	border: 1px solid #062d5b1c;
	box-shadow: rgb(6 45 91 / 46%) 0px 3px 3px 0px;
	list-style: inside disc;
	text-align: left;
	line-height: 1.4;
	color:#000;
}

.list-1 li:hover{
	background-color:#222222;
	color:#fff;
}

.button-gallery {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	background-color: #222222;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.button-gallery:hover {
	background-color: #ffd100;
	color:#000;
}

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;
}