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

/* -----------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------- */
body {
	color: #2d2d2d;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 24px;
}

body p {
	font-size: 17px !important;
}

h1 {
	font-weight: bold;
}
#homepage-heading h1 {
	font-size: 36px !important;
}

.entry-title.main_title {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #072f4f !important;
	text-shadow: -2px 1px #fff;
}

blockquote {
	border: 0;
	padding-left: 0;
}

.wpcr3_item_name a {
	color: #f4c70c !important;
	text-decoration: underline;
}

.button {
	width: 250px;
	position: relative;
	text-align: center;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 5px;
	color: #072f4f;
	padding: 15px 10px;
	transition: 0.3s ease-in-out;
	font-size: 15px;
	background: #f4c70c;
	color: #072f4f;
	border: 3px solid #072f4f;
	margin: 20px 10px 0;
}
.button:hover {
	background-color: #072f4f;
	color: #fff;
	border: 3px solid #f4c70c;
}
.slider-button .booking-button-switch {margin-top: 40px;}
#servcss {
	list-style-type: none;
	padding: 0;
}

#servcss li {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin-bottom: 0.3em;
}

/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	background-color: #072f4f;
}
header > .et_menu_container {
	max-width: 1350px !important;
}
#main-header,
#main-header.et-fixed-header {
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .contact-info {
	margin-top: 15px;
	margin-bottom: 15px;
	transition: 0.3s;
}

#main-header .contact-info a,
#main-header .contact-info span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 0;
	transition: 0.4s ease-in-out;
}

#main-header .contact-info span {
	position: relative;
	padding-right: 25px;
}

#main-header .contact-info span:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
}

#main-header .contact-info a:hover {
	color: #f4c70c !important;
}

#main-header .contact-info .fa {
	position: relative;
	top: -7px;
	left: -10px;
	width: 25px;
	height: 40px;
	color: #f4c70c;
	border-radius: 50%;
	font-size: 30px;
	padding-top: 11px;
	transition: 0.3s;
}



#main-header .contact-info a em,
#main-header .contact-info span em {
	display: block;
	color: #c5cfdd;
	font-style: initial;
	text-align: left;
	position: relative;
	left: 26px;
	font-size: 13px;
	font-weight: 400;
}

#main-header .contact-info span em {
	top: 3px;
}

#main-header .contact-info a.phonenum em {
	top: 3px;
}

/* Logo */
.logo_container {
	height: 100% !important;
	max-height:none !important;
	width: 100%;
	text-align: left;
}

.et-fixed-header .logo_container,
.logo_container {
	padding: 0;
}

.text-logo {
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	transition: 0.3s;
}

/* Navigation */
#et-top-navigation {
	background-color: #ffffff;
	padding: 10px 0;
}

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

#top-menu li a {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 16px 18px !important;
	transition: 0.4s ease-in-out;
}

#top-menu li a:hover {
	color: #072f4f !important;
	opacity: 1 !important;
}

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

#main-header.et-fixed-header #top-menu li.menu-item-object-custom:last-child a {
}

/* mobile */
.mobile_menu_bar::before,
.select_page {
	color: #072f4f !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
	background-color: #ffffff !important;
}

.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color: #072f4f !important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff;
}

.et_monarch .et_social_mobile {
	width: 100% !important;
}

/* Scroll Down Button */
.scroll-down-btn {
	z-index: 99999;
	position: absolute;
	bottom: 35px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	padding: 10px;
	border-radius: 40px;
	background-color: #f4c70c;
}

.scroll-down-btn:hover {
	opacity: 0.8;
}

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #072f4f !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #f4c70c;
}

#sidebar {
	color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
	display: none;
}

#sidebar #servcss li {
	position: relative;
	/*   padding-left: 25px; */
	transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
position: absolute;
content: '\f00c';
top: 0;
left: 0;
color: #F4C70C;
font-family: 'FontAwesome';
} */

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.home-testimonial .heading {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: black !important;
}

.home-testimonial .heading:before {
	position: absolute;
	content: "\f005 \f005 \f005 \f005 \f005";
	top: -33px;
	left: 50%;
	color: #f4c70c;
	font-family: "FontAwesome";
	font-size: 15px;
	transform: translateX(-50%);
	display: none;
}

.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
	display: none !important;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff !important;
}
.learn-more {
	margin-top:30px;
}
.home-testimonial .learn-more a {
	background-color: #f4c70c;
	color: #072f4f;
	text-transform: uppercase;
	padding: 15px 25px;
	border-radius:5px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s ease-out;
}
/***** TESTIMONIALS FORM *****/
.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 {
		margin-top: 10px;
	}
}
@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%;
	}
}

/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */

.free-estimate-heading {
	position: relative;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

textarea {
	resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	/* border-style: none none solid; */
	border-width: 1px;
	border-color: #000 #000 #c3c3c3;
	color: #333 !important;
	padding: 15px 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	margin: 10px 0px !important;
	border-radius: 5px;
	transition: 0.3s linear;
	width: 100% !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: #072f4f !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 {
	opacity: 1;
	border: 1px solid silver;
	border-radius: 2px;
	padding: 15px;
}

#contactForm div:nth-child(5) img {
	float: left;
	margin-top: 5px;
}

#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}

#submitter {
	font-size: 16px;
	padding: 15px 30px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600 !important;
	color: #072f4f;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #f4c70c;
	border-radius: 5px;
	margin-top: 20px !important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
	border: 3px solid #072f4f;
}

#submitter:hover {color: #fff;background: #072f4f;border: 3px solid #f4c70c;}
/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #072f4f;
	padding-top: 30px;
}

#main-footer #footer-widgets {
	margin-bottom: 30px;
	padding: 3% 0 0;
}

#main-footer .footer-widget {
	color: #f7f7f7 !important;
}
#main-footer .footer-widget li {
	list-style: none;
	padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
	margin-bottom: 30px;
}

.footer-widget li:before {
	display: none;
}

#main-footer .footer-widget strong {
	color: #f4c70c !important;
}

#main-footer .footer-widget .et_pb_widget {
	float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
	width: 100%;
}

#main-footer h4 {
	position: relative;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #f4c70c;
}
.openinghours{
	width: 100%;
	max-width: 350px;
	margin: 0 auto !important;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	text-shadow: none !important;
}

.openinghours td,
.hours th {
	color: #f7f7f7 !important;
}

.openinghours tr td:last-child {
	text-align: right !important;
}

#current-day {
	background-color: transparent;
}

#current-day td {
	color: #f4c70c !important;
	font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
	display: none;
}

#footer-bottom {
	background-color: transparent !important;
	color: white;
}

#footer-bottom .container {
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
}

/* -----------------------------------------------------------------------
* Helper Style
* ----------------------------------------------------------------------- */
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */

@media (max-width: 1024px) {
	.text-logo {
		width: 50%;
		font-size: 30px;
	}
}

@media (max-width: 980px) {
	.home ul#servcss {
		text-align: center;
	}
	.et_header_style_centered #main-header {
		padding: 0;
	}

	.text-logo {
		width: unset;
	}

	#main-header .contact-info a {
		padding-left: 5px;
	}

	#main-header .contact-info span {
		padding-right: 5px;
	}

	#main-header .fa-mobile {
		top: 2px !important;
		left: -1px;
	}

	#main-header .contact-info span:before {
		content: none;
	}

	.logo_container {
		position: static;
		text-align: center;
	}

	/*.text-logo {
	margin-bottom: 15px;
}*/

	#mobile_menu {
		top: 33px;
		border-top: 0;
	}

	#main-header .contact-info {
		float: none !important;
		margin: 15px 0 0;
	}

	#main-header .fa {
		top: 0;
	}

	#main-header .contact-info a em,
	#main-header .contact-info span em {
		display: none;
	}

	.home-testimonial .wpcr3_item_name a,
	.home-testimonial .heading,
	.home-testimonial .et_pb_text {
		text-align: center;
	}
}

@media (max-width: 650px) {
	.et_monarch .et_social_mobile {
		width: 50% !important;
	}
}

@media (min-width: 601px) {
	#main-header .contact-info a {
		margin-left: 25px;
	}
}

@media (max-width: 600px) {
	#main-header .contact-info a,
	#main-header .contact-info span {
		display: block;
		line-height: 30px;
	}

	.et_pb_slide_description {
		width: 100% !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 500px) {
	#contactForm div:nth-child(5) img {
		float: none;
		display: block;
		margin: 0 auto 10px;
		width: 50%;
	}

	.text-logo {
		font-size: 24px;
	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.et_pb_slide_description {
		width: 300px;
		padding: 60px 10px 100px 0;
	}

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 48px !important;
		line-height: normal;
	}
}

@media screen and (max-width: 375px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 38px !important;
	}
}
.et-fixed-header #top-menu li a {
	font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
	font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
	top: unset !important;
	right: 3px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
}
.sub-menu li {
	padding: 0 !important;
	line-height: 1.2em !important;
}
.sub-menu li a {
	border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
	#et-top-navigation .et_menu_container {
		padding: 0 !important;
	}
	.logo_container {
		max-width: 35%;
		text-align: left;
		display: table;
		padding: 0 !important;
		width: fit-content;
	}
	span.logo_helper {
		display: none;
	}
	a.text-logo {
		line-height: 1em;
		display: table-cell;
		vertical-align: middle;
	}
}
/***** MORE *****/
@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
		text-align: center;
	}
	.contact-info.pull-right * {
		padding: 0 !important;
	}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
		text-align: center;
	}
	.widgettitle:before,
	#main-footer h4:before {
		width: 100%;
	}
	body:not(.home) h1.entry-title {
		text-align: center;
		font-size: 24px;
		border-bottom: 1px solid #ccc;
	}
	.et_pb_widget {
		text-align: center;
	}
	footer .et_pb_widget {
		float: none;
	}
}
#main-footer .container {
	width: 93%;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	gap: 2px;
	flex-wrap: wrap;
}
@media (min-width: 981px) {
	.paymentsbox {
		justify-content: flex-start;
	}
}
.payments strong,
.payments br {
	display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
}
.mobile_menu_bar_toggle {
	height: 100%;
	width: 100%;
	right: 0 !important;
	top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
	top: 1px;
}
ul#mobile_menu {
	top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
	width: 100%;
}

/*****************************************
********   IF LOGO IS IMAGE     *********
*****************************************/
.image-logo .logo_container a {
	display: block;
}

@media (min-width: 981px) {
	.image-logo #main-header .logo_container {
		position: static;
		width: auto;
		float: left;
		height: auto !important;
	}
}

.et_header_style_centered #logo {
	position: static;
}

@media (min-width: 981px) {
	.image-logo header {
		transition: all 0.3s !important;
	}
	.image-logo .logo_container {
		max-height: 100% !important;
		height: 100% !important;
	}
	.image-logo #logo {
		max-height:120px !important;
	}
	.image-logo .et_menu_container {
		width: 100% !important;
		max-width: 1350px;
		padding-right: 10px;
	}
	.image-logo #top-menu > li > a {
		transition: all 0.3s !important;
	}
}

@media (max-width: 980px) {
	.image-logo .logo_container {
		width: fit-content;
		margin: 0 auto;
		height: 100% !important;
	}
	.image-logo .logo_container,
	.image-logo #logo {
		max-height: 120px !important;
		max-width: 100%;
	}
}

/*
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) {
	.et_pb_widget li {
		list-style: disc inside;
	}
}
@media (max-width: 980px) {
	.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, 0.75));
}

@media (max-width: 767px) {
	.hours,
	.openinghours {
		width: 100%;
		text-align: center;
	}
}

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

#mobile_menu li a {
	text-transform: capitalize !important;
}

@media screen and (max-width: 980px) 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%;
	}

}
#page-container {
	overflow-x:hidden;
}
.container_header {
	padding: 15px 0;
}
.logo_helper {
	display:none !important;
}
.row-slider {
	display: flex;
	align-items: center;
}
#contact {
	padding: 0px;
}
#contact-section {
	background: #072f4fba;
	padding: 30px !important;
	border-radius:5px;
}
.slider-title{
	font-size: 42px;
	line-height:1.2;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0px;
	text-shadow: 2px 2px 2px #000;
}
.box-info-estimate {
	display: flex;
	align-items: center;
}
.titles-box-info-estimate {
	margin-left: 50px;
}
.titles-box-info-estimate p:first-child {
	color: #111111;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
.titles-box-info-estimate p:nth-child(2) {
	font-weight: 500;
	font-size: 18px;
}
.row-get {
	display: flex;
	align-items: center;
}
.btn-get {
	text-align: center;
}
.btn-get a {
	position: relative;
	display: inline-block;
	background-color: #f4c70c;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 5px;
	color: #072f4f;
	padding:15px 25px;
	margin-bottom: 0px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border: 3px solid #072f4f;
}

.btn-get a:hover {color: #fff;background: #072f4f;border: 3px solid #f4c70c;}

.l-divider {
	float: left;
	width: 100%;
}
.l-divider.primary > .l-main-divider {
	width: 0px;
	height: 0px;
	margin: auto !important;
}
.l-divider > .l-main-divider {
	display: block;
	margin: auto;
}
.l-divider.primary > .l-main-divider > .first-l {
	background-color: #f4c70b;
}

.l-divider.primary > .l-main-divider > .first-l {
	display: block;
	width: 35px;
	height: 2px;
	margin-top: 5px;
	margin-left: -35px;
}
.l-divider.primary > .l-main-divider > .first-l:after {
	display: block;
	content: "";
	width: 2px;
	height: 10px;
	float: right;
	background-color: inherit;
}
.l-divider.primary > .l-main-divider > .second-l {
	background-color: #f4c70b;
}

.l-divider.primary > .l-main-divider > .second-l {
	display: block;
	width: 35px;
	height: 2px;
	margin-top: -2px;
	margin-left: 8px;
}
.l-divider.primary > .l-main-divider > .second-l:after {
	display: block;
	content: "";
	width: 2px;
	height: 10px;
	margin-top: -10px;
	background-color: inherit;
	float: left;
}

.nap-home {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nap-home-icon {
	margin-right: 15px;
}
.nap-home-icon i {
	color: #f4c70c;
	font-size: 35px;
}
.nap-t h3 {
	padding-bottom: 0px;
	color: #fff;
	text-align:center;
}
.t-service {
	font-weight: bold;
	text-align: center;
	font-size: 30px !important;
}

.home ul#servcss {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top:50px;
}
.home #servcss li {
	position: relative;
	font-weight: bold;
	margin: 10px 10px;
	padding: 0px 10px;
	display: inline-block;
}
.home #servcss li:before {
	position: absolute;
	content: "\f00c";
	left: -15px;
	top: 0px;
	font-family: "FontAwesome";
	color: #f4c70c;
}

/* buttons */

.booking-button-switch {
	display:none !important;
}

.booking-button-switch {
	background: #f4c70c;
	color: #072f4f;
}

.booking-button-switch:hover .fa {

	color: #fff;
}
.booking-button-switch:hover {color: #fff;background: #072f4f;border: 3px solid #f4c70c;}

.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background:#03192a;
	display: none;
}
.top_button {
	position: relative;
	display: inline-block;
	background: #f4c70c;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #072f4f;
	padding: 10px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 4px;
	border: 3px solid #072f4f;
}
.top_button .fa {
	position: relative;
	color: #072f4f;
	font-size: 20px;
	transition: 0.3s;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0px;
	font-size: 15px;
	z-index: 9999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 240px;
	background: #f4c70c;
	color: #072f4f;
	border: 3px solid #072f4f;
}

.floating-estimate-btn:hover {
	text-align: center;
	padding: 5px 15px;
	color: #ffffff !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 240px;
	color: #fff;
	background: #072f4f;
	border: 3px solid #f4c70c;
	transition: .15s linear;
}

#main-footer .listing-rev-btn {
	padding: 5px 15px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: 10px;
	width:240px;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	background: #f4c70c;
	color: #072f4f;
	border: 3px solid #072f4f;
	display: flex;
	align-items: baseline;
	position: fixed;
	z-index: 9999;
	transition: .15s linear;
}

#main-footer .listing-rev-btn:hover{
	color: #fff;
	background: #072f4f;
	border: 3px solid #f4c70c;
}

#main-footer .listing-rev-btn:hover .fa {
	color: #fff;
}

#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #072f4f;
}
/* end buttons */
/* Blog Post, Services and Blog Page Style */

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

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

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

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

/* end blog */
/* badges */
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.badge-holder {
	background: #03192a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 15px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: "Montserrat", sans-serif;
	border: 1px solid #fff;
	border-radius: 5px;
}
.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}
.badge-holder img {
	width: 100%;
	padding-bottom: 5px;
}
p.badge-content {
	color: #fff;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.badge-title {
	background: #f4c70c;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #072f4f;
	font-weight: bold;
	border-radius: 5px;
}

@media screen and (max-width: 1024px) {
	#contactForm div:nth-child(5) input {
		width: 100% !important;
		margin: 20px 0 0 !important;
	}
	#contactForm div:nth-child(5) img {
		float: none;
	}
}
@media screen and (max-width: 980px) {
	#main-header .contact-info .fa {
		top: 3px;
	}
	.wpcr3_review,
	.wpcr3_item_name,
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		/* text-align: center; */
	}

	.row-first-services {
		padding-bottom: 0px !important;
	}
	.row-services {
		flex-direction: column;
	}
	.row-slider,
	.row-get,
	.box-info-estimate {
		display: block;
	}
	.slider {
		text-align: center;
	}
	#et-top-navigation {
		padding: 0px 0;
	}
	.titles-box-info-estimate {
		margin-top: 30px;
		margin-left: 0px;
		text-align: center;
	}
}
@media screen and (min-width:981px) {
	.container_header {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	#main-header .contact-info {
		position: absolute;
		right: 10px;
	}
	.row-nap {
		display:flex;
		align-items:center;
	}
}
@media screen and (max-width:600px) {
	.slider-title h1 {
		font-size:30px;
	}
	.badge-holder {
		width: 100%;
		max-width: 200px;
	}
	.home ul#servcss {
		flex-direction: column;
	}
}
.nav-arrows button{
	background:#f3c70a;
	border-style:solid;
	border: 2px solid #072f4f;
	display: flex;
	border-radius: 5px;
}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}

.keen-slider__slide a{
	max-width:600px;
	margin:auto;
}

.testimonial-subject{
	color: #000000;
}

.testimonial-content{
	color: #000000;
}

.reviewer-name{
	color: #000000;
}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #f4c70c;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #072f4f;
	padding:15px 25px;
	margin-bottom: 0px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

.wpcr3_button_1:hover {
	color: #fff;
	background: #072f4f;
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:15px 25px;
	margin-bottom: 0px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}



/* SERVICES BOXES */
.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: #072f4f;
}

.srvElementFullWidth {
	margin: 20px 20px 0px;
	background-color: #072f4f;
	display: flex;
	flex-direction: column;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #f4c70c;
	transition: .15s linear;
}

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

.srvElementContent a {
	color: #f4c70c;
}

.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: #03192a;
}
.srvElementHeader:hover h2{
	color: #f4c70c;
}

@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 #0a1f54;
}
/* END SERVICES BOXES */


/* 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;
	}
}
/* END ADDITTIONAL SERVICES STYLE */

p.title-service {
	font-weight: bold;
	text-align: center;
	font-size: 30px !important;
}


.et_pb_section.et_pb_section_5.et_section_regular {
	padding-top: 0;
	padding-bottom: 0;
}

div#home-testimonial-wrapper {
	background-color: #FFFFFF !important;
}

.nav-arrows button:hover {
	border: 2px solid #f3c70a;
	background: #072f4f;
}

p.success {
	color: #ffffff;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

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

@media (min-width: 981px) {

	#main-content .container .type-post {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

@media (max-width: 980px) {
	#sidebar .et_pb_widget {
		margin-top: 40px;
	}
}


ul.first-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	list-style: inside disc;
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

.first-list-content li {
	padding: 5px 10px;
	margin-bottom: 10px !important;
	background: #072f4f;
	color: #ffffff;
	text-align: left;
	width: 100%;
	font-weight: 600;
}

ol.second-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

.second-list-content li {
	padding: 5px 10px;
	margin-bottom: 10px !important;
	background: #f4c70c;
	color: #072f4f;
	text-align: left;
	width: 100%;
	font-weight: 600;
}

.first-list-content li:hover {
	background: #fdc921;
	color: #072f4f;
}

.second-list-content li:hover {
	background: #072f4f;
	color: #ffffff;
}

@media (min-width: 981px) {
	div#home-ul-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	div#home-ol-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.slider-title span {
	display: block;
	margin-top: 20px;
	font-size: 24px;
	text-transform: capitalize;
}

h2.first-par-title {
	text-align: center;
	font-size: 32px;
	color: #072f4f;
	text-transform: uppercase;
}


@media screen and (max-width: 981px) {
	body.page-id-2466 article article.et_pb_post h2.entry-title {
		font-size: 24px;
		text-align: center;
	}
	body.page-id-2466 article article.et_pb_post .post-meta {
		text-align: center;
	}
	body.single-post p.post-meta {
		text-align: center !important;
	}
}