/*
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-family: 'Montserrat', Arial sans-serif;
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #272d33;
	background-color: #fcfffc !important;
	font-weight: 400;
	overflow-x: hidden;
}


/*HEADER STYLES*/

header#main-header {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #272d33;
}

#main-header > div.container.clearfix.et_menu_container{
	max-width:none;
	padding-left: 15px;
	padding-right:15px;
	/* 	padding-top: 20px; */
}

.et_menu_container{
	width: 100%;
	background: #272d33;

}


/* Logo */


.logo_container {
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content:center;
	margin:auto !important;
	width:70% !important;
	text-align:center;
	padding:5px;
}

@media screen and (max-width:544px){
	.logo_container {
		width:100% !important;
		padding: 20px 0 0;
	}
}

.text-logo {  
	position: relative;
	top: 0px;
	display: inline-block;
	color: #ff7f2c;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	text-transform: capitalize;
	transition: 0.3s;
	font-weight: 800;
}


.text-logo:hover {
	transform: skew(-10deg);
}

.comp-name {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */

.nav li ul {
	margin-top: 11px !important;
}


.et_header_style_left #et-top-navigation {
	padding: 0!important;
}

#top-menu li {	
	padding-right: 0;
	margin-right: -3px;
}

#top-menu li a {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 10px !important;
	transition: 0.3s ease-in-out;
	color:#fff !important;
}

#top-menu li a:hover:after {
	opacity:1;	
}

#top-menu li a:hover:before {
	opacity:1;	
}

#top-menu li a:hover:after {
	opacity:1;
}

#top-menu .current-menu-item > a:before{
	opacity:1 !important;
}

#top-menu .current-menu-item > a:after{
	opacity:1 !important;
}

#top-menu .menu-item > a:before{
	opacity:0;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 9px;
	background: #ff7f2c;
	transition: all .3s;
}
/* Submenu */
#top-menu .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children > a:first-child::after {
	top: 50%!important;
	transform: translateY(-50%);
}

#top-menu li li a {
	width: 200px;
	padding: 8px 15px !important;
}

.et-fixed-header #top-menu li li a {
	color: #232323!important;
}

.et-fixed-header #top-menu li li a:hover {
	color: #e6772e !important;
}

/* mobile */
.mobile_menu_bar::before {
	color: #fff!important;
	top: 12px;
}

.et_mobile_menu li a {
	color: #fff!important;
	text-transform:uppercase;
}

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	top: 56px!important;
	background-color: #e34e33!important;
	border-top: 2px solid #0d0d0d;
	text-align: center;
}

/*
.logo_container {
position: relative !important;
width: calc(100% - 62px) !important;
margin-right: 20px;
min-height: 80px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.logo_container a {
display: flex;
text-align: center;
}
.text-logo {
padding: 10px;
background: #FCFFFC;
text-align: center;
border-radius: 5px;
color: #ff7f2c;
border: 1px solid #2D3A3A;
max-width: 350px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height: 1.05;
}
.logo-link img {
background: #FCFFFC;
padding: 10px;
border-radius: 5px;
border: 1px solid #2D3A3A;
max-width: 350px !important;
max-height: 70px !important;
}
*/
.contact-info {
	width: 100%;
}

div#et-top-navigation {
	width: 32px;
	padding-top: 0 !important;
	padding-left: 0 !important;
	height: 100%;
	margin-right: 10px;
}

.mobile_menu_bar:before {
	color: #FCFFFC;
}

@media (max-width: 980px) {
	.et_header_style_left #et-top-navigation {
		padding-top: 24px;
		display: block;
		margin: auto;
		float:none;
	}
	#main-header > div.container.clearfix.et_menu_container {
		padding-top: 20px;
	}
}

ul#mobile_menu {
	background-color: #272d33  !important;
	border-color: #fff;
	top: 91px;
	margin-top: 56px;
}
ul#mobile_menu a {
	color: #fcfffc;
	font-weight: 500;
}
.contact-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	position: relative;
	font-weight: 400;
	max-width: 1080px;
	margin: auto;
}
.contact-info-container .fa {
	color: #ff7f2c;
	margin-right: 5px;
}
.phonenum
{
	padding-right:15px;
}

.header-location-container {
	padding-right:15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	/*     margin: 5px; */
	color: #272d33;
	height:50px;
}

@media screen and (max-width:544px){
	.header-location-container{

		flex-wrap:wrap;
		flex-direction:column;
		justify-content:space-around;
	}
	.contact-info-container a{
		flex-wrap:wrap;
		flex-direction:column;
		justify-content:space-around !important;
	}
}

.contact-info-container a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	color: #272d33;
	font-size: 14px;
}

.info-container-holder{font-size: 14px;}

.email-btn{
	font-size:12px;	
}

.header-left{
	display:flex;
	margin:auto;
}

.header-right{
	width:100% !important;
}
/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_fullwidth_header:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

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;
	margin-top: 20px !important;
	text-align:center;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
}

.header-container {
	max-width: 100%;
	margin: auto 35px;
}
.header-main-element {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fcfffc;
}
.top-head {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fcfffc;
}

.top-head ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.top-head ul li {
	list-style: disc inside;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.top-head ul li:first-child {
	list-style: none;
}


.header-title {
	margin-bottom: 10px;
}
.header-title p {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: capitalize;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (max-width:544px){
	.header-title p {
		font-size: 20px;}
}

.header-title div {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3 !important;
	text-align:center;
	margin-bottom:35px;
}
.header-title .fa {
	display: inline-block;
	margin-right: 5px;
	font-size: 17px;
}
.button {
	display: block;
	min-width:115px;
	line-height: 40px;
	background: #272d33;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding:10px;

}
.button span {
	color: #ffffff;
	z-index: 999;
	position: relative;
	/* padding:0 10px; */
}
.button:before {
	border-bottom: 5px solid #ff7f2c;
	border-left: 5px solid #ff7f2c;
	width: 10%;
	height: 25%;
	left: -5px;
	bottom: -5px;
	position: absolute;
	content: "";
	transition: all .25s;
}
.button:after{
	border-top: 5px solid #ff7f2c;
	border-right: 5px solid #ff7f2c;
	width: 10%;
	height: 25%;
	top: -5px;
	right: -5px;
	position: absolute;
	content: "";
	transition: all .25s;
}
.button:hover:before{
	width: 102%;
	height: 108%;
}

.button:hover:after{
	width: 102%;
	height: 108%;
}

@media screen and (max-width:544px){
	.slider-button{
		flex-direction:column;
		align-items:center;
	}


	.slider-button .booking-button-switch{
		margin-left:0px !important;
		margin-top:25px;
	}
}
.slider-button{	    
	display: flex;
	justify-content:center;
}

.slider-button .booking-button-switch {
	margin-right: 25px;
}


div#home-title-block {
	background: #fcfffc;
}




div#home-title-block .et_pb_column {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.section-heading{
	padding: 0px 0px 0px 8px;
	border-style: solid;
	border-width: 0px 0px 0px 2px;
	border-color: #ff7f2c;
	display: inline-block;
	margin-bottom: 20px;
}

.section-title-heading {
	color: #8C909E;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 2px;
	width:auto;
}

.entry-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.05;
	color: #272d33 !important;
	text-transform: uppercase;
}


.button-holder {display: flex;justify-content: center;}


/* HTML BADGES STYLE */

.home-about-image img{
	aspect-ratio:1/1;
	object-fit:cover;
	max-width:80%;
}

.home-about-image:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 80%;
	border: 10px solid #ff7f2c;
	box-sizing: border-box;
	left: 20%;
	top: 10%;
}




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

.badge-holder {
	background-color: #ff7f2c;
	padding-top: 30px;
	margin-bottom: 30px;
	border-style: solid;
	border-bottom-width: 7px;
	border-color: #fff0;
	text-align: center;
	padding: 25px 10px;
	box-sizing: border-box;
	width:250px;
}

.badge-holder:hover {
	transform: translateY(-30px);
	transition: all 220ms ease-in-out, color 1ms;
	border-color:#fff
}

.badge-holder {
	transition: all 220ms ease-in-out, color 1ms;
}

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

.badge-holder img {
	width: 60px;
	padding: 5px;
	background: #272d33;
	aspect-ratio: 1 / 1;
}



.badge-title {
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	margin:auto;
	text-transform: uppercase;
}

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




/* SERVICES STYLE */

.srvBlock {
	max-width: 1366px;
	padding: 20px 10px 0px;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin: 0 auto;
}

.srvElement {
	width:fit-content;
	float: left;
	padding: 0px;
	margin: 0px 1%;
	background-color: rgb(39 45 51);
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: rgb(39 45 51);
	display: flex;
	flex-direction: column;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ff7f2c;
}

.srvElementHeader h2 {
	color: #fff;
	font-size: 120%;
	padding: 0px;
	font-weight: bold;
}

.srvElementContent {
	text-align: justify;
	color: #fff;
	padding: 10px;
}

.srvElementContent  a{
	color: #ff7f2c;
}

.srvElementFullWidth .srvElementHeader {
	width: 100%;
}

.srvElementFullWidth .srvElementBody {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.srvElementFullWidth .srvElementImg {
	width: 30%;
}
.srvElementFullWidth .srvElementContent {
	width: 70%;
	padding-left: 20px;
}

.srvElementHeader:hover {
	background-color: #000000;
	color: #000;
}
.srvElementHeader:hover h2{
	color: #fff;
}

@media only screen and (max-width: 981px) {
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 15px auto 0px;
	}
	.srvElementFullWidth {
		margin: 15px auto 0px;
		display: inline-block;
	}

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

	.srvElementFullWidth .srvElementBody {
		display: block;
	}

	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
	}

	.srvElementBody {
		padding: 10px;
	}
}

/* END SERVICES STYLE */

/* ADDITTIONAL SERVICES STYLE */

#additionalServices {
	list-style: none;
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}


@media (min-width: 600px) {
	#additionalServices li {
		break-inside: avoid;
		padding: 10px 5px;
		text-align: left;
	}   
}

@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}
}

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

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

/* END ADDITTIONAL SERVICES STYLE */

/* CAROUSEL SECTION STYLE */

div#home-carousel-section {
	padding: 10px !important;
	background: #152614;
}


.owl-nav {
	display: none;
}


.item img{object-fit: cover;object-position: center;}

/*.item span {
position: absolute;
color: #cbcbcb;
bottom: 10px;
right: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}*/

.item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 105%;
	background: #152614;
	left: 1px;
	top: 0px;
	opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;width: 100%;}

.owl-item {
	min-height: 100% !important;
}

.owl-stage {
	display: flex;
}
.owl-dots {
	line-height: 0;
	opacity: 0.5;
	margin-top: 5px;
	position: absolute;
	width: 100%;
}

.owl-dots span {
	height: 5px !important;
}
/* SERVICES LIST SECTION STYLE */

#home-services-list-section .section-heading{
	border-color: #272d33;
}

.homepage-services {
	margin: 0 auto;
}
.homepage-services ul {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: 400;
	margin: 0.3em 0;
	padding-right: 25px;
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.homepage-services #servcss li:before {
	content:'\f0da''\f054';
	font-family: "fontawesome";
	letter-spacing: -2px;
	color: #fff;
	padding-right: 5px;
}


/* NAP SECTION STYLE */

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

.nap-contact {

	background: #fff;
}

.homepage-nap {
	background: #ff7f2c;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px;
}
p.nap-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.05;
	color: #fff;
	padding-bottom: 15px;
}

.homepage-nap h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.05;
	color: #fff;
	padding: 0;
}

.homepage-nap h3 strong {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}
/* CONTACT FORM STYLE */

.contact-form-block {position: relative;padding: 20px;}

p.free-estimate-title {
	padding: 0;
	text-align: center;
	color: #272d33;
	text-transform: uppercase;
	border-bottom: 1px solid #ff7f2c;
	padding-bottom: 5px !important;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.05;
}

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 {
	display: block;
	max-width:115px;
	line-height: 40px;
	background: #272d33;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding:10px;
	margin:0 auto;
}

input:hover#submitter {
	background: #ff7f2c;
}

#submitter {
	border: none;
	text-transform: capitalize;
	border-radius: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
	min-width: 100px;
	height: auto;    
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #ffffff !important;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #000 !important;
	background-image: none;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px !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: #252422 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	color: #000 !important;
	border-color: #000000;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
	background: #fcfffc;
}
#testimonials-block .owl-item{
	display: flex;
	justify-content: center;

}
#testimonials-block .owl-item .item{
	max-width: 500px;
	border: solid #ff7f2c 10px;
}

#testimonials-block .owl-item .item:before{
	content:none;
}

.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;
	color: #ff7f2c;
}

.home .wpcr3_review_datePublished{
	color: #ff7f2c;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #272d33;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.home span.wpcr3_item_name a {
	color: #403d39;
}

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: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {

	font-family: 'Montserrat', sans-serif;
	color: #272d33;
}

.testimonials-btn {
	background-color: #ff7f2c;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 29px;
	transition: 500ms;
	border-radius: 20px !important;
	overflow: hidden;
	line-height: 1;
	cursor: pointer;
	position: relative;
	display: flex;
	z-index: 1;
	color: #fff;
	width: 280px;
	justify-content: center;
}
.testimonials-btn span {
	color: #fff;
	z-index: 999;
	position: relative;
	margin-top: 20px !important;
}
.testimonials-btn:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #1e441e;
	opacity: 0.5;
	content: "";
	border-radius: 20px;
	transform: scale(1);
	transition: 500ms ease;
	z-index: 99;
}

.testimonials-btn:hover:before{
	width: 100%;
	transform: scale(1.5);
	border-radius: 0;
	filter: brightness(0.5);
	opacity: 0.7;
}

div#homepage-content-section {
	background: #fcfffc;
}


/* FOOTER STYLE */

#main-footer {
	background-color: #272d33;
	border-top: 1px solid #ff7f2c;
}

div#footer-bottom {
	background-color: #ff7f2c;
	padding: 15px;
	color: #fff;
}

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

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

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

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

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

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

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

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

#closed-day {
	color: #fff;
}


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

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

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #062d5b;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #062d5b;
}

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

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

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

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

#left-area .post-meta a {
	color: #16bae1;
}

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

.blog .et_pb_post {
	text-align: justify;
}


/*MEDIA QUERIES*/

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

	.homepage-services #servcss li {
		display: inline-block;
	}


}

@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*/
	div#et-main-area {
		padding-top: 50px;
	}

	.home div#et-main-area {
		padding-top: 0px;
	}
	.logo_container {
		width: 300px !important;
		max-width: 300px;
		margin-right: 0;
		width:100% !important;
	}

	.logo_container a {
		max-width: 100%;
		padding: 0 !important;
		border: none;
	}
	.logo-link img {
		max-height: 60px !important;
		border: none;
		padding: 0;
	}
	div#et-top-navigation {
		width: calc(100% - 300px);
		margin: 0;
		display: flex;
		justify-content: end;
		align-items: center;
	}

	div#et-top-navigation a {

		color: #fff;
		font-weight: 500 !important;
	}

	ul#top-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
	}

	#top-menu li {
		padding-right: 0 !important;
		padding-left: 22px;
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 10px;
		right: -5px;
	}

	.header-content{
		text-align:left !important;	
	}
	.header-location-container {

		position: relative;
	}
	.header-location-container:before {
		content: '';
		width: 1px;
		height: 40px;
		background: #fcfffc52;
		position: absolute;
		left: -10px;
	}
	.contact-info-container {

	}

	.header-left{
		display:flex;
		margin:0px 20px;
	}	

	.header-right{
		width:auto !important;	
	}

	.slider-button{	    
		display: flex;
		justify-content:left;
	}	

	.header-menu-container {
		display: flex;
		align-items: center;
		background-color: #272d33;
		max-width: 1080px;
		margin: auto;
	}
	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 34px;background-color: #272d33 !important;border-color: #ff7f2c !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;
	}

	.slider-button{
		display: flex;
		justify-content:left;
	}

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

	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 770px !important;
		min-height: 500px !important;
		height: calc(99vh - 172px) !important;
		width: 80%;
	}
	.header-container {
		margin: 0;
		max-width: 768px;
		display: inline-flex;
	}

	.header-title p {
		font-size: 52px;
		text-align: left;
	}

	.header-title div {
		font-size: 17px;
		text-align: left;
	}

	.header-button-holder {
		justify-content:flex-start;
	}
	.entry-title {
		font-size: 36px;
	}
	.button-holder {
		justify-content: flex-start;
	}

	/* NAP SECTION DESKTOP */

	/* CONTACT SECTION DESKTOP */

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

	.nap-contact {
		display: flex;
	}

	.homepage-nap {
		width: 330px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
	}

	.contact-form-block {
		width: 100%;
	}
	.home div#contact {
		position: relative;
		margin: 0 auto;
	}


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

	div#home-content-image span {
		height: 100%;
	}
	div#home-content-image span img{
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

	.homepage-services {
		margin-left: -6px;
	}

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

	#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 !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: #272d33;
	color: #fff;
	border: 0px;
	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) {


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

/* Testimonials plugin css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-arrows button {
	padding: 0.5rem;
	border: 3px solid #ff7f2c;
	border-radius: 0px;
	cursor: pointer;
	background: #272d33;
	color: #fff;
}

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

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

.rotate-180 {
	rotate:180deg;
}

/* End testimonials plugin css */

/* add buttons*/
.booking-button-switch {
	display:none !important;
}

.slider-button {
	margin-top: 0;
	margin-bottom: 0;
}
.button-quote-header {

}
.booking-button-switch a{
	color:#fff;
}

.top_button {
	background-color: #ff7f2c;
	font-size: 16px;

	padding: 15px 35px;
	transition: 500ms;
	overflow: hidden;
	line-height: 1;
	cursor: pointer !important;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #fff;
	font-family: 'Montserrat';
	height:60px;
}

.top-button:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #1e441e;
	opacity: 0.5;
	content: "";
	border-radius: 20px;
	transform: scale(1);
	transition: 500ms ease;
	z-index: 99;
}

.top_button .fa {
	top:0px !important;
	left:0px !important;
	height:0px !important;
	color: #fff !important;
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px 10px 15px;
	background-color: #272d33;
	color: #ffffff !important;
	border: 2px solid #ff7f2c;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	position: fixed;
	bottom: 60px;
	text-transform: capitalize;
	width: 230px;
	font-family: 'Montserrat';
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	position: fixed;
	padding: 10px 15px 10px 15px;
	border: 2px solid #ff7f2c;
	border-left: 0px;
	bottom: 0px;
	background: #272d33;
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	justify-content: center;
	width: 230px;
	z-index: 9999;
	font-family: 'Montserrat';
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-weight:400;
}
#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 */

div#nap-section {
	background: #ff7f2c;
}

div#nap-section h3 {color: #fff;text-align: center;}

#footer-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

.footer-widget li:before {
	border-color: #ff7f2c;
}

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

.post-content-inner {
	text-align: justify;
}

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

@media only screen and (min-width: 981px) {
	.header-title h1 {
		text-align: left;
	}
}

@media (max-width: 450px) {
	.header-left {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		padding: 15px 10px;
	}

	.header-left * {
		padding: 0;
		margin: 0;
		display: unset !important;
		flex-wrap: unset;
		flex-direction: unset;
		height: unset;
	}
}




body.page-id-3001 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
body.single-post .entry-content h2 {
	text-align: left !important;
	margin-block: 10px 5px;
}
body.single-post .entry-content p,
body.single-post .entry-content li {
	text-align: justify !important;
}
body.page-id-3001 article .et_pb_posts article.et_pb_post h2.entry-title {
	font-size: 30px;
}
@media screen and (max-width: 981px) {
	body.page-id-3001 article .et_pb_posts article.et_pb_post h2.entry-title {
		font-size: 24px;	
		text-align: center;
	}
	body.page-id-3001 article .et_pb_posts article.et_pb_post .post-meta {
		text-align: center;
		margin-block: 5px;
	}
	body.single-post .post-meta {
		text-align: center;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
	body.page:not(.home) h1.entry-title,
	body.single-post h1.entry-title {
		text-align: center;
	}
}