/* 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: 'Open Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #191919;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500!important;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}
p strong {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 500 !important;
}
div#page-container {
	overflow: hidden;
}
.et_pb_row {
	width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
	background: #ffffff !important;
}
.add-info-container {
	background: #000000;
	position: relative;
	height: 55px;
	overflow-x: clip;
}
.add-info-holder {
	color: #fff;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	line-height: 2;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}
.add-contact-info-holder {
	width: 86%;
	max-width: 1080px;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	height: 0;
}
.add-contact-info-holder a {
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #A80000;
	color: #fff;
	position: relative;
	padding-right: 5%;
	min-width: 85%;
	font-size: 16px;
	z-index: 1;
}
.add-contact-info-holder a:before {
	content: '';
	width: 300vw;
	height: 0;
	border-bottom: 40px solid #a80000;
	border-left: 40px solid transparent;
	position: absolute;
	left: -40px;
	z-index: -1;
	box-shadow: rgb(0 0 0) 2px 2px 0px;
}
.header-menu-container {
	width: 100%;
	max-width: 100%;
}
.header-info-holder {
	margin: 0 auto;
	margin-top: 16px;
	max-width: 1080px;
}
.logo_container {
	position: relative !important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 5px 10px;
}
img#logo {
	min-height: 60px !important;
	max-height: 75px !important;
	width: auto !important;
	max-width: 280px !important;
}
.text-logo {
	color: #000000;
	line-height: 1.1;
	font-family: 'Roboto Slab', serif;
}
span.info-addon {
	display: none;
}
.header-info-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.header-location-container {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 5px;
	font-size: 16px;
	color: #000000;
}
.header-location-container .fa {
	margin-right: 5px;
}
.email-btn {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
	margin: 5px;
	font-size: 16px;
	color: #fff;
	width: 230px;
	font-weight: normal;
}
.email-btn .fa {
	margin-right: 5px;
	margin-top: -3px;
}
.hours-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 5px;
	color: #000000;
}
.hours-holder .fa {
	margin-right: 5px;
	color: #7f8081;
}
a.hours-box {
	padding: 0 !important;
}
.header-info-block a.hours-box {
	pointer-events: none;
}
.hours {
	border: none;
	height: auto;
	box-shadow: none;
	background: transparent;
}
.hours img {
	display: none;
}
.hours p {
	padding: 0 !important;
	font-size: 16px !important;
	text-shadow: none;
	color: #7f8081;
}
div#et-top-navigation {
	width: 100%;
	padding: 5px !important;
	background: #a80000;
	position: relative;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
span.select_page {
	display: none !important;
}
ul#mobile_menu {
	background-color: #7f8081 !important;
	border-color: #A80000;
	top: 42px;
}
.mobile_menu_bar {
	padding: 0 !important;
}
.et_mobile_menu li a {
	color: #efefef !important;
	filter: drop-shadow(0px 1px 1px #210124);
	font-family: 'Roboto Slab', serif;
}
.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: #A80000;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !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: #fff3e7;
}
/*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: 430px !important;
	min-height: 430px !important;
	height: calc(100vh - 154px) !important;
	background-position: 22%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 430px !important;
	min-height: 430px !important;
	height: calc(100vh - 154px) !important;
	width: 95%;
	max-width: 500px;
}
.header-content {
	position: static;
	margin: 0px auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
	top: -20px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
}
.homepage-header-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 20px;
}
.homepage-header-content:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 130%;
	background: #000000;
	z-index: -1;
	margin-left: -20px;
	box-shadow: rgb(0 0 0) 2px 2px 0px;
}
.header-subtitle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto Slab', serif;
	font-size: 19px;
	margin-bottom: 10px;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.header-subtitle:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #7f8081;
	display: block;
	margin-right: 10px;
}
.header-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
	text-transform: capitalize;
	font-size: 30px;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.header-title span {
	font-weight: bold;
	letter-spacing: 2px;
}
.button {
	background: #f10000;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 25px;
	display: inline-block;
	margin-top: 5px;
	line-height: 1;
	transition: 0.2s;
	box-shadow: 2px 2px 0px #000;
	width: 260px;
	text-align: center;
	margin-right: 15px;
}
.button:hover {
	background: #7f8081;
	color: #ffffff;
}
/* FIRST CONTENT SECTION STYLE */
.section-title-heading {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	color: #A80000;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-title-heading:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #7f8081;
	display: block;
	margin-right: 10px;
}
.entry-title {
	font-size: 26px !important;
	text-align: center;
	line-height: 1.2;
	font-weight: 500!important;
}
.paragraph-images-holder {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 400px;
	margin: 0 auto;
}
.paragraph-images-holder img {
	width: 70%;
	height: 400px;
}
.par-img-content {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	width: auto;
	background: #A80000;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 20px;
	bottom: 0;
	left: 0;
	margin-left: -35px;
}
.content-button {
	background: #f10000;
	color: #ffffff !important;
	font-weight: 700;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	width: 220px;
	text-align: center;
	box-shadow: 2px 2px 0px #000;
	transition: 0.2s;
}
.content-button:hover {
	background: #7f8081;
	color: #ffffff !important;
	font-weight: 600;
}
/* BADGES SECTION STYLE */
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	margin-top: 20px;
}
.badge-holder {
	background: #f10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 166px;
	padding: 30px 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 47px;
	position: relative;
	transition: .2s;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 40px solid #a80000;
	border-right: 35px solid transparent;
	top: 0;
	left: 0;
}
.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
	background: #000000;
}
p.badge-content {
	color: #ffffff;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto Slab', serif;
	width: 100%;
}
.badge-holder img {
	width: auto;
	height: 80px;
	padding-bottom: 5px;
	opacity: 1.9;
}
.badge-title {
	background: #a80000;
	font-size: 15px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	padding: 10px 15px 10px 15px;
	position: absolute;
	top: 99%;
	right: 0;
	color: #ffffff;
	font-weight: 600;
}

.badge-title span {
	font-size: 17px;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
	background-color: #ffe0e0 !important;
}
.srvBlockTitle .section-title-heading {
}
.srvBlockTitle h2 {
	padding-bottom: 0;
	color: #000000;
}
.srvElement {
	margin-top: 50px;
	position: relative;
	background: #ffffff;
}
.srvElement:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 46px solid #A80000;
	border-left: 25px solid transparent;
	right: 0;
	bottom: 0;
}
.srvElement:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #A80000;
	border-right: 25px solid transparent;
	top: 0;
	left: 0;
}
.srvElementHeader {
	text-align: center;
}
.srvElementHeader h2 {
	padding-bottom: 5px;
	font-weight: 700 !important;
	color: #000000;
}
.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
}
.srv-ico {
	width: 85px !important;
	height: 70px !important;
	position: absolute;
	z-index: 999;
	background: #a80000;
	padding: 10px;
	bottom: -13px;
	left: 20px;
	object-fit: contain !important;
	border: 1px solid #fff;
}
.srvElementBody {
	padding: 20px;
}
.srvElementContent {
	text-align: justify;
	color: #63585e;
	font-size: inherit;
	line-height: 1.6;
}
.srvElement:hover img {
	filter: brightness(1.1);
}
.srvElement:hover {
	background: #a80000;
}

.srvElement:hover .srvElementContent{
	color: #ffffff;
}

.srvElement:hover  .srvElementHeader h2 {
	color:#ffffff
}
/* CONTENT SECTION STYLE */
/* SERVICES LIST SECTION STYLE */
div#services-list-section {
	background-color: #ffe0e0 !important;
}
.homepage-services {
	text-align: center;
	margin: 0 auto;
	max-width: 520px;
}
.homepage-services #servcss {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	margin: 0.3em 3px;
	padding-left: 20px;
	color: #A80000;
	text-align: right;
	display: flex !important;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}
.homepage-services #servcss li:before {
	position: relative;
	content: '\f046';
	top: 0;
	left: -10px;
	color: #A80000;
	font-family: 'FontAwesome';
}
/* CONTACT FORM STYLE */
div#contact-form-section {
	background-color: #ffe0e0 !important;
}
.contact-section-text {
	line-height: 1.3;
	margin: 10px 0;
	text-align: center;
}
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: 120px;
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	filter: hue-rotate(275deg);
}
input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 15px 10px 15px;
	height: 40px;
}
form#contactForm {
	text-align: right;
}
input#submitter {
	font-size: 16px;
	font-weight: 700;
	transition: 0.2s;
	position: relative;
	z-index: 1;
	height: 39px;
	background: #f10000;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	border-radius: 0;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	box-shadow: 2px 2px 0px #000;
}
input#submitter:hover {
	background: #7f8081;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	max-width: 100%;
	padding: 15px 10px 15px;
	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 #7f8081;
	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;
	border-color: #000000;
}
#contact {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}
/* NAP SECTION STYLE */
.block-title {
	padding: 5px 0;
	display: block;
	width: 100%;
	color: #7f8081;
	text-align: center;
}
.nap-phone-block h3 {
	padding: 5px 0;
}
.nap-location-block h3 {
	padding: 5px 2px;
}
.nap-location-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
h3#home-adr {
	width: 100%;
	padding: 0 2px;
}
/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
	background-color: #000000 !important;
}
div#testimonials-img-block .entry-title {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.home .wpcr3_dotline {
	display: none !important;
}
.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
.home .wpcr3_review:before {
	/* content: ''; */
	position: absolute;
	width: 54%;
	max-width: 277px;
	height: 155%;
	background: #a80000;
	z-index: -1;
	box-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}
.home .wpcr3_review_author {
	text-align: left;
	color: #fff;
	margin-left: 5px;
}
.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 18px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.home span.wpcr3_item_name a {
	color: #ffffff;
}
div.wpcr3_review blockquote.wpcr3_content {
	border-color: #A80000;
	padding-bottom: 0;
	text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding: 25px;
	border: none;
	font-weight: 100;
	position: relative;
	background: #a80000;
	box-shadow: rgb(0 0 0) 1px 1px 0px 2px;
	max-width: 600px;
	margin-bottom: 0px;
}
.home div.wpcr3_review blockquote.wpcr3_content a {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
}
div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 16px;
}
div#testimonials-holder .entry-title {
	text-align: left;
}
.home .wpcr3_reviews_holder {
	position: relative;
	text-align: left;
	color: #fff;
	text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-size: 20px;
	color: #fff;
}
.home .wpcr3_content:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 65px;
	color: #ffffff;
	z-index: -1;
	opacity: 0.4;
	top: -63px;
	left: 0px;
}
.testimonials-button {
	/* border: 1px solid #7f8081; */
	padding: 15px 22px;
	display: inline-block;
	color: #ffffff;
	line-height: 1;
	font-weight: 600;
	background: #f10000;
	/* width: 250px; */
	text-align: center;
	position: relative;
	transition: 0.2s;
	box-shadow: 2px 2px 0px #000;
}
.testimonials-button:hover {
	background: #7f8081;
	color: #ffffff;
}
/* FOOTER STYLE */
#main-footer {
	background: #a80000;
}
#main-footer .container {
	width: 95%;
}
div#footer-bottom {
	background-color: #000000;
	padding: 15px;
	color: #ffffff;
}
.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: 1px solid #ffffff;
	text-transform: uppercase;
}
.footer-widget .textwidget {
	color: #ffffff;
}
#footer-widgets .footer-widget a {
	/* background-color: #fff; */
}
.footer-widget li:before {
	border-color: #fff;
}
table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}
table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
#current-day {
	background-color: #f10000;
	padding: 0 2px;
}
#current-day td {
	color: #ffffff;
	text-shadow: none;
}
#closed-day {
	color: #fff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #7f8081;
	text-align: center;
	font-size: 26px !important;
	color: #191919;
	font-weight: 600;
}
#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;
}
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
	.homepage-services {
		max-width: 100%;
	}
	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		margin: 0 auto;
		width: 100%;
		column-gap: 25px;
	}
	input#customer_name {
		width: calc((100%/3) - 7px);
	}
	input#phone-cf {
		width: calc((100%/3) - 7px);
	}
	input#customer_email {
		width: calc((100%/3) - 6px);
		float: left;
		margin-left: 10px;
	}
}
@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: 0px !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*/
	.add-contact-info-holder {
		margin: 0 auto;
		margin-top: -21px;
	}
	.add-contact-info-holder a {
		min-width: 67%;
	}
	.logo_container {
		width: 300px !important;
		padding: 10px;
		text-align: left;
	}
	.header-info-block {
		width: calc(100% - 300px);
		justify-content: flex-end;
		padding-right: 10px;
	}
	.header-info-holder {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 7px;
		width: 100%;
	}
	.add-info-holder {
		width: 80%;
		max-width: 900px;
	}
	.add-info-container {
		height: 35px;
	}
	span.info-addon {
		display: block;
	}
	.header-info-block span {
		line-height: 24px !important;
		font-weight: normal;
	}
	.header-location-container .fa, .hours-holder .fa {
		width: 48px;
		height: 48px;
		border: 1px dashed #7f8081;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000000;
	}
	.header-location-container .fa {
		font-size: 35px;
	}
	.email-btn .fa {
	}
	.hours-holder .fa {
		font-size: 34px;
	}
	nav#top-menu-nav ul#top-menu li a{
		color: #d6d6d6 !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 19px;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a {
		color: #ffd100 !important;
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
	}
	.header-menu-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		/* background: white; */
	}
	.email-btn {
		justify-content: flex-end;
		margin: 0;
		margin-left: 70px;
		background: #f10000;
		font-weight: 700;
		color: #ffffff;
		height: 45px;
		padding-right: 15px;
		width: 200px;
		position: relative;
	}
	.email-btn:before {
		content: '';
		width: 0;
		height: 0;
		border-bottom: 45px solid #f10000;
		border-left: 40px solid transparent;
		position: absolute;
		left: -40px;
	}
	div#et-top-navigation:before {
		content: '';
		position: absolute;
		height: 100%;
		width: 50vw;
		background: #a80000;
		left: -50vw;
	}
	div#et-top-navigation {
		padding: 0px !important;
		flex-direction: row-reverse;
		justify-content: flex-start;
		width: 1080px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: -25px;
	}
	nav#top-menu-nav ul#top-menu li a{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		color: #ffffff !important;
		text-transform: uppercase;
		font-weight: 300;
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 14px;
		color: #ffffff;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #edeef0 !important;
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
		font-size: 15px;
	}
	nav#top-menu-nav ul#top-menu li:not(:last-child):after {
		content: '\f111';
		position: absolute;
		font-family: 'FontAwesome';
		font-size: 5px;
		color: #ffffff;
		right: -3px;
		top: 15px;
	}
	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
	}
	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:after {
		color: #d2c9da !important;
	}
	ul.sub-menu {
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		top: 44px;
		background-color: #a80000 !important;
		border-color: #000000 !important;
	}
	ul.sub-menu li ul {
		top: -10px;
	}
	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;
		filter: drop-shadow(0px 1px 1px #210124);
	}
	#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: #ffffff;
	}
	#top-menu-nav ul.sub-menu a:after {
		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;
	}
	/*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: 900px !important;
		min-height: 600px !important;
		height: calc(100vh - 184px) !important;
		background-position: top;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 900px !important;
		min-height: 600px !important;
		height: calc(100vh - 184px) !important;
		width: 95%;
		max-width: 1080px;
	}
	.header-subtitle {
		font-size: 26px;
	}
	.header-title {
		font-size: 40px;
	}
	/* BADGES STYLE DESKTOP*/
	/* FIRST PARAGRAPH STYLE DESKTOP*/
	.section-title-heading {
		justify-content: flex-start;
	}
	.entry-title {
		text-align: left;
		font-size: 30px;
		color: #000000;
	}
	div#home-title-block-container-firstpar .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	div#home-title-block-container-firstpar .et_pb_column a{

	}
	/* SERVICES STYLE DESKTOP*/
	.srvElement {
		width: 32% !important;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 20px !important;
		transition: 0.2s;
	}
	.srvElementImg img {
		height: 200px;
	}
	.srvElementFullWidth .srvElementImg img {
		height: 100%;
	}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}
	.srvElementBody {
		height: 100%;
	}
	.srvElementHeader h3 {
		min-height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.srvElementContent {
	}
	.srvElementFullWidth .srvElementContent {
		height: auto;
	}
	.srvElement.srvElementFullWidth {
		width: 100% !important;
		max-width: 1080px;
		flex-direction: row;
	}
	.srvElement.srvElementFullWidth .srv-ico {
		left: unset;
		bottom: unset;
		right: -20px;
		top: 20px;
	}
	.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;
	}
	/* NAP SECTION DESKTOP */
	.nap-location-block {
		/* justify-content: flex-start; */
	}
	div#content-dark-section {
		display: flex;
		align-items: center;
	}
	div#content-dark-section a{
		color: #000000;
	}

	div#content-text-col a{
		color:#a80000
	}
	/* CONTACT SECTION DESKTOP */
	.contact-form-holder {
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
	.contact-form-heading {
		width: 265px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	div#contact-section {
		width: calc(100% - 310px);
	}
	.contact-form-heading .entry-title {
		text-align: left !important;
	}
	.contact-section-text {
		text-align: justify;
	}
	.contact-form-heading:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 100%;
		background: rgb(33 78 52 / 17%);
		z-index: -1;
		margin-left: -45px;
		box-shadow: rgb(0 0 0 / 20%) 2px 2px 0px;
		opacity: 1;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	/* SERVICES LIST SECTION DESKTOP */
	.homepage-services #servcss {
		column-count: 3;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		margin: 0 auto;
		width: 100%;
		column-gap: 25px;
	}
	.homepage-services #servcss li:first-child {
		margin-top: 0 !important;
	}
	.homepage-services li {
		text-align: right;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row;
		line-height: 1.3;
		margin: 0.4em 3px !important;
	}
	.homepage-services #servcss li:before {
		top: auto;
	}
	/* 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(64 64 64 / 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: #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 {
	margin-top: 10px;
	background: #f10000;
	border: 1px solid #f10000;
	color: #fff;
	border-radius: 0px;
}
.wpcr3_button_1:hover{
	color:#fff;
	background:#a80000;
	border: 1px solid #a80000;
}
@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%;
	}
}


div#content-nap-col {
	background: #ececec;
	padding: 20px;
}

div#first-paragraph a{
	color:#A80000;
	font-weight:600;
}

/* reviews */

.testimonials-container {
	max-width: 1280px;
	/*padding: 1rem 2rem;*/
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.testimonials-title {
	text-align: center;
	font-weight: 800;
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: -0.025em;
	color: #1a202c;
}

.testimonials-info {
	margin-bottom: 1rem;
}

.testimonial-item {
	border: 1px solid rgb(201, 201, 201);
	border-radius: 0px;
	padding: 1rem;
	background: #fbfbfb;
	min-height: 100%;
	break-inside: avoid;
}

.testimonials-grid .testimonial-item {
	margin-bottom: 1rem;
}

.testimonial-item:hover{
	background: #efefef;
}

.testimonial-item a {
	height: 100%;
	display: grid;
}

.testimonial-subject {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #1a202c;
}

.rating {
	display: flex;
	justify-content: center;
	margin: 0.5rem;
}

.star {
	width: 1rem;
	height: 1rem;
	color: #ffc956;
	margin:2px;
}

.testimonial-content {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	color: #1a202c;
	text-align: center;
	font-style: italic;
}

.testimonial-footer {
	margin-top: 1rem;
}

.reviewer-details {
	font-size: 0.75rem;
}

.review-from-logo {
	width: 5rem;
	height: auto;
}

.reviewer-name {
	font-weight: 500;
	color: #1a202c;
	line-height: 1.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.testimonials-grid {
		column-fill: balance;
		columns: 2;
		gap: 1.5rem;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.testimonials-grid {
		columns: 3;
	}

	.testimonial-subject {
		font-size: 1.25rem;
	}

	.testimonial-content {
		line-height: 1.5rem;
	}

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

	.reviewer-details {
		display: flex;
		align-items: center;
	}

	.reviewer-name {
		padding-right: 0.75rem;
		font-size: 0.75rem;
		border-right: 2px solid #1a202c;
	}

	.review-from-logo {
		padding-left: 1em;
	}
}

.nav-arrows {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}

.nav-arrows button {
	padding: 0.5rem;
	border-width: 1px;
	border-color: #1a202c;
	border-radius: 0%;
	cursor: pointer;
	background: #f10000;
	color: #fff;
}

.nav-arrows button:hover {
	background: #7f8081;
	color: white;
}

.nav-arrows button svg {
	height: 1.25rem;
	width: 1.25rem;
	margin-right: 0;
}

.rotate-180 {
	rotate:180deg;
}

/* end reviews */
/* add buttons*/
.booking-button-switch {
	display:none !important; 
}
.slider-button {
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #a80000;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #f10000;
	font-weight: bold !important;
	text-transform: capitalize;
	text-shadow: none;
	color: #fff;
	padding: 12px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
	box-shadow: 2px 2px 0px #000;
}
.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color: #fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px 10px 15px;
	background-color: #f10000;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #000000;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 140px;
	line-height: 1.1;
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	position: fixed;
	padding: 10px 15px 10px 15px;
	border: 2px solid #000000;
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	bottom: 0px;
	background: #f10000;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	justify-content: center;
	width: 140px;
	z-index: 9999;
	font-weight:bold;
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
	.slider-button {
		display:flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-left:15px;
	}
}

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

.modalHolder{
	display:none;
}

body:not(.et_pb_page) #main-content .container{
	padding: 80px 0px;
}

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

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

@media (min-width: 981px) {

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

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




.srvElement:hover .srvElementContent a {
    color: #ffda00;
}
body.page-id-3548 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
body.single-post .entry-content h2 {
	text-align: left !important;
	margin-block: 10px 5px;
}
body.single-post .entry-content p,
body.single-post .entry-content li {
	text-align: justify !important;
}
@media screen and (max-width: 981px) {
	body.page-id-3548 article .et_pb_posts article.et_pb_post .post-meta {
		text-align: center;
		margin-block: 5px;
	}
	body.single-post .post-meta {
		text-align: center;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}