/* 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: "Roboto", 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: "Anton", sans-serif;
}
p strong {
	font-family: "Anton", 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: #fff;
}
.add-info-container {
	width: 100%;
	margin: 0 auto;
	background: #00509d;
}
.add-info-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 5px;
	filter: drop-shadow(2px 4px 1px black);
}
.add-info-holder a {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
}
.header-location-container {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px 5px 5px;
}
.add-info-holder .fa {
	margin-right: 5px;
	color: #fdc500;
}
.add-info-holder .fa-envelope {
	margin-top: -6px;
}
.header-menu-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 95%;
}
.logo_container {
	position: relative !important;
	order: 1;
	width: calc(100% - 52px) !important;
	margin-right: 20px;
	min-height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.text-logo {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #00509d;
	max-width: 300px;
}
.logo-link img {
	max-height: 100px !important;
	max-width: 100% !important;
	padding: 5px 5px 10px 0px !important;
}
.text-logo-icon {
	width: 60px;
	object-fit: contain;
}
div#et-top-navigation {
	order: 2;
	padding: 0 !important;
	width: 32px;
}
.mobile_menu_bar {
	padding: 0 !important;
}
ul#mobile_menu {
	top: 100%;
	background-color: #00509d !important;
	border-color: #fdc500 !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: #fdc500;
}
.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 0.4s ease;
	transform: rotate(0deg);
	display: block;
	color: #00509d;
}
/*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: 400px !important;
	min-height: 400px !important;
	height: 400px !important;
	background-position: 50%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 400px !important;
	min-height: 400px !important;
	height: 400px !important;
	width: 95%;
}
.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}
.header-title h1 {
	font-family: "Anton", sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.2;
	filter: drop-shadow(2px 4px 1px black);
}
.header-subtitle {
	line-height: 1.2;
	filter: drop-shadow(2px 4px 1px black);
}
.header-subtitle .fa {
	color: #fdc500;
	font-size: 40px;
	margin: 10px auto;
}
.button {
	background: #fdc500;
	padding: 10px 20px;
	border-radius: 20px;
	line-height: 1;
	color: #000;
	font-family: "Anton", sans-serif;
	display: inline-block;
	margin-top: 10px;
	letter-spacing: 0.5px;
	filter: drop-shadow(2px 4px 1px black);
	width: 230px;
}
.button:hover {
	background: #00509d;
	color: #fff;
}
/* BADGES SECTION STYLE */
div#css-badges-section {
	background: rgb(0, 80, 157);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 80, 157, 1) 14%, rgba(0, 80, 157, 1) 31%, rgba(0, 95, 184, 1) 49%, rgba(0, 116, 224, 1) 66%, rgba(0, 126, 245, 1) 85%, rgba(10, 137, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 80, 157, 1) 14%, rgba(0, 80, 157, 1) 31%, rgba(0, 95, 184, 1) 49%, rgba(0, 116, 224, 1) 66%, rgba(0, 126, 245, 1) 85%, rgba(10, 137, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 80, 157, 1) 14%, rgba(0, 80, 157, 1) 31%, rgba(0, 95, 184, 1) 49%, rgba(0, 116, 224, 1) 66%, rgba(0, 126, 245, 1) 85%, rgba(10, 137, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00509d', endColorstr='#0a89ff',GradientType=0 );
	/* IE6-9 */
}
.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: auto;
	padding-right: 5px;
	filter: invert(1) drop-shadow(2px 4px 1px black);
}
.badge-content {
	width: 100%;
	margin-top: 16px;
	filter: drop-shadow(2px 4px 1px black);
}
.badge-content .title {
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
	color: #fdc500;
	margin-bottom: 10px;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
}
.badge-content .content {
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	min-width: 223px;
	max-width: 223px;
	border-top: 1px solid #fdc500;
	padding-top: 10px;
	margin-top: 5px;
	font-weight: 500;
	color: #fff;
}
/* FIRST CONTENT SECTION STYLE */
div#home-title-block {
	padding: 0;
}
div#home-title-block-container-firstpar {
	padding: 0;
	width: 100% !important;
	display: flex;
	flex-direction: column-reverse;
}
div#home-title-block-img-col {
	margin-bottom: 0;
}
div#home-title-block-img-col span {
	width: 100%;
}
div#home-title-block-img-col img {
	max-height: 400px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
div#home-title-block-content-col {
	padding: 70px 2.5%;
}
.entry-title {
	text-align: center;
	font-size: 26px !important;
	line-height: 1.2;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
	background-color: #dee3e0 !important;
}
.srvBlockTitle p {
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #0255C2;
	font-size: 26px !important;
	line-height: 1.1;
	color: #333;
	padding-bottom: 0;
	font-weight: 500;
	font-family: "Anton", sans-serif;
}
.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
	border: 1px solid #00509d;
	background: #fff;
}
.srv-icon {
	position: absolute;
	background: #ffffff;
	width: 75px;
	height: 75px;
	bottom: -37px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	border-radius: 50%;
	border: 5px solid #fff;
}
.srv-icon img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	border: none !important;
}
.srvElementHeader h2 {
	text-align: center;
	color: #333;
	padding-bottom: 5px;
}
.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 47px;
	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: 0px 20px 20px 20px;
}
.srvElementContent {
	text-align: justify;
	color: #2d3a3a;
	font-size: 16px;
	line-height: 1.6;
}
.srvElementContent a {
	color: #2ea3f2;
}
.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
.srvElement:hover h2 {
	color: #00509d;
}
/* 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;
}
.homepage-services li:before {
	content: "\f219";
	font-family: "FontAwesome";
	margin-right: 5px;
	color: #00509d;
	position: absolute;
	left: 0;
}
/* CONTACT FORM STYLE */
div#contact-form-section {
	background: #dee3e0 !important;
}
.free-estimate-title,
.services-list-title {
	padding-bottom: 0 !important;
	font-family: "Anton", sans-serif;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
}
div#contact {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	background: #00509d;
}
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: grayscale(1);
}
input#vercode {
	width: calc(100% - 130px);
	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;
	display: inline-block;
	width: 200px;
	background: #fdc500;
	padding: 10px 20px;
	border-radius: 20px;
	line-height: 1;
	color: #000;
	font-family: "Anton", sans-serif;
	margin-top: 10px;
	letter-spacing: 0.5px;
	filter: drop-shadow(2px 4px 1px black);
}
input#submitter:hover {
	color: #000;
	background: #c3e6f9;
}
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 */
.nap-slogan {
	text-align: center;
	color: #00509d;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px !important;
	margin-bottom: 10px;
	line-height: 1;
}
.homepage-nap h3 {
	padding: 0;
	font-family: "Roboto", sans-serif;
	line-height: 1.2;
}
.homepage-nap h3 strong {
	font-family: "Anton", sans-serif;
	font-weight: 500;
}


/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
	background-color: #00509d !important;
}
.testimonials-title {
	font-size: 26px !important;
	line-height: 1.1;
	color: #fff;
	padding-bottom: 0;
	font-weight: 500;
	font-family: "Anton", sans-serif;
	filter: drop-shadow(2px 4px 1px black);
}
.home .wpcr3_respond_1 {
}
.home .wpcr3_dotline {
	display: none !important;
}
.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	filter: drop-shadow(2px 4px 1px black);
}
.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;
	color: #fdc500;
	font-weight: bold;
}
.home span.wpcr3_item_name a {
	color: #ffffff;
}
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;
}
.testimonials-btn {
	display: inline-block;
	width: 200px;
	background: #fdc500;
	padding: 10px 20px;
	border-radius: 20px;
	line-height: 1;
	color: #000;
	font-family: "Anton", sans-serif;
	margin-top: 10px;
	letter-spacing: 0.5px;
	filter: drop-shadow(2px 4px 1px black);
}
.testimonials-btn:hover {
	background: #cceafa;
	color: #000;
	text-shadow: none;
}
/* CONTENT SECTION STYLE */
/* FOOTER STYLE */
#main-footer {
	background: #00509d;
	background-size: contain;
	background-repeat: repeat;
}
#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: #2c2c2c;
	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 #fdc500;
	filter: drop-shadow(2px 4px 1px black);
}
.footer-widget .textwidget {
	color: #ffffff;
	filter: drop-shadow(2px 4px 1px black);
}
h4#nap-footer-icons {
	filter: none;
}
.fwidget #menu-footer-menu li {
	padding-left: 0px;
	filter: drop-shadow(2px 4px 1px black);
}
.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%;
	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: #fdc500;
	padding: 0 2px;
}
#current-day td {
	color: #000;
	text-shadow: none;
}
#closed-day {
	color: #ffffff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #231f20;
}
#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;
}
.post-content {
	text-align: justify;
}
.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;
}

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

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

/* add buttons */
.booking-button-switch {
	display: none !important;
}
.button-quote-header {
	background: #2c2c2c;
	text-align: center;
	padding: 10px 0;
}
.top_button {
	font-family: "Anton", sans-serif;
	position: relative;
	display: inline-block;
	background-color: #fdc500;
	font-weight: 500 !important;
	text-transform: capitalize;
	text-shadow: none;
	color: #000;
	padding: 5px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 5em;
}
.floating-estimate-btn {
	font-family: "Anton", sans-serif;
	text-align: center;
	padding: 3px 15px;
	background-color: #fdc500;
	color: #000000 !important;
	border-top-right-radius: 3em;
	border-bottom-right-radius: 3em;
	border: 3px solid #00509d;
	border-left: 0px;
	font-size: 17px;
	z-index: 999999;
	font-weight: 500;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 180px;
}
#main-footer .listing-rev-btn {
	font-family: "Anton", sans-serif;
	padding: 3px 15px;
	border: 3px solid #00509d;
	border-left: 0px;
	bottom: 15px;
	background: #fdc500;
	color: #000;
	width: 180px;
	justify-content: center;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 500;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #00509d;
}
/* 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;
		justify-content: center;
	}
	.header-buttons .booking-button-switch {
		margin-right: 15px;
	}
}
@media screen and (max-width: 980px) {
	/* 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*/
	.add-info-holder {
		width: 98%;
		max-width: 1080px;
	}
	.phonenum {
		margin-left: 0 !important;
		width: 135px;
	}
	.email-btn {
		width: 171px;
	}
	.header-location-container {
		width: calc(100% - 321px);
		margin-right: 0 !important;
		margin-left: 0 !important;
		justify-content: flex-end;
	}
	.logo_container {
		width: 320px !important;
	}
	div#et-top-navigation {
		width: calc(100% - 340px) !important;
		padding: 0px !important;
		display: flex;
		justify-content: flex-end;
	}
	nav#top-menu-nav ul#top-menu li a {
		color: #00509d !important;
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	#top-menu .menu-item-has-children > a:first-child:after {
		top: 17px;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a {
		color: #e9ebea !important;
		filter: drop-shadow(2px 4px 1px black);
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 11px;
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
		background: #00509d;
	}
	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 50px;
		background-color: #00509d !important;
		border-color: #fdc500 !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: #fdc500;
	}
	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: center;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 900px !important;
		min-height: 600px !important;
		height: calc(100vh - 184px) !important;
		width: 95%;
	}
	.header-title h1 {
		font-size: 43px;
		line-height: 1.2;
	}
	.header-subtitle {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.header-subtitle .fa {
		margin: 20px auto;
	}
	.entry-title {
		text-align: left;
	}
	/* BADGES STYLE DESKTOP*/
	.badge-content .content {
		min-width: auto;
		margin-top: 5px;
	}
	.badge-block {
		width: 24%;
		align-items: flex-start;
	}
	/* FIRST PARAGRAPH STYLE DESKTOP*/
	div#home-title-block-container-firstpar {
		flex-direction: row;
		justify-content: center;
	}
	div#home-title-block-img-col .et_pb_module,
	div#home-title-block-img-col span {
		height: 100%;
	}
	div#home-title-block-img-col img {
		max-height: 100%;
	}
	div#home-title-block-container-firstpar .et_pb_column {
		width: 50% !important;
		margin: 0;
	}
	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle p {
		text-align: left;
	}
	.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 h3 {
		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 .srv-icon {
		bottom: auto;
		right: -37px;
	}
	.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 30px;
	}
	/* CONTACT SECTION DESKTOP */
	.free-estimate-title,
	.services-list-title {
		text-align: left;
	}
	.homepage-services li {
		text-align: left;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
	}
	/* SERVICES LIST SECTION DESKTOP */
	div#srv-img-col .et_pb_image,
	div#srv-img-col .et_pb_image .et_pb_image_wrap,
	div#srv-img-col img {
		height: 100%;
		max-height: 100%;
		object-position: left;
	}
	div#services-list-section .et_pb_column {
		width: 50% !important;
		margin: 0 !important;
	}
	/* 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(78 78 78 / 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: #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) {
	.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;
	}
}

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

/* Testimonials Review */

.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: 1px;
	color: #ffffff;
}

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

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

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

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

.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: 3px;
	border-color: #fdc500;
	border-radius: 10px;
	border-style: solid;
	cursor: pointer;
	display: flex;
	background: #ffffff;
}

.nav-arrows button:hover {
	background: #fdc500;
	color: #000000;
	border-color: #00509d;
}

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

.rotate-180 {
	rotate:180deg;
}

/* End Testimonials Review */

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

@media (max-width: 980px) {
	.et_right_sidebar #sidebar {
		margin-left: 0;
		border-left: none;
		margin-top: 30px;
	}
}

/* BULLETS */

ul.first-list-content,
ol.second-list-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* better than center for lists */
	padding: 0;
	list-style: disc outside;
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

.first-list-content li,
.second-list-content li {
	position: relative; /* Needed for pseudo-element positioning */
	padding: 10px 35px 10px 10px;
	margin-bottom: 10px;
	background: #00509d;
	color: #fff;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	transition: background 0.3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.second-list-content li {
	background: #fdc500;
}

@media only screen and (max-width: 980px) {
	ul.first-list-content,
	ol.second-list-content {
		display: flex;
		flex-direction: column;
		padding-left: 0; /* remove default ul/ol padding */
		list-style: none; /* remove default bullets */
		width: 100%;
		max-width: 600px;
		margin: 30px auto 0 auto; /* auto centers the list */
	}

	ul.first-list-content li,
	ol.second-list-content li {
		padding: 5px 10px;
		margin-bottom: 10px;
		background: #00509d;
		color: #fff;
		text-align: left;
		border-radius: 5px;
		width: 100%;
		position: relative;
	}
	ol.second-list-content li {
		background: #fdc500;
	}
}

.first-list-content li:hover,
.second-list-content li:hover {
	background: #dee3e0;
	color: #000;
}

/* Add icon on hover */
.first-list-content li::after,
.second-list-content li::after {
	content: ""; /* required for pseudo-element */
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px; /* icon width */
	height: 30px; /* icon height */
	background-image: url('https://windowtintingor.com/wp-content/uploads/2022/12/badgeIcon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0; /* hide by default */
	transition: opacity 0.3s ease;
	/* 	filter: invert(100%) brightness(200%); */
}

.first-list-content li:hover::after,
.second-list-content li:hover::after {
	opacity: 1; /* show on hover */
}