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

/*---------------------------------------------------------------------------
 Default
----------------------------------------------------------------------------- */
* {transition: 0.3s ease-in-out;}
body {font-family: "Lato", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 26px; color: #232323; text-rendering: optimizeLegibility;}
h1, h2, h3, h4, h5, h6, .header-top strong, .logo-brand{color: #232323;}
ul, li {padding: 0; margin: 0;}
li {list-style: none;}
a:link, a:visited, a:active, a:hover {text-decoration: none;font-weight: 400;color: #df2024;}
.container {width: 80%;}

/* Materialize Button Animation
----------------------------------------------------------------------------- */
.ink {display: block; position: absolute; background: rgba(255,255,255,0.9); border-radius: 100%; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
.animate {-webkit-animation:ripple 0.65s linear; -moz-animation:ripple 0.65s linear; -ms-animation:ripple 0.65s linear; -o-animation:ripple 0.65s linear; animation:ripple 0.65s linear;}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

/* Buttons
----------------------------------------------------------------------------- */
.btn-orange {display: inline-block; background: -webkit-linear-gradient(to right,#d64a1a 9%,#f88120 55%); background: -moz-linear-gradient(to right,#d64a1a 9%,#f88120 55%); background: linear-gradient(to right,#d64a1a 9%,#f88120 55%); background-position: 0; background-size: 200%; font-weight: 400; color: #fff; border: none; letter-spacing: 1px; padding: 10px 20px; border-radius: 2em;}
.btn-blue {display: inline-block; background: -webkit-linear-gradient(to right,#0071c3 9%,#00a8eb 55%); background: -moz-linear-gradient(to right,#0071c3 9%,#00a8eb 55%); background: linear-gradient(to right,#0071c3 9%,#00a8eb 55%); background-position: 0; background-size: 200%; font-weight: 400; color: #fff; border: none; letter-spacing: 1px; padding: 10px 20px; border-radius: 2em;}
.button:hover, .button:active, .button:visited, .button:focus {color: #fff;}
.button:hover {background-position: 100%;}
/*---------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
header {
	background-color: #000;
	position: fixed;
    width: 100%;
    z-index: 100;
}
header, header.et-fixed-header#main-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
.header-bottom > .container {
    overflow: hidden;
}

/*** Logged in menu fix ***/
			.logged-in .header-menu-moved-down { top: 32px; }
			@media screen and (max-width: 782px) { .logged-in .header-menu-moved-down { top: 46px; }  }
			@media screen and (max-width: 600px) { .logged-in .header-menu-moved-down { top: 0px; }  }

/* Navbar
----------------------------------------------------------------------------- */
.navbar-default {
	background-color: #f1f1f1;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	padding-bottom: 3px !important;
	padding-top: 0px;
}
	.navbar-default .container {border-top: 1px solid #ddd; padding: 10px;}
.header-menu-fixed {position: fixed; top: -150px; left: 0; right: 0; z-index: 1001; -webkit-box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2); -moz-box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2); box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2);}
	.header-menu-fixed .container {border-bottom: 0;}
	.header-menu-moved-down {top: 0;}

.dropdown-menu {min-width: 250px; border-radius: 0; box-shadow: none; padding: 20px;}
	.dropdown-menu li.menu-item a {font-size: 15px; padding: 15px 20px;}
	.dropdown-menu li.menu-item a:hover {background-color: #00a5ea!important; color: #fff!important;}
	.dropdown-menu > .current-menu-item > a, .dropdown-menu > .current-menu-item > a:focus, .dropdown-menu > .current-menu-item > a:hover {color: #fff; background-color: #32b7ee!important; }

#top-menu-nav {
    margin: 0 auto;
}

/* Logo
----------------------------------------------------------------------------- */
.navbar-default .navbar-brand {font-family: 'Patua One', cursive; font-size: 200%; color: #df2024;}
.navbar-brand {font-size: 23px;}
#logo {
    max-height: 110px;
	padding: 10px 0px;
}
.scrolled #logo {
    max-height: 110px;
}
.logo_container {
    position: relative !important;
    margin-top: 10px;
}
.image-logo .logo_container {
    margin-top: 5px;
}

/* Links
----------------------------------------------------------------------------- */
.navbar-navi > li {
	padding-top: 5px;
/* 	margin-left: 5px; */
}

.navbar-default .navbar-navi > li > a {padding: 10px 15px;color: #000;border-radius: 2em;border: 1px solid transparent;margin: 0px 1px;}
.navbar-default .navbar-navi > li:not(.dropdown) > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-navi > .current-menu-item > a:hover {border-color: #df2024; color: #df2024; background-color: transparent;}
.navbar-default .navbar-navi > .current-menu-item > a {color: #df2024; border-color: #df2024; background-color: transparent;}

/* Navbar Toggle
----------------------------------------------------------------------------- */
.navbar-default .navbar-toggle {padding: 12px 10px; border-radius: 50%; border-color: transparent;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #df2024;}
span.mobile_menu_bar.mobile_menu_bar_toggle {
	display:none;
	z-index: 100;
    bottom: 10px;
	    line-height: 2em;
	    padding-left: 10px !important;
    padding-bottom: 0;
    font-weight: 500;
	    background: #F1F1F1;
    color: #000;
}
.mobile_menu_bar:before {
    left: unset !important;
    right: 5px !important;
    position: absolute;
	top: 2px;
}

/*---------------------------------------------------------------------------
 Header Bottom
----------------------------------------------------------------------------- */

/* Contact Header
----------------------------------------------------------------------------- */

.contact-header span {font-weight: 400; color: #9c9c9c;}
.contact-header strong {display: block; color: #fff;}
.contact-header {
    margin-top: 15px;
}
@media (min-width:981px) {
.image-logo .contact-header {
    margin-top: 45px;
}
.image-logo.scrolled .contact-header {
    margin-top: 45px;
}
}
.contact-header .col-sm-5 a {color: #fff;}

/*---------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */

/* Footer Bottom
----------------------------------------------------------------------------- */
.footer-bottom {background-color: #11224d; color: #fff;}
	.footer-bottom .row {padding-top: 80px; padding-bottom: 80px;}
	.footer-bottom .row .col-sm-6 {padding-bottom: 20px;}
	.footer-bottom .row .col-sm-6:last-child {padding-bottom: 0;}
	.footer-bottom h4, .footer-bottom h3 {color: #fff;}
	.footer-bottom h3 {font-size: 120%; font-weight: 700; line-height: 30px; margin-top: 0;}
	.footer-bottom h4 {font-weight: 700; text-transform: uppercase;}
	.footer-bottom h3 span {display: block;}
	.footer-bottom ul {padding-left: 12px;}
	.footer-bottom ul li {list-style-type: disc; padding-top: 5px; padding-bottom: 5px; padding-left: 5px}
	.footer-bottom ul li a {display: block; color: #fff;}
		.footer-bottom ul li a:hover {color: #00a5ea;}
	.footer-bottom a {color: #00a5ea; font-size: 100%;}
		.footer-bottom a i {position: relative; top: 3px; display: inline-block; font-size: 145%; margin-right: 5px;}
	.footer-bottom a:hover {color: #fff;}
	.footer-bottom .footer-logo {display: block; font-family: 'Patua One', cursive; font-size: 150%; color: #fff; margin-bottom: 20px;}
	.footer-bottom .footer-logo + div {color: #9daab0; font-size: 100%; font-weight: 400}	

/*---------------------------------------------------------------------------
 Scroll to Top Button
----------------------------------------------------------------------------- */
.scroll-top-btn {position: fixed; bottom: 20px; right: 30px; width: 50px; height: 50px; opacity: 0;}
	.scroll-top-btn i {position: absolute; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 90%;}
	.show {opacity: 1!important;}

/* Footnote
----------------------------------------------------------------------------- */
.footnote {font-size: 85%; font-weight: 400; padding-top: 35px; padding-bottom: 35px; border-top: 1px solid #5e657c;}
	.footnote strong {color: #fff; font-size: 110%;}
.openinghours {
    width: 100%;
}
/* Footer Widgets */
#current-day {color: #fff; background-color: #df2024; text-shadow: none; font-size: 15px;}
#current-day td {
	color: #fff;
}
#closed-day {color: #fff;}
.openinghours tr td{color:#fff;font-weight: 500!important; font-size: 14px!important;padding: 0 5px!important;}
.openinghours tr td:first-child {
    text-align: left !important;
}
.openinghours tr td:last-child {
    text-align: right !important;
}


/* Elegant Themes */ 
.et_pb_slide_description  h2 {color: #fff!important; font-size: 60px;} 
.section-heading h2 {text-align: center; color: #333333; font-size: 40px;}
a.et_pb_button.et_pb_bg_layout_dark {
    background: #df2024 !important;
	border: none !important;
	border-radius: 0 !Important;
}
a.et_pb_button.et_pb_promo_button:hover {
    background: white !important;
    color: #df2024 !important;
}

/* Contact Form */

#contactForm input,
#contactForm textarea,
#message {
    width: 100%;
}

@media (min-width:451px) {
	#contactForm img {
		float: left;
	}
	#vercode {
		width: calc(100% - 130px) !important;
		float: right;
	}
}

/*---------------------------------------------------------------------------
 Elegant Themes
----------------------------------------------------------------------------- */
#footer-info {float: none; color: #fff; font-weight: 400; text-align: center; padding: 0;}
.et_pb_text_0 h3 {color: #d64a1a;}
.et_pb_text_1 .sc_call_to_action_title {font-size: 43px; margin-bottom: 20px; font-weight: bold;}
.et_pb_button.et_pb_button_0:hover, .et_pb_promo_button.et_pb_button:hover, .et_pb_button.et_pb_button_1:hover {color: #FFF!important;}
.home .et-pb-icon.et-waypoint.et-pb-icon-circle {font-size: 30px!important; padding: 15px!important;}
div[data-wpcr3-content="70"] {display: none!important;}
.et_pb_slide_description .et_pb_button:hover {color: #fff!important;}
/*---------------------------------------------------------------------------
 Media Queries
----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) {
	.et_header_style_left #logo {
    max-width: 75%;
}
/* 	#top-menu-nav #menu-main-menu ul.sub-menu li a:before {
	content: "-";
    position: absolute;
    display: inline-block;
    margin-left: -.7em;
	} */
	.logo_container {
    margin-top: 0;
}
	.menu-item-has-children>a:after {
		display:none;
	}
	#top-menu-nav #menu-main-menu ul.sub-menu {
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-align: center !important;
    top: 0 !important;
    background: #f1f1f1;
 }
	ul.sub-menu li {
    line-height: 1em !important;
/*     padding-top: 5px;
    margin-left: 2em; */
	}
	.open-menu {
	display: block !important;
}
.open-menu li a {
    border: none !important;
    display: inline-block !important;
    padding: 5px 0 !important;
}
	.navbar-header {
    margin: 0 auto;
}
	span.mobile_menu_bar.mobile_menu_bar_toggle {
	display:block;
	}
	nav.navbar-default {display: none;position: relative;z-index: 99999;}
	#top-menu-nav {
    text-align: center;
    box-shadow: none !important;
}
	.contact-header {
		width: 100%;
    	max-width: 100%;
    	flex: unset;
		margin: 0;
    	padding: 10px 0 !important;
    	border-top: 1px solid #df2024;
	}
	.contact-header .col-sm-5 {
    width: 50% !important;
    max-width: 50% !important;
    flex: unset;
}
	header .contact-header .col-sm-5:last-child {
		padding-left: 0 !important;
	}
	.contact-header .col-sm-5:before {
    display: none !important;
}
	.navbar {-webkit-box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2); -moz-box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2); box-shadow: -4px 3px 0px 0px rgba(0,0,0,0.2);}
	.navbar .container {border-bottom: 0;}
	.navbar-header, .navbar-brand, .navbar-right, .navbar-navi {float: none!important;}
	.navbar-header, .navbar-collapse {text-align: center; padding: 10px 0;}
	.navbar-brand {border-bottom: 1px solid #ddd;}
	.navbar-navi {display: inline-block;}
	.social-icons {padding-top: 10px; text-align: center;}
}

@media screen and (max-width: 767px) { 
	.navbar-default .container {padding: 0 15px;}
	.navbar-brand {border: none; float: left!important}
	.navbar-collapse {text-align: left}
	.navbar-navi {display: block; margin: 0;}
	.dropdown-menu {position: relative; float: none; min-width: 100%; border: 0;}
	.footer-bottom .row {padding-top: 50px; padding-bottom: 50px;}
}

@media screen and (max-width: 427px) { 
	.navbar-header {padding: 10px 0;}
	.navbar-default .navbar-brand {display: block; float: none!important; line-height: 30px;}
	.navbar-toggle {float: none; margin-bottom: 0;}
	.social-icons a {width: 40px; height: 40px;}
	.contact-header .col-sm-5 {
    width: 100% !important;
    max-width: 100% !important;
}
}

@media screen and (max-width: 375px) { 
	.navbar-toggle {margin-top: 30px; float: right;}
}
/***** BODY FONT-SIZE *****/
body {
    font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width:600px) {
.et_pb_slide_description{
  width: 100% !important;
/* padding: 0px !important; */
}
	.home .et_pb_slide .et_pb_slide_description h2 {
    font-size: 36px !important;
	margin-top: 20px;
}
	.et_pb_slide .et_pb_container.clearfix {
    margin: 0 auto;
    width: 100%;
}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children>a:after {
    position: absolute;
    top: unset;
    right: 0;
    font-family: "ETmodules";
    font-size: 16px;
    font-weight: 800;
    content: "3";
}
/***** FIX DROPDOWN *****/
#top-menu-nav ul.sub-menu {
    top: 30px;
    border: 2px solid #dddddd !important;
    border-radius: 5px;
}
#top-menu-nav .sub-menu li a {
    border-left: 0 !important;
	color: #df2024;
	font-size: inherit !important;
}
#top-menu-nav .sub-menu li a:hover {
    color: #00a5ea !important;;
    background: none !important;;
	opacity: 1 !important;
}

#top-menu-nav li a {
    opacity: 1 !important;
}
/***** TESTIMONIALS FORM *****/
blockquote {
	padding-left: 0;
	border: none;
}
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@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;
	}
}
.wpcr3_button_1 {
   
    background: #df2024;
	padding: 15px;
    color: white;
	    text-transform: uppercase;
}

.wpcr3_button_1:hover{
	background:#4191d3;
	color: white;

}
@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;
	padding: 0;
}
.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%;
}
}

/**
 * Free Estimate Form
 */
.free-estimate-holder {
    background: #f1f1f1;
    padding: 10px 5px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.5));
}
.free-estimate-heading {
    text-align: center;
    font-size: 26px;
    color: #df2024;
	font-weight: bold;
    padding: 10px 0 !important;
}

#submitter {
    background: #df2024;
	padding: 15px;
    color: white;
}

 #submitter:hover{
	background:#4191d3;
}

#submitter {
	height: auto!important;
}

/***** CENTER FOTER *****/
@media (max-width: 767px) {
.et_pb_widget {
    text-align: center;
	float: none;
}
.paymentType {
    display: inline-block;
    float: none;
}
}
/***** MORE FIXES *****/
/*
 * H1 title tags sizing
 */
@media (min-width:768px) {
	h1.entry-title {
		font-size: 32px;
	}
}
@media (max-width:767px) {
	h1.entry-title {
		text-align: center;
		font-size: 26px;
		line-height: 1.3em;
	}
}
@media (max-width:600px) {
/* 	.et_pb_main_blurb_image {
    display: none !important;
} */
	.et_pb_blurb_container {
    text-align: center !important;
    padding: 10px 0 !important;
	display: block !important;
}
	.home .et_pb_text,
	.home .et_pb_button_module_wrapper {
    text-align: center !important;
}
	.et_pb_button {
		font-size: 18px;
	}
	
	.navbar {
		padding: .5rem 0!important;
	}
}

.home #servcss {
    padding-left: 0;
    padding-top: 10px;
}

#servcss{
	font-size: 20px;
	color: #232323;
}

.home #servcss ul li ::marker{
	display:none !important;
}
/***** COMPANY NAME *****/
a.navbar-brand {
    margin: 0 !important;
	white-space: unset;
}
@media screen and (max-width: 991px) {
.navbar-header, .navbar-collapse {
    width: 100% !important;
    max-width: 100% !important;
    flex: none;
}
	.navbar-brand {
		width: 92%;
    	float: none !important;
    	text-align: center;
    	margin-bottom: 10px !important;
		border-bottom: 0 !Important;
		font-size: 24px;
	}
	.header-bottom {
    padding: 0 !important;
}
	span.mobile_menu_bar.mobile_menu_bar_toggle {
	bottom: 20%;
}
	header {
    position: relative !important;
}
}


/***** FOOTER, widgets , h1.entry-title *****/
.widgettitle {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.fwidget .title {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}
	#main-footer .container {
    width: 93%;
}
@media (max-width:980px) {
	.et_pb_text {
    text-align: center !important;
}
	footer #social-icons {
    text-align: center !important;
}
	.et_pb_button_alignment_left {
    text-align: center !important;
}

}

/* .paymentsbox {
    max-width: 220px;
} */
.paymentsbox p {
    display: none !important;
}
/***** HEADER LOCATION BOX *****/
.contact-header .col-sm-5:last-child {
	padding-right: 0 !important;
	padding-left: 20px !important;
}
.contact-header .col-sm-5:last-child:before {
	left: 5px !important;
}

@media (min-width: 981px) {
	body:not(.home) #main-content {
    padding-top: 145px;
}
}

/***** HELPER CLASS *****/
.white-box {
	background-color: rgba(255,255,255,0.85);
}
.black-box {
	background-color: rgba(0,0,0,0.75);
	padding: 10px;
}


/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
	:not(footer) .et_pb_widget li {
    /* list-style: disc outside !important; */
 }
}
@media (max-width: 980px) {
	:not(footer) .et_pb_column .et_pb_widget:nth-child(n) {
    	width: 100% !important;
    	max-width: 100% !important;
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

@media (max-width:980px) {
.et_pb_widget {
    text-align: center;
}
.paymentType {
    display: inline-block;
    float: none;
}
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.75));
}

.mobile_menu_bar:before {
    color: #000;
}


#top-menu-nav li a {
    text-transform: capitalize!important;
}

@media screen and (max-width: 981px) and (min-width: 767px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget {
margin-bottom: 5% !important;
}
#footer-widgets .footer-widget .fwidget {
margin-bottom: 5%;
}
	
	
	
.openinghours {
margin: none;
}	
.hours, .openinghours {
width: 65%;
margin: 0 auto !important;
}
}

#nap-footer-icons {
    text-transform: capitalize;
}

@media (min-width: 980px){
.et_right_sidebar #sidebar {
    padding-left: 70px;
}
}


div.wpcr3_review blockquote.wpcr3_content {
	margin-bottom:0px !important;
	padding-bottom: 0!important;
}
.et_pb_post {
  text-align:justify;
}
#footer-bottom {
	color:#fff;
}
.learn-more a {
	background:#df2024;
	color:#fff;
	padding:10px 15px;
	font-weight:bold;
}
@media screen and (max-width:980px) {
	.nap-services-m {
		text-align:center !important;
	}
	.et_pb_title_container h1 {
    font-size: 26px;
	text-align:center;
}
	   .wpcr3_review {
        text-align:center;
    }
}
.btn-contact a {
	 font-size: 20px;
    padding:12px 20px;
    line-height: 1.7em!important;
	font-weight: 400;
	background: #df2024;
	color:#fff;
}

.btn-contact a:hover {
	background: #df2024;
	color:#fff;
}

/* add buttons*/
.booking-button-switch {
	display: none !important;
}
.slider-button {
    margin-top: 100px;
    margin-bottom: 50px;
}
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #222222;
    display: block;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #df2024;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff !important;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}

.top_button:hover{
	background:#df2024;

}

.top_button .fa {
    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: #df2024;
    color: #ffffff !important;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border: 3px solid #df2024;
    border-left: 0px;
    font-size: 15px;
    z-index: 99;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #df2024;
    border-left: 0px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    bottom: 0px;
    background: #df2024;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 230px;
    z-index: 99;
    font-weight:bold;
}

#main-footer .listing-rev-btn:hover{
	font-weight: normal;
}

#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    /* bottom: 2px; */
}
/* end add buttons */

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


/* HTML BADGES STYLE */
div#css-badges-section {
    background-color: #ffffff!important;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #df2024;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 300px;
	min-height:160px;
    padding: 5px 0px 0px 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    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: 15px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.badge-title {
    background: #fff;
	border:1px solid #df2024;
    font-size: 15px;
    width: 100%;
    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%);
    color: #df2024;
}

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

.et_pb_section.et_pb_section_2.et_section_regular {
    /*padding-bottom: 0px !important;*/
    padding-top: 0px;
}
/* END BADGES SECTION STYLE */

.et_pb_code_inner {
    /* display: flex; */
    /* justify-content: center; */
}

@media screen and (max-width: 981px) {
.badge-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(70% - 10px);
}
}
/* END BADGES SECTION STYLE */

/*CODE*/

.srvTitle {
	text-align: center !important;
	font-size: 28px;
	font-weight: bold; 
	color: #fff!important; 
}

.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(0 0 0 / 70%);
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: rgb(0 0 0 / 70%);
    display: flex;
    flex-direction: column;
}

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

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

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.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: #4191d3;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

.srvElementContent a {
    color: #df2024;
}

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

.srvcs-title {
	text-align: center !important;
	font-weight: bold; 
	color: #fff!important; 
	text-shadow: 0px 0px 15px #df2024;
}

div#main-header-holder {display: flex;justify-content: center;align-items: center;}

section#main-header-content-holder {
    position: relative;
    width: 100%;
}

.header-images-slider .item {height: 100%;}
div#main-header-slides-holder .et_pb_code_inner {
    height: 100%;
}

.header-images-slider {
    height: 100%;
}

.header-images-slider .owl-stage-outer {
    height: 100%;
}

.header-images-slider .owl-stage {
    height: 100%;
}


div#main-header-slides-holder {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

div#main-header-slides-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.homepage-header-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.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 transparent;
    border-radius: 10px;
    padding: 1rem;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
}

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

.testimonial-item:hover{
    background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000;
    border-radius: 3px;
    cursor: pointer;
    background: white;
    transition: 0.1s;
    border-style:solid;
    display: flex;
}

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

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

.rotate-180 {
    rotate:180deg;
}


.footer-widget li:before {
    border-color: #df2024!important;
}

h1.title-header {
    text-shadow: 4px 6px 20px black;
	margin-top: 80px;
}

.header-images-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black color */
  z-index: 1; /* Overlay appears above the image */
}

#footer-widgets .footer-widget li{
		padding-left:0px;
	}
	
	.footer-widget li:before{
		display:none;
	}
@media screen and (max-width:980px){
.services-section {

    background-position-x: 20% !important;
	
	}
}




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

body:not(.et_pb_page) #main-content .container{
      /* padding: 118px 56px !important; */
}

/*@media (min-width: 981px) {
    .et_pb_section_0 {
        padding-top: 8% !important;
    }
	.home .et_pb_section_0 {
		padding-top: 0 !important;
	}
}*/

.menu-item-has-children>a:after {
    right: 2px !important;
}

@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}


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

/* Blog Post, Services and Blog Page Style */
.page-template-default div#content-area div#left-area h1, .page-template-default div#content-area div#left-area h2, p.post-meta, .single-post h2 {
    text-align: left !important;
}

.page-template-default:not(.single-post) div#content-area div#left-area h2:last-of-type {
	text-align: center !important;
}

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
    text-align: justify !important;
}

@media (max-width: 980px) {
	
	.page-template-default div#content-area div#left-area h1 {
	    font-size: 26px !important;
	    text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
	    font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		/* text-align: center !important; */
	}
	 p.post-meta{
		text-align: center !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;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

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

@media only screen and (min-width: 981px) {
	.customcontent {
		display: flex;
		align-items: center;
	}
}
.customcontent ul {
	list-style: inside disc!important;
	padding: 0;
}
.customcontent ol li, .customcontent ul li {
    padding: 10px;
    background-color: #df2024;
    box-shadow: 10px 10px 0 #4191d3;
	color: #fff;
	margin: 18px 0px;
	border-radius: 20px;
}
.customcontent img {
	box-shadow: 10px 10px 0 #4191d3;
}

#main-footer {
	background-color: #000;
}

.slider-button .et_pb_button {
	background-color: #df2024;
	border-color: #df2024!important;
	color: #fff!important;
}
.slider-button .et_pb_button:hover {
	background-color: #4191d3;
	border-color: #4191d3!important;
	color: #fff!important;
}

#footer-bottom {
	background-color: #df2024;
}

.nav li ul {
    width: 260px!important;
}
@media(max-width: 1024px) and (min-width: 1024px){
	h1.title-header {
    margin-top: 100px;
}
}