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


/*HEADER STYLES*/
header#main-header {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.logo_container {
	position: relative !important;
	display: flex;
	flex-direction: column-reverse;
	overflow-x: hidden;
}

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


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

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

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

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

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

.info-container-holder {
	color: #181B21;
}

.logo-link {
	text-align: center;
	line-height: 1.1;
	position: relative;
	color: #ffffff;
	padding: 10px;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
}

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

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

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

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

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

.et_mobile_menu {
	background-color: #181B21 !important;
	border-color: #daab2d;
}

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

a.email-btn {
	color: #daab2d;
	padding-bottom: 10px;
	font-family: 'Outfit', sans-serif;
}

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

}


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

.et_pb_fullwidth_header_container.center {
	max-height: 400px !important;
	min-height: 400px !important;
	height: calc(99vh - 172px) !important;
	width: 95%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 0 auto !important;
	padding: 0;
	width: 100%;
	max-width: 1080px;
}
.head-title {
    font-family: 'Outfit', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 3px 1px #000;
}

.head-subtitle {
	font-family: 'Outfit', sans-serif !important;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 40px;
    text-shadow: 1px 3px 1px #000;
}
.button {
	background: #daab2d;
	color: #181B21;
	font-weight: bold;
	border-radius: 3px;
	padding: 12px 25px;
	display: inline-block;
	margin: 15px auto;
	font-family: 'Outfit', sans-serif;
}

.button:hover {
	background: #181B21;
	color: #fff;}

div#home-title-block {
	background-color: #f6f6f6 !important;
}
.section-title-heading {
    color: #daab2d;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    text-shadow: 1px 2px 1px #000;
    font-size: 18px;
}

.link-button {
    background: #181B21;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 12px 30px;
    margin: 0 auto;
}
.entry-title {
	text-align: center;
	line-height: 1.2;
	font-size: 26px !important;
	color: #2d2d2d;
	font-weight: bold;
	font-family: 'Outfit', sans-serif;
}

.home .entry-title {color: #181B21;font-family: 'Outfit', sans-serif;text-align: center;line-height: 1.2;font-size: 26px !important;font-weight: bold;padding: 0;}

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

.button-quote:hover {

	background: #d54b00;
}


/* HTML BADGES STYLE */

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

.badge-holder {
    background: #181B21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

p.badge-content {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 70%;
}

.badge-title {
    background: #fff;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
}

.badge-title span {
    font-weight: bold;
    font-size: 17px;
    font-family: 'Outfit', sans-serif;
}

/* SERVICES SECTION STYLE */

div#services-blocks-section {}

.srvBlockTitle p {
	font-size: 26px;
	padding-top: 30px;
	color: #181B21;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius: 8px;
	box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
	border: 1px solid #dfdfdf;
	padding: 20px;
}
 

.srv-icon {
    position: absolute;
    background: #daab2d;
    width: 60px;
    height: 70px;
    bottom: -20px;
    right: 0;
    display: flex;
    justify-content: center;
    border-top-left-radius: 20px;
    z-index: 9999;
}

.srv-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    object-position: center!important;
    margin-top: 10px;
    border: none !important;
}
.srvElementHeader h2 {
	text-align: center;
	color: #181B21;
	font-family: 'Outfit', sans-serif;
	font-weight: bold;
}

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

.srvElementImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid #d7d7d7;
}

.srvElementContent {
	text-align: justify;
	color: #292929;
	font-size: 16px;
	line-height: 1.6;
}

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

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


/* SERVICES LIST SECTION STYLE */

div#home-services-list-section {
    padding: 0;
}

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

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f0ad';
	top: 0;
	left: 0;
	color: #daab2d;
	font-family: 'FontAwesome';
}

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

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

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

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

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


/* NAP SECTION STYLE */

div#homepage-nap-section {
	background-color: #292929 !important;
}
.section-title-subheading {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    line-height: 1.2;
    font-size: 26px !important;
    font-weight: bold;
    padding-top: 20px;
    text-shadow: 1px 3px 1px #000;
}
.homepage-nap h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
	font-style: italic;
	padding: 0;
	text-align: center;
	text-shadow: 1px 3px 1px #fff;
}

.homepage-nap h3 strong {
	font-size: 26px;
	color: #daab2d;
	font-style: normal;
	text-shadow: 1px 3px 1px #000;
	line-height: 1.2;
}


div#home-content-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}



/* CONTACT FORM STYLE */

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

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

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

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

form#contactForm {
	text-align: center;
}

input#submitter {
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	height: auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
	display: inline-block;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	background: #181B21;
	color: #fff;
	border-radius: 3px;
	padding: 12px 35px;
	font-family: 'Poppins', sans-serif;
}

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

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	margin-bottom: 15px;
	padding: 10px 5px 10px;
	height: auto;
	background-color: white !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000;
	background-image: none;
	border-radius: 8px;
	box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
	border: 1px solid #dfdfdf;
}

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

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	font-family: 'Outfit', sans-serif;
	font-size: 26px;
	color: #181B21;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

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

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

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

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

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
}

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

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

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

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


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-family: 'Poppins', sans-serif;
	color: #181B21;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	background: #daab2d;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
}

.testimonials-btn:hover {
	background: #181B21;
}


/* FOOTER STYLE */

#main-footer {
	background-color: #181B21;
}

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

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

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

.footer-widget .textwidget {
	color: #fff;
 
}

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

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

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size:15px;
}

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

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

#closed-day {
	color: #ddd;
}


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

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

#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) {
	.head-title {
    text-align: left;
    font-size: 35px;
}

.head-subtitle {
    text-align: left;
    font-size: 20px;
}

.button {
	margin-left: 0 !important;
	margin-right:0px !important;
	}

.header-content {
    text-align: left !important;
}
	.srvElementImg img {

		height: 300px;
	}

	.homepage-services ul#servcss {


		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}


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

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

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
	.logo_container {
		flex-direction: row;
		min-height: 125px !important;
		align-items: center;
		overflow-x: initial;
	}

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

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

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

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

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

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

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

	.logo-link:after {
		background: #181B2100;
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 125px solid #181B21;
		border-right: 48px solid transparent;
		right: -47px;
	}

	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 50px;background-color: #181B21 !important;border-color: #daab2d !important;}

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

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

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

	nav#top-menu-nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: calc(100% - 170px);
		background: #ffffff;
		height: 50px;
		padding: 0 15px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	div#et-top-navigation {
		flex-direction: row;
		padding: 0 !important;
		background: #daab2d;
		position: absolute;
		bottom: -25px;
		border-radius: 8px !important;
		box-shadow: 0px 0px 4px 2px #181B2112;
	}

	a.email-btn {
		padding: 0;
		width: 170px;
		text-align: center;
		color: #181B21;
	}

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

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

	#top-menu li {
		padding-top: 18px;
		padding-bottom: 18px;
	}

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

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

	#logo {
		padding-bottom: 25px;
	}

	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	.home .et_pb_row {
    width: 90%;
}
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 800px !important;
		min-height: 600px !important;
	}

	.et_pb_fullwidth_header_container.center {
		max-height: 800px !important;
		min-height: 600px !important;
	}
 

.head-title {
    font-size: 50px;
}

.head-subtitle {
    font-size: 26px;
    padding-top: 20px;
}
	.entry-title {
		text-align: left;
	}

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

	div#home-title-block {
	/* padding-bottom: 154px; */
	}
div#home-badges-section {
    padding-top: 0 !important;
    margin-top: -100px;
    background-color: transparent !important;
}

div#home-badges-section .et_pb_row {
    padding-top: 0 !important;
}
	div#home-title-block .et_pb_row {
	}

	div#homepage-nap-section {
		background-position-y: 75%;
	}
	.section-title-subheading {
		font-size: 32px !important;
	}
	.badge-holder:hover {
    transform: scale(1.2);
    z-index: 999;
    background: #daab2d;
}
div#home-content-image {
    height: 100%;
}

div#home-content-image span {
    height: 100%;
}

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

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

	.srvElementImg img {height: 200px;}

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

	.srvElementBody {
		height: 100%;
	}

	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}
.srvElement.srvElementFullWidth .srv-icon {
	bottom: 0;
}
	.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;
	}

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

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

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

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

	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

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

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

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-color: #000;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {

}

.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: #000;
		color: #fff;
	}
@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}

 
}

@media (max-width: 980px) {
	.homepage-services #servcss li {
		display: block;
	}

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

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
    width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}
.review-origin-brand img {
    margin: 0;
    height: 35px;
	border-radius:0px !Important;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #181B21;
    font-weight: 400;
    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: #181B21;
}
.external-review-author {
    margin: 0 5px;
    font-weight:400;
}

.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: 0px;
    width: 95%;
    color: #181B21;
    font-weight: 400;
    position: relative;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

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

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* add buttons*/
.booking-button-switch {
display:none !important;
}

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #1D2150;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #daab2d;
    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: 3px;
}
.top_button:hover {
    color:#fff;
}
.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 5px 15px;
    background-color: #daab2d;
    color: #ffffff !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 3px solid #1D2150;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 5px 15px;
    border: 3px solid #1D2150;
    border-left: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    bottom:0px;
    background: #daab2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 200px;
    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;
  }
.slider-button .booking-button-switch {
  margin-left:15px !important;
}
}


/* .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 .et_pb_post .entry-content {
text-align: justify;
}


@media (min-width: 981px) {
	.et_pb_title_meta_container, .post-meta {
    		text-align: left;
	}
}


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

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




.et_pb_grid_item img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
 
.et_pb_grid_item .et_pb_gallery_image {
padding-top:100%;
}

/**/
#sidebar {
	margin-top: 40px;
}
.single-post h2 {
	text-align: left;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#left-area p, #left-area ol, #left-area ul {
	text-align: justify;
}
.post-content p {
    text-align: justify !important;
}
@media (max-width: 980px) {
	#left-area .post-meta {
    text-align: center;
}
}