/*
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: 'Noto Sans', Verdana, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #010101;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}
p strong {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
}
div#page-container {
	overflow: hidden;
}
.et_pb_row {
	width: 95% !important;
}

/*HEADER STYLES*/
.header-menu-container {
	width: 95%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
.header-info-holder {
	margin: 0 auto;
	max-width: 1080px;
}
.logo_container {
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1px 0;
}
img#logo {
	min-height: 60px !important;
	max-height: 70px !important;
	width: auto !important;
	max-width: 280px !important;
}
.text-logo {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	line-height: 1.1;
	position: relative;
	text-align: center;
}
.text-logo span {
	position: relative;
	font-size: 25px;
}
.text-logo-icon {
	width: 200px;
	margin: 0 auto;
}
span.info-addon {
	color: #010101;
	display: none;
}
a.phonenum {
	color: #ffffff;
	text-align: left;
}
.main-header-napinfo-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	padding-bottom: 10px;
	display: none;
}
.main-header-napln-container {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 0 0 5px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	min-height: 32px;
}
.main-header-napln-container .fa {
	margin-right: 5px;
	color: #d17b1f;
}
.main-header-email-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	background: #010101;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 999;
	height: 42px;
	width: 199px;
}
.main-header-email-btn .fa {
	margin-right: 5px;
	color: #d17b1f;
}

.phonenum {
	display: flex;
	line-height: 1;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	min-height: 32px;
	justify-content: center;
	align-items: center;
}
.phonenum .fa {
	margin-right: 5px;
	color: #d17b1f;
}

.add-info-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #010101;
	width: 50px;
	padding: 10px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	border: 1px solid #ffffff33;
	border-right: none;
}
.add-info-block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 270px;
	position: fixed;
	right: -220px;
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
	margin-top: 60px;
	z-index: 97;
}
.open-info {
	right: 0;
	z-index: 9999;
}
.open-info #add-info-open-icon {
	display: none;
}
.open-info #add-info-close-icon {
	display: block;
}
.add-info-container {
	background: #010101;
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 220px;
	height: auto;
	border: 1px solid #ffffff33;
	border-right: unset;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.add-info-btn .fa {
	color: #ffffff;
}
#add-info-close-icon {
	display: none;
}
.add-info-container p {
	color: #fff;
}
.add-info-btn span {
	line-height: 1;
	color: #ffffff;
	margin-top: 5px;
	font-size: 12px;
}
.add-info-container a, .header-location-container {
	color: #d17b1f;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	text-align: right;
	width: 100%;
}
.add-info-container span {
	color: #fff;
}
.email-btn {
	margin: 10px 0;
}
.add-info-container .fa {
	margin-right: 5px;
	margin-top: 2px;
}
div#et-top-navigation {
	width: 100%;
	height: 42px;
	padding: 0px !important;
	background: #010101;
	position: relative;
}
nav#top-menu-nav ul#top-menu li a:hover {
	opacity: 0.8;
}

span.select_page {
	display: none !important;
}
.floating-cta-btn {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #d17b1f;
	width: 50px;
	padding: 10px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	border: 1px solid #ffffff33;
	border-right: none;
	right: 0;
	margin-top: 125px;
	z-index: 98;
}
.floating-cta-btn a .fa {
	animation: ringing 5s ease-in-out infinite;
	color: #fff;
	font-size: 24px;
}

.et-fixed-header.sticky-menu .add-info-block, .et-fixed-header.sticky-menu .floating-cta-btn  {
	top: 20px;
}
div#et_mobile_nav_menu {
	width: 100%;
	justify-items: center;
}
.mobile_menu_bar {
	padding-bottom: 0 !important;
	background: #d17b1f;
	width: 50px;
	height: 42px;
	margin-left: auto;
}

.et_mobile_menu {
	background-color: #010101 !important;
	border-color: #d17b1f !important;
	top: 42px;
	height: auto !important;
}


ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	background: #d17b1f !important;
}
ul.sub-menu.visible a::before {
	color: #d17b1f;
}

.et_mobile_menu li a {
	color: #ffffff !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);
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !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: #ffffff;
	text-align: center;
	font-size: 44px;
	left: auto;
}
#main-header {
	background-color: #010101 !important;
}
.booking-button-switch {
	display:none !important;
	place-self: center;
	display: flex;
}

.top_button {
	background: #d17b1f;
	color: #ffffff;
	padding: 17.5px 20px;
	display: inline-block;
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.top_button:hover {
	color: black;
}
.top_button:after,
.top_button:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

.top_button:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

.top_button:hover:after,
.top_button:hover:before {
	transform: translateY(0);
}
/*END HEADER STYLES*/

/*PAGE STYLES*/
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 450px !important;
	min-height: 450px !important;
	height: calc(100vh - 303px) !important;
	background-position: 67% 50%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 450px !important;
	min-height: 450px !important;
	height: calc(100vh - 303px) !important;
	width: 100%;
}
.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 95% !important;
	max-width: 1080px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
}
.header-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.ws-slogan h1 {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	max-width: 400px;
	width: 80%;
	text-align: left;
}
.ws-slogan p {
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 400px;
}
.button {
	background: #d17b1f;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.button:hover {
	color: black;
}
.button:after,
.button:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

.button:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

.button:hover:after,
.button:hover:before {
	transform: translateY(0);
}

.header-button-quote {
	background: #d17b1f;
	color: #ffffff;
	padding: 10px 18px;
	display: inline-block;
	line-height: 1;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	text-transform: capitalize;
}
.header-button-quote:hover {
	color: black;
}
.header-button-quote:after,
.header-button-quote:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

.header-button-quote:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

.header-button-quote:hover:after,
.header-button-quote:hover:before {
	transform: translateY(0);
}

.section-title-heading {
	text-transform: uppercase;
	color: #d17b1f;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
.entry-title {
	text-align: center;
	font-size: 26px !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
}


.home .entry-title {
	color: #010101;
	padding: 0;
	position: relative;
	display: inline-block;
	text-align: center;
}

.page-title-block {
	position: relative;
	text-align: center;
	display: inline-block;
}

.home div#first-paragraph-title::before {
	content: "\f0d1";
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 25px;
	color: #d17b1f;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.home .entry-title {
	color: #010101;
	padding: 0;
	position: relative;
	display: inline-block;
	text-align: center;
}

.home div#first-paragraph-column::before,
.home div#first-paragraph-column::after {
	content: "";
	position: absolute;
	top: -12px;
	width: 30px;
	height: 3px;
	background-color: #d17b1f;
}

.home div#first-paragraph-column::before {
	left: 55%;
}

.home div#first-paragraph-column::after {
	right: 55%;
}

/* BADGES SECTION STYLE */
div#css-badges-section {
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div#badge-row {
	padding: 0;
	margin: 0;
	width: 100% !important;
}
.home-first-par-title {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 24px !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	text-align: center;
}
.home-first-par-title span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 7px;
}

.badges-container {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}
.badge-holder {
	background-color: #ffffff;
	display: flex;
	width: 375px;
	width: 100%;
	position: relative;
	box-shadow: #9e9e9e3d 0px 5px 10px 0px;
	color: #333;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	border: 1px solid #eeeeee;
	transition: 0.3s ease-out;
}
.badge-holder:hover {
	background-color: #d17b1f;
	border-color: #d17b1f;
	color: #ffffff;
	box-shadow: #9e9e9e3d 0px 5px 10px 5px;
}
.badge-holder:hover .badge-icon-holder {
	border-color: #ffffff;
	transition: 0.3s ease-out;
}
.badge-icon-holder {border-bottom: 2px solid #d17b1f;}
.badge-holder img {
	padding: 30px 0 5px;
	width: 55px;
	position: relative;
	filter: invert(1);
	transition: 0.3s ease-out;
}
.badge-holder:hover img {
	filter: unset;
}
.badge-content-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
p.badge-content {
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0 5px !important;
	color: #010101;
}
.badge-holder:hover p.badge-content {
	color: #fff;
	transition: 0.3s ease-out;
}
.badge-title {
	font-size: 17px;
	text-transform: capitalize;
	position: relative;
	padding: 0px 0 15px;
}
.badge-title:hover {
	color: #fff;
}
.badge-title span {
	font-size: 17px;
}

/* About Section */
div#css-about-section {
	padding-bottom: 54px;
}

#about-img img {
	box-shadow: 0 0 10px #000000;
}

.gallery-button-holder .button {box-shadow: 0 8px 32px 0 #0101015e;}

/* SERVICES LIST SECTION STYLE */
div#services-list-section {
	box-shadow: 0px 10px 15px 0px #010101;
	background-color: #ffffff;
	z-index: 0;
}

div#services-list-section .section-title-heading {
	color: #333;
}
.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;
	color: #333;
	text-align: right;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	line-height: 1.2;
}
.homepage-services #servcss li:before {
	content: '\f101';
	color: #d17b1f;
	font-family: 'FontAwesome';
	padding-right: 10px;
}

/* SERVICES SECTION */
div#home-section-title {
	background-color: #010101 !important;
	display: flex;
	justify-content: center;
	position: relative;
}
div#services-blocks-section {
	z-index: 0;
	background: fixed;
	background-blend-mode: overlay;
	background-size: cover;
	background-color: #0000005c !important;
}

.srvBlockTitle p {
	text-align: center;
	font-size: 26px;
	color: #ffffff;
	line-height: 1.2;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	filter: drop-shadow(1px 1px 6px #000);
	text-shadow: 1px 1px 5px #000 !important;
}
.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 25px;
	overflow: hidden;
	background: #010101;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.srv-icon {
	position: absolute;
	background: #d17b1f;
	width: 75px;
	height: 75px;
	right: 0;
	bottom: -37px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.srv-icon img {
	width: 50px !important;
	height: 50px !important;
	object-fit: contain !important;
	object-position: center!important;
	border: none !important;
	filter: brightness(0.95);
}
.srvElementHeader h2 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
	font-size: 22px;
	min-height: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 36px;
	position: relative;
}
.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
	box-shadow: #64646f33 0px 7px 29px 0px;
}
.srvElementBody {
	padding: 0px 20px 20px 20px;
}
.srvElementBody a {
	color: #c97927;
}
.srvElementContent {
	text-align: justify;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}
.srvElement:hover .srvElementImg img {
	filter: grayscale(1);
}
.srvElement:hover .srv-icon img{
	filter: none;
}
.srvElement:hover h2 {
	color: #fffdff;
	font-weight: bold;
}

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

/* Last Content Section */
div#home-content-section {
	background-color: #ffffff!important;
}


/* NAP SECTION STYLE */
div#homepage-nap-section {
	background: #333;
	padding: 54px 0 0;
}
div#homepage-nap-row .et_pb_code_inner {
	justify-items: center;
}
.homepage-nap {
	background: #d17b1fa3;
	box-shadow: 0 8px 32px 0 #0101015e;
	backdrop-filter: blur(5px);
	padding: 10px;
}
.homepage-nap h3 {
	text-align: center;
	color: #ffffff;
	line-height: 1.2;
	padding: 10px;
	font-size: 15px;
	text-transform: capitalize;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-nap h3 strong {
	color: #ffffff;
	font-size: 26px;
	line-height: 1.2;
	display: inline-block;
	padding-bottom: 10px;
}
.nap-img-holder {
	object-fit: cover;
}

/* NAP Google listing button */
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
}

#main-footer .listing-rev-btn img {
	display: none;
}

#main-footer .listing-rev-btn {
	border: 1px solid #010101;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #d17b1f;
	color: #fff;
	bottom: 10px;
	padding: 5px 45px 5px 32px;
	font-weight: normal;
	font-size: 16px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
	overflow: hidden;
}
#main-footer .listing-rev-btn:hover {
	filter: drop-shadow(2px 4px 6px black);
	color: black;
}
#main-footer .listing-rev-btn:after,
#main-footer .listing-rev-btn:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

#main-footer .listing-rev-btn:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

#main-footer .listing-rev-btn:hover:after,
#main-footer .listing-rev-btn:hover:before {
	transform: translateY(0);
}
/* Floating Quote Button button */
.floating-quote-btn {
	display: inline-block;
	position: fixed;
	left: 0;
	background: #d17b1f;
	color: #fff;
	border: 1px solid #010101;
	border-left: 0;
	bottom: 58px;
	padding: 5px 15px 5px 15px;
	font-weight: normal;
	z-index: 9999;
	overflow: hidden;
}
.floating-quote-btn:hover {
	filter: drop-shadow(2px 4px 6px black);
	color: black;
}
.floating-quote-btn:after,
.floating-quote-btn:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

.floating-quote-btn:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

.floating-quote-btn:hover:after,
.floating-quote-btn:hover:before {
	transform: translateY(0);
}

/* TESTIMONIALS SECTION STYLE */
div#testimonials-section {
	background-blend-mode: overlay;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	background: #d17b1f;
}
div#home-testimonials {
	background-color: #ffffff !important;
	overflow: hidden;
}
div#testimonials-column {
	padding: 0 20px;
}

.testimonials-section-title {
	text-align: center;
	font-size: 26px !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #010101;
}
div#testimonials-txt {
	text-align: center;
}
.home .wpcr3_respond_1 {
	padding: 15px !important;
	color: #010101;
}
.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: 18px;
	color: #d17b1f;
	font-weight: bold;
}
.home span.wpcr3_item_name a {
	color: #010101;
}
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;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
	order: 1;
	background: #323232;
	padding: 10px;
	color: #fff;
}
div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 16px;
}
.home .wpcr3_reviews_holder {
	position: relative;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
}
.testimonials-btn {
	background: #d17b1f;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	border: 1px solid #010101;
}
.testimonials-btn:hover {
	color: #fff;
	background: #646464;
}
/* reviews */

.review-title {
	text-align: center;
	font-size: 36px !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #010101;
}
.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: #000;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #000;
}
.external-review-author {margin: 0 5px;}

.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%;
	color: #000;
	font-weight: 300;
	font-style:italic;
	position: relative;
}
.external-review-text:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 5px;
	top: 0;
	opacity: 0.5;
}
.external-review-text:after {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	bottom: 0;
	opacity: 0.5;
}
.external-reviews-holder a {
	width: 200px;
	background: #d17b1f;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	border: 1px solid #010101;
}
.external-reviews-holder a:hover {
	background-color: #646464;
}
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: 1025px) {
	.static-external-review-holder {
		display: flex;
		position: relative;
		justify-content: center;
	}
	.static-external-review-container {
		width: 50%;
	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}
	.review-origin-brand {
		position: absolute;
	}
}

/* TESTIMONIALS PLUGIN CSS*/

.testimonials-container {
	max-width: 1280px;
	margin-right: auto;
	margin-left: unset;
	text-align:center;
	margin: 0;
}

.testimonials-title {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0;
	letter-spacing: 0;
	color: #ffffff;
}

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

.testimonial-item {
	border: unset;
	border-radius: 0px;
	padding: unset;
	min-height: 100%;
	break-inside: avoid;
	background: #33333300;
}

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

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

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

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

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

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

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

.testimonial-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	margin: 15px 0;
	/* background: #ffffff; */
}

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

.reviewer-name {
	padding-right: 0.75rem;
	font-size: 13px;
	border-right: none;
}

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

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

.review-from-logo {
	width: 80px;
	height: auto;
	background: #fff;
	padding: 3px;
	border-radius: 5px;
	filter: drop-shadow(0px 0px 3px #ffffff);
}

.reviewer-name {
	font-weight: 500;
	color: #ffffff;
	line-height: 1.5rem;
}
.nav-arrows {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 10px;
}

.nav-arrows button {
	color: #fff;
	padding: 0.5rem;
	border-width: 1px;
	border-color: #010101;
	border-radius: 0px;
	cursor: pointer;
	background: #d17b1f;
	display: flex;
	justify-content: center;
	align-items: center;
	border: unset;
}

.nav-arrows button:hover {
	FONT-VARIANT: JIS83;
	background: #01010100;
	color: #ffffff;
}

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

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

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

/* CONTACT FORM STYLE */
#contact-form-section .et_pb_row {
	width: 95% !important;
	max-width: 900px;
	padding: 20px !important;
	background-color: #eeeff3;
	filter: drop-shadow(2px 4px 6px #221f20);
}
div#homepage-contact-form-section {
	background: fixed;
	background-size: cover;
	background-color: #00000030;
	background-blend-mode: overlay;
	background-position-x: 50%;
	background-position-y: 40%;
}
div#homepage-contact-form-row {
	background-blend-mode: overlay;
	background-position: 50% 50%;
}

div#homepage-contact-form-left-column {
	display: flex;
	justify-content: center;
}
div#homepage-contact-form-right-column {
}
div#homepage-contact-form {
	background: #01010180;
	padding: 40px 15px;
	width: 100%;
	backdrop-filter: blur( 4px );
}
p.free-estimate-title {
	font-size: 26px !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #ffffff;
	margin-bottom: 15px;
	padding-bottom: 2px;
	text-align: center;
}
p.success {
	color: #fff;
}
div#contact-form-section {
	padding-top: 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgb(56 142 60) 50%, rgb(56 142 60) 100%);
}
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;
	font-weight: 400;
	text-transform: capitalize;
	transition: 500ms;
	position: relative;
	z-index: 1;
	height: 39px;
	background: #d17b1fbf;
	color: #ffffff;
	padding: 11px 20px;
	display: inline-block;
	line-height: 1;
	width: 210px;
	text-align: center;
	border-radius: 0;
	border: unset;
}
input#submitter:hover {
	background: #d17b1f;
}
input#submitter:after,
input#submitter:before {
	background: linear-gradient(90deg, #fff 25%, transparent 0, transparent 50%,  #fff 0, #fff 75%, transparent 0);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(101%);
	transition: transform 0.3s ease;
	z-index: -1;
}

input#submitter:after {
	background: linear-gradient(90deg, transparent 0, transparent 25%, #fff 0, #fff 50%, transparent 0, transparent 75%, #fff 0);
	transform: translateY(-101%);
}

input#submitter:hover:after,
input#submitter:hover:before {
	transform: translateY(0);
}


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;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #fff !important;
	background-image: none;
	margin-bottom: 10px !important;
	background: #01010150;
	box-shadow: 0 4px 30px #0000001a;
	border: 1px solid #ffffff4d;
	filter: drop-shadow(1px 1px 6px #00000050);
}
#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: #fff !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: #fff !important;
	border-color: #ffffff90;
}
#contact {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}
#contact-page-form {
	background: #010101;
}
.link-button {
	width: 210px;
	text-align: center;
	background: #d17b1f;
	color: #ffffff;
	padding: 10px 25px;
	display: inline-block;
	line-height: 1;
	margin-top: 10px;
	border: 1px solid #010101;
}
.link-button:hover {
	color: #fff;
	background: #646464;
}
/* FOOTER STYLE */
#main-footer {
	background: #010101;
	background-size: contain;
	background-repeat: repeat;
}
#main-footer .container {
	width: 95%;
}
div#footer-bottom {
	background-color: #d17b1f;
	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: bold;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dashed #d17b1f;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.footer-widget .textwidget {
	color: #efefef;
}
#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;
	font-family: 'Open Sans', sans-serif;
	color: #efefef;
}
#current-day {
	background-color: #d17b1f;
	padding: 0 2px;
}
#current-day td {
	color: #ffffff;
	text-shadow: none;
}
#closed-day {
	color: #efefef;
}

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

ul#menu-footer-menu li:before {
	color: #d17b1f !important;
	content: '\f101' !important;
	font-family: 'FontAwesome' !important;
	border: none !important;
	top: 0 !important;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #231f20;
	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;
}

.single-post div#main-content .container {
	padding: 0px 0 !important;
}
.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 div#main-content .container {
	padding: 0px 0 !important;
	width: 95%;
}
.single-post 
.et_pb_row {
	width: 100% !important;
}

#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) {
	.main-header-napinfo-block {
		padding-right: 0;
	}

	/* Badges */
	.badge-holder {
		width: 50%;
	}

	/* About */
	div#css-about-section img {
		max-height: 350px;
	}

	.home div#first-paragraph-column::after {
		right: 53%;
	}

	.home div#first-paragraph-column::before {
		left: 53%;
	}

	/* Services Boxes */
	div#services-blocks-title::before {
		left: 56%;
	}
	div#services-blocks-title::after {
		right: 53%
	}
	.srvElementImg img:not(.srv-icon-img) {
		height: 300px;
	}
	.homepage-services {
		max-width: 100%;
	}
	.homepage-services #servcss li:before {
		position: absolute;
		top: 0;
		left: 0;
	}
	.homepage-services #servcss li {
		padding-left: 20px;
		justify-content: flex-start;
	}
	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		margin: 0 auto;
		width: 100%;
		column-gap: 25px;
	}
	.homepage-services #servcss li:first-child {
		margin-top: 0;
	}
	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;
	}
	#additionalServices li {
		break-inside: avoid;
		padding: 10px 5px;
		text-align: left;
	}

	/* Services List */
	div#services-list-section::before, div#services-list-section::after {
		width: 35%;
	}
	div#services-list-section::before {
		left: 10%;
	}
	div#services-list-section::after {
		left: 50%;
	}

	/* Testimonials */
	.testimonials-grid {
		column-fill: balance;
		columns: 2;
		gap: 1.5rem;
	}
	.testimonials-container {
		/* box-shadow: 1px 2px 10px #e3e3e3; */
		padding: 10px 10px 0;
	}
	div#testimonials-column::before {
		left: 57%;
	}
	div#testimonials-column::after {
		right: 54%;
	}

	/* Contact Form */
	div#homepage-contact-form {
		width: 100%;
	}

	/* NAP */
	div#homepage-nap-row .et_pb_column {
		width: auto;
		margin: 0px;
	}
	div#homepage-nap-row {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
}

/* 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: 14px;
		border-right: none;
	}

	.review-from-logo {
		padding-left: 3px;
	}
}



/* END TESTIMONIALS PLUGIN CSS*/


@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) {
	.home div#page-container {
		padding-top: 0 !important;
	}
	/*HEADER STYLES*/
	.home #main-header {
		background: #010101 !important;
		box-shadow: unset;
		padding: 0;
	}
	.home #main-header.et-fixed-header {
		background: #010101 !important;
	}
	.home .header-menu-container {
		background: transparent;
		display: flex;
	}
	.home div#et-top-navigation {
		background: transparent;
	}
	.main-header-napinfo-block .phonenum .fa {
		font-size: 35px;
		margin-right: 0px;
		color: #d17b1f;
		display: contents;
	}
	.main-header-contact-info-holder a {
		min-width: 67%;
	}
	.logo-link {
		text-align: center;
		max-height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.text-logo-icon {
		max-width: 145px;
	}
	.main-header-napinfo-block {
		width: calc(100% - 360px);
		flex-direction: row;
		justify-content: flex-end;
		padding-bottom: 0;
		filter: drop-shadow(1px 1px 6px #000);
	}
	.main-header-napln-container {
		font-size: 17px;
	}
	.main-header-email-btn {
		position: relative;
		margin: 0 5px;
		background: transparent;
		font-size: 17px;
		width: 225px;
	}
	.phonenum {
		position: relative;
		background: transparent;
		font-size: 17px;
		width: 180px;
	}
	.ws-header-booking {
		height: 0;
		padding: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 1080px;
	}

	.top_button {
		right: 0px;
		bottom: -50px;
		position: absolute;
		z-index: 999;
	}
	.header-info-holder {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.main-header-info-holder {
		width: 81%;
		max-width: 870px;
	}
	span.info-addon {
		display: block;
		font-weight: bold !important;
	}
	.main-header-napinfo-block span {
		line-height: 24px !important;
		color: #ffffff;
	}
	.main-header-napinfo-block .phonenum span {
		font-weight: bold;
		width: 100%;
		display: flex;
	}
	.main-header-napln-container .fa, .main-header-email-btn .fa, .hours-holder .fa, .main-header-napinfo-block .phonenum .fa {
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-header-napln-container .fa {
		font-size: 35px;
	}
	.main-header-email-btn .fa {
		font-size: 30px;
	}
	.main-header-napinfo-block .phonenum .fa {
		font-size: 35px;
	}
	.hours-holder .fa {
		font-size: 34px;
	}
	nav#top-menu-nav ul#top-menu li {
		padding: 0px;
	}
	nav#top-menu-nav ul#top-menu li a{
		color: #ffffff !important;
		padding: 10px 14px !important;
		/* padding-bottom: 18px !important; */
	}
	#top-menu > li > a:before {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		background-color: #d17b1f;
		z-index: -1;
	}

	#top-menu > li > a:hover {
		opacity: 1 !important;
	}

	#top-menu > li > a:hover::before, #top-menu > .current-menu-item > a:before {
		height: 100%;
		transition: 0.3s ease-out;
	}

	#top-menu .menu-item-has-children>a:first-child:after {
		top: 10px;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a {
		color: #ffffff !important;
	}

	div#et-top-navigation {
		height: auto;
		justify-content: center;
		display: flex;
	}
	nav#top-menu-nav {
		display: flex;
		/* margin-left: 30px; */
		justify-content: center;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
		background: #d17b1f;
		color: #fff;
	}
	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 30px;
		background-color: #010101 !important;
		border-color: #d17b1f !important;
	}
	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #ffffff !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: #d17b1f;
	}
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}
	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}
	.main-header-napln-container .fa {
		margin-right: 0px;
	}

	/*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;
		z-index: 0;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 900px !important;
		min-height: 600px !important;
		height: calc(100vh - 184px) !important;
	}
	.ws-slogan h1 {
		font-size: 40px;
		max-width: 600px;
	}
	.ws-slogan p {
		max-width: 600px;
		font-size: 20px;
	}
	div#home-title-block-container {
		flex-direction: row;
	}
	div#first-par-img, div#first-par-img span {
		height: 100%;
	}
	div#first-par-img img {
		height: 100%;
		object-fit: cover;
		object-position: left;
	}
	.entry-title {
		text-align: left;
	}
	.website-header-block {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 105px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page-title-block {
		margin: 0;
		padding: 0;
	}
	.page-title-block:before {
		right: 50%;
		left: 50%;
		width: 30px;
		top: -25px;
		height: auto;
	}
	.page-title-block:after {
		border-right: none;
		border-top: 100px solid transparent;
		border-bottom: 100px solid transparent;
		border-left: 35px solid;
		bottom: auto;
		right: -33px;
	}
	.hours-holder {
		width: 300px;
		justify-content: flex-end;
	}
	.page-title-block .section-title-heading {
		text-align: left;
	}
	/* BADGES DESKTOP */
	.home-first-par-title {
		flex-direction: row;
		align-items: center;
	}
	.badge-holder {
		width: 25% !important;
	}
	.badge-holder:hover {
		bottom: 40px;
	}

	/* ABOUT DESKTOP */
	div#css-about-section::before, div#css-about-section::after {
		width: 20%;
	}
	div#css-about-section::before {
		left: 27%;
	}
	div#css-about-section::after {
		left: 50%;
	}

	div#about-row {
		display: flex;
		align-items: center;
	}

	/* SERVICES DESKTOP */
	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.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 {
		height: 100%;
	}
	.srvElementFullWidth .srvElementContent {
		height: auto;
	}
	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}
	.srvElementFullWidth .srvElementHeader {
		border-top: none;
	}
	.srvElementFullWidth .srv-icon {
		bottom: 0;
		right: -32px;
	}
	.srvElementFullWidth .srvElementImg {
		width: 34%;
		margin: 0;
	}
	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 20px 20px 20px 30px;
		height: auto;
		padding: 0px 0px 0px 20px;
	}

	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}

	/* SERVICES LIST DESKTOP */
	div#services-list-section::before, div#services-list-section::after {
		width: 20%;
	}
	div#services-list-section::before {
		left: 27%;
	}
	div#services-list-section::after {
		left: 50%;
	}

	/* PROJECTS SLIDER DESKTOP */
	.swiper-container {
		width: 90%;
	}
	.swiper-button-prev {
		left: -40px;
	}
	.swiper-button-next {
		right: -40px;
	}
	/* NAP SECTION DESKTOP */


	/* CONTACT SECTION DESKTOP */
	div#homepage-contact-form-section {
		padding: 0;
	}
	div#contact-section {
		max-width: 600px;
		margin: 0 auto;
		background: #f3f3f3;
		padding: 10px;
	}
	div#homepage-contact-form-row {
		display: flex;
		justify-content: center;
		padding: 0;
		width: 100% !important;
		max-width: 100%;
	}
	div#homepage-contact-form-left-column {
		width: 50%;
		margin-right: 0;
	}

	div#homepage-contact-form-right-column {
		background: #d17b1f;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
	}
	.homepage-nap {
		margin: 15px;
	}
	.nap-holder h3 {
		color: white;
		text-transform: uppercase;
		font-size: 18px;
		display: flex;
		line-height: 1.2;
		text-align: center;
		position: relative;
	}

	/* TESTIMONIALS SECTION DESKTOP */
	div#testimonials-section {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: stretch;
		background-position: 42% 60%;
		background-blend-mode: overlay;
		justify-content: center;
	}
	div#testimonials-row {
		width: 100% !important;
		display: flex;
		justify-content: center;
	}
	div#testimonials-column {
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.testimonial-item {
		background: transparent;
		border: unset;
	}
	.testimonial-item:hover {
		background: transparent;
	}
	.testimonial-footer {
		/* background: #ffffff; */
	}
	.testimonial-subject {
		color: #ffffff;
	}
	.testimonial-content {
		color: #ffffff;
	}
	.nav-arrows {
		margin-top: 0;
	}
	.nav-arrows button {
		background: transparent;
		color: #fff;
		border: unset;
	}
	.nav-arrows button:hover {
		background: transparent;
		color: #d17b1f;
	}


	div#testimonials-img .et_pb_image, div#testimonials-img span {
		height: 100%;
	}
	div#testimonials-img img {
		height: 100%;
		object-fit: cover;
		object-position: right;
	}
	div#home-testimonials:before {
		right: calc(50% - 610px);
		bottom: -2px;
	}
	.home .wpcr3_review {
		justify-content: flex-start;
		text-align: left;
	}
	.home .wpcr3_review_ratingValue {
		text-align: left;
		width: auto;
	}
	p.testimonials-section-title {
		text-align: left;
	}
	div#testimonials-txt {
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.home .wpcr3_review_title.wpcr3_caps {
		text-align: left;
	}
	.home div.wpcr3_review blockquote.wpcr3_content {
		text-align: left;
	}
	.home .wpcr3_respond_1 {
		padding-left: 0 !important;
	}

	/* 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: 0px;
	}
	/* 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(78 78 78 / 20%);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
	.et_pb_title_meta_container, .post-meta {
		text-align: left;
	}
}

/***** 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, .wpcr3_button_1:hover {
	margin-top: 10px;
	background: #d17b1f;
	color: #fff;
	border: 1px solid #010101;
	border-radius: 0px;
}



@media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
		min-width: 100%;
	}
	.wpcr3_table_2 td {
		text-align: left !important;
	}
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
}
@media (max-width: 980px) {
	.review-title {
		font-size: 26px !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%;
	}
}
@keyframes ringing {
	20% {
		transform: rotate(0deg);
	}
	21% {
		transform: rotate(10deg);
	}
	22% {
		transform: rotate(-10deg);
	}
	23% {
		transform: rotate(12deg);
	}
	24% {
		transform: rotate(-12deg);
	}
	25% {
		transform: rotate(12deg);
	}
	26% {
		transform: rotate(-12deg);
	}
	28% {
		transform: rotate(10deg);
	}
	30% {
		transform: rotate(-10deg);
	}
	32% {
		transform: rotate(5deg);
	}
	34% {
		transform: rotate(-5deg);
	}
	36% {
		transform: rotate(2deg);
	}
	38% {
		transform: rotate(0deg);
	}
}




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

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

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

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

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



/* Bullet Paragraphs */
div#home-content-section-1 {
	/* padding-bottom: 0; */
}
div#home-content-section-1 .et_pb_row {
	display: flex;
	align-items: center;
	padding: 0;
	flex-direction: column-reverse;
}
div#home-content-section-1 p {
	padding-bottom: 1em;
}
div#home-content-section-1 ul {
	padding: 0 0 0 1em;
}
div#home-content-section-1 li {
	line-height: 40px;
	font-size: 19px;
	margin-bottom: 0 !important;
}
div#home-content-section-1 .et_pb_image {
	text-align: center;
}

div#home-content-section-2 {
	padding-bottom: 0;
}
div#home-content-section-2 .et_pb_row {
	display: flex;
	align-items: center;
	padding-bottom: 0;
	flex-direction: column;
}
div#home-content-section-2 p {
	padding-bottom: 1em;
}
div#home-content-section-2 ol {
	padding: 0;
	line-height: 40px;
	font-size: 17px;
}
div#home-content-section-2 ol li {
	margin-bottom: 0 !important;
}
div#home-content-section-1 .et_pb_column {
	margin-bottom: 30px
}
div#home-content-section-2 .et_pb_image {
	text-align: center;
}
@media (min-width: 981px) {
	div#home-content-section-1  .et_pb_row {
		flex-direction: row;
		padding-top: 2%;
	}
	div#home-content-section-2 .et_pb_row {
		flex-direction: row;
	}
	div#home-content-section-2 ol {
		font-size: 16px;
	}
}


nav#top-menu-nav ul#top-menu a {
	font-size: 12px
}

@media screen and (max-width: 981px) {
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}