/* Theme Name: Divi Child
* Template Version: 1.0 
* Description: A customized version of Divi which adds a number of tiny features you need. 
* Template: Divi
*/

body {
	font-size: 1.0625rem;
	font-family: 'Poppins', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #191919;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500!important;
	color: #191919;
}
p strong {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 500 !important;
}
div#page-container {
	overflow: hidden;
}
.et_pb_row {
	width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
	background-color: #00008B;
}
.header-menu-container {
	width: 97%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.logo_container {
	position: relative !important;
	max-width: 300px;
	display: flex;
}
img#logo {
	height: 70px;
	max-width: 90% !important;
	max-height: 100% !important;
}
.text-logo {
	display: flex;
	color: #ffffff;
	min-height: 46px;
	align-items: center;
}
.text-logo img {
	width: 70px !important;
	height: 100%;
	object-fit: contain;
	z-index: -1;
}
.text-logo span {
	display: flex;
	align-items: center;
	text-align: start;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-left: 5px;
}
.header-menu-container:after {
	display: none;
}
div#et-top-navigation {
	padding: 0 !important;
}
.estimate-btn, .phone-btn {
	display: none;
}
.mobile_menu_bar {
	padding: 0 !important;
}
.et_mobile_menu {
	width: 100vw;
	left: -1.5vw;
	top: 100%;
	border-color: #ffffff;
	background-color: #302b32 !important;
	height: auto !important;
}
.et_mobile_menu li a {
	color: #efefef !important;
	font-family: 'Inter', sans-serif;
	filter: drop-shadow(0px 1px 1px #210124);
	font-family: 'Roboto Slab', serif;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
	position: relative;
}
.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
	content: '\f149';
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
	color: #d2c9da;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}
.add-info-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #001F5B;
	width: 50px;
	padding: 10px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	position: relative;
	overflow: hidden;
}
.add-info-block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 240px;
	position: fixed;
	right: -190px;
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}
.open-info {
	right: 0;
}
.open-info #add-info-open-icon {
	display: none;
}
.open-info #add-info-close-icon {
	display: block;
}
.add-info-container {
	background: #302b32;
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 190px;
	height: auto;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	font-family: 'Lato', sans-serif;
}
.add-info-btn .fa {
	color: #ffffff;
}
#add-info-close-icon {
	display: none;
}
.add-info-btn span {
	line-height: 1;
	color: #ffffff;
	margin-top: 5px;
	font-size: 12px;
}
.add-info-container a, .header-location-container {
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	text-align: right;
	width: 100%;
}
.email-btn {
	margin: 10px 0;
}
.add-info-container .fa {
	margin-right: 5px;
	margin-top: 2px;
}
/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #ffffff;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 400px !important;
	min-height: 350px !important;
	height: calc(99vh - 172px) !important;
	background-position-x: 62%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 400px !important;
	min-height: 350px !important;
	height: calc(99vh - 172px) !important;
	width: 100%;
	max-width: 1080px;
	justify-content: flex-start!important;
}
.header-content {
	margin: 0 auto !important;
	padding: 20px !important;
	width: 100% !important;
	max-width: 410px !important;
	text-align: left !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
	margin-left: -5px !important;
}
.header-container {
	max-width: 356px;
	margin: 0 auto;
}

.header-content-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(107, 81, 110);
    background: linear-gradient(110deg, rgb(0 31 92) 50%, rgb(0 31 92) 50%, rgba(247, 251, 254, 0) 50%);
    opacity: 0.8;
    z-index: -1;
}

.header-content-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	position: relative;
	height: 100%;
}

.header-title h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	line-height: 1.3;
	width: 315px;
	font-weight: 300;
}

.header-title span {
	font-weight: bold;
}

.button {
    border: 1px solid #fff;
    padding: 15px 15px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    line-height: 1;
    background: #00008B;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.button:hover {
	background-color: #302b32 !important;
}
.home .entry-title::first-letter {
	font-size: 40px;
	color: #000080;
	position: relative;
}


.section-title-heading {
	font-size: 17px;
	font-weight: normal;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-title-heading:before {
	content: '';
	width: 50px;
	height: 3px;
	background: #000080;
	margin-left: -60px;
	margin-right: 10px;
}

.entry-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 500!important;
	color: #191919;
	font-size: 26px !important;
	padding-bottom: 10px;
}


/* FIRST CONTENT SECTION STYLE */
div#home-title-block {
	background-color: #ededed!important;
}


.content-button {
	border: 1px solid #fff;
	padding: 15px 22px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: #00008B;
	width: 250px;
	text-align: center;
	position: relative;
}
.content-button:hover {
	background-color: #302b32;
}


.content-button:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	top: -3px;
	left: -3px;
}

.paragraph-images-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #00008017; */
	max-width: 350px;
	position: relative;
	margin: 0 auto;
	border: 1px solid rgb(107 81 110 / 17%);
}

.paragraph-images-holder img {
	width: 50%;
	position: relative;
}

.paragraph-images-holder img:first-child {
	margin-right: -10%;
	z-index: 1;
	width: 60%;
	margin-bottom: 25%;
}

.paragraph-images-holder img:last-child {
	margin-left: -10%;
	z-index: 0;
	width: 60%;
	margin-bottom: -25%;
}



.paragraph-images-holder:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-left: 25px solid transparent;
	top: -3px;
	right: -3px;
}

.paragraph-images-holder:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 46px solid #000080;
	border-right: 25px solid transparent;
	bottom: -3px;
	left: -3px;
}


/* BADGES SECTION STYLE */


.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	margin-top: 20px;
}

.badge-holder {
	background: #00008B;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 15px 5px 5px 5px;
	margin: 30px 10px;
	margin-bottom: 47px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	top: -3px;
	left: -3px;
}
.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
	background: #302b32;
}

p.badge-content {
	color: #ffffff;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto Slab', serif;
	width: 100%;
}

.badge-holder img {
	width: 100%;
	height: 65px;
	padding-bottom: 5px;
	opacity: 0.9;
	filter: invert(1);
}

.badge-title {
	background: #000080;
	font-size: 15px;
	width: 85%;
	text-align: left;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -47px;
	left: 0;
	color: #ffffff;
	font-weight: 300;
}
.badge-title:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	right: -25px;
	top: 0;
}
.badge-title span {
	font-size: 17px;
}

/* SERVICES SECTION STYLE */

.srvBlockTitle .section-title-heading {
	text-align: right;
}
.srvBlockTitle h2 {
}
.srvElement {
    margin-top: 50px;
    position: relative;
    background: #001f5b;
}
.srvElement:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 46px solid #ffffff;
	border-left: 25px solid transparent;
	right: -3px;
	bottom: -3px;
}
.srvElement:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 46px solid #001F5B;
    border-right: 25px solid transparent;
    top: -3px;
    left: -3px;
}
.srvElementHeader {
	text-align: center;
}
.srvElementHeader h2 {
	padding-bottom: 5px;
	font-weight: 700 !important;
	color: #ffffff;
}
.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
}
.srvElementBody {
	padding: 20px;
}
.srvElementContent {
	text-align: justify;
	color: #ffffff;
	font-size: inherit;
	line-height: 1.6;
}

.srvElementContent a{
	color: #fff;
	text-decoration: underline;
}

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


/* CONTENT SECTION STYLE */


div#content-img-col .paragraph-images-holder {background: #bcbcbc;}



/* SERVICES LIST SECTION STYLE */

div#nap-section {
	background-color: #00008B!important;
}
div#nap-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(107,81,110);
	background: linear-gradient(110deg, rgba(107,81,110,1) 50%, rgba(107,81,110,1) 50%, rgba(247,251,254,0) 50%);
	z-index: 0;
	top: 0;
}
div#nap-section .section-title-heading {
	color: #fff;
}

div#nap-section .section-title-heading:before {
	background: #c8b0ed;
	width: 30px;
	margin-left: -3px;
}


.homepage-services {
	text-align: center;
	margin: 0 auto;
	max-width: 520px;
}
.homepage-services #servcss {
	padding: 0;
}
.homepage-services #servcss li {
	position: relative;
	margin: 0.3em 3px;
	padding-left: 20px;
	display: inline-block;
	color: #ffffff;
}
.homepage-services #servcss li:before {
	position: absolute;
	content: '\f046';
	top: 0;
	left: 0;
	color: #c8b0ed;
	font-family: 'FontAwesome';
}


/* CONTACT FORM STYLE */

div#contact-form-section {
	background-attachment: fixed;
}
.contact-form-heading .section-title-heading {
	justify-content: center;
}



.contact-form-holder {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 20px 10px;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
.contact-form-holder:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	top: -3px;
	left: -3px;
}

.contact-section-text {
	text-align: center;
	color: #000000;
}
div#contact-section {
	margin-top: 20px;
}
input#customer_name {
	width: calc(50% - 5px);
	float: left;
}
input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}
textarea#message {
	margin-bottom: 20px;
}
#contact img {
	float: left;
	width: 120px;
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	filter: grayscale(1);
}
input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 7px;
	height: 40px;
}
form#contactForm {
	text-align: center;
}
input#submitter {
	font-size: 17px;
	font-weight: 400;
	transition: 500ms;
	position: relative;
	z-index: 1;
	height: 40px;
	line-height: 1;
	width: 200px;
	background: #00008B;
	color: #fff;
	border-radius: 0;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	text-align: center;
	text-transform: capitalize;
	border: none;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}




input#submitter:hover {
	background: #302b32;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	max-width: 100%;
	padding: 7px 5px 7px;
	height: auto;
	background-color: #302b32 !important;
	box-shadow: none;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #fff !important;
	background-image: none;
	border: 1px solid #626262;
	margin-bottom: 10px !important;
	border-radius: 0;
	min-height: 40px;
}
#contactForm input[type=text]::placeholder, #contactForm input[type=password]::placeholder, #contactForm input[type=tel]::placeholder, #contactForm input[type=email]::placeholder, #contactForm input.text::placeholder, #contactForm input.title::placeholder, #contactForm textarea::placeholder, #contactForm select {
	color: #fff !important;
}
#contactForm input[type=text]:focus, #contactForm input[type=password]:focus, #contactForm input[type=tel]:focus, #contactForm input[type=email]:focus, #contactForm input.text:focus, #contactForm input.title:focus, #contactForm textarea:focus, #contactForm select:focus {
	color: #fff !important;
	border-color: #ffffff;
}
#contact {
	padding: 0;
	max-width: 730px;
	margin: 0 auto;
}



/* NAP SECTION STYLE */
.nap-title-block h3 {
	color: #fff;
	padding-top: 10px;
}

.nap-phone-block {
	color: #fff;
}

.nap-phone-block h3 {
	color: #fff;
}

.nap-location-block {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
h3#home-adr {
	padding-right: 5px;
}
.nap-location-block h3 {
	padding: 0 2px;
}
.nap-location-block h3 {
	color: #fff;
}

.nap-title-block h3::first-letter {
	font-size: 40px;
	color: #c8b0ed;
	position: relative;
}

.block-title .fa {
	color: #c8b0ed;
}

.block-title {
	width: 100%;
}

/* FOOTER STYLE */
#main-footer {
	background: #00008B;
}
#main-footer .container {
	width: 95%;
}
footer#main-footer .section-separator-down {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	-ms-filter: fliph;
	filter: fliph;
}
div#footer-bottom {
	background-color: #302b32;
	padding: 15px;
	color: #ffffff;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-widget h4 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #c8b0ed;
	text-transform: uppercase;
}
.footer-widget .textwidget {
	color: #ffffff;
}
.fwidget #menu-footer-menu li {
	padding-left: 0px;
}
.fwidget #menu-footer-menu li:before {
	display: none;
}
.fwidget #menu-footer-menu li a {
	background-color: transparent;
}
#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;
	color: #ffffff;
	font-family: 'Trebuchet MS', sans-serif;
}
#current-day {
	background-color: #302b32;
	padding: 0 2px;
}
#current-day td {
	color: #ffffff;
	text-shadow: none;
}
#closed-day {
	color: #ffffff;
}
/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #000080;
	text-align: center;
	font-size: 26px !important;
	color: #191919;
	font-weight: 600;
}
#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;
}
.single-post .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.single-post article {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h1 {
	color: #000000 !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;
	}

}

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

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

.slider-button .booking-button-switch {
	margin-right: 10px;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background:#302b32;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #000080;
	font-weight: 500 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0em;
	border: 1px solid #fff;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px;
	background-color: #000080;
	color: #ffffff !important;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border: 1px solid #ffffff;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 220px;
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: center;
	position: fixed;
	font-weight: bold;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-left: 0px;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	bottom: 15px;
	background: #000080;
	color: #fff;
	width: 220px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 9999;
}
#main-footer .listing-rev-btn img {
	display: none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 1px;

}
/* end add buttons */
/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {



}
@media screen and (max-width: 980px) {
	/* 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: 0px !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*/



	.home div#page-container {
		padding-top: 0 !important;
	}

	.home header#main-header {
		padding-top: 0px;
		background: transparent;
		box-shadow: none;
	}
	header#main-header.et-fixed-header {
		background-color: #00008B;
		padding-top: 0;
	}
	.home div#et-top-navigation {
		background-color: #00008B;
	}

	.estimate-btn, .phone-btn {
		display: flex;
	}

	div#et-top-navigation {
		display: flex;
	}

	.cta-block {
		margin-left: 11px;
		padding: 0 11px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #000080;
	}

	.cta-block a {
		color: #fff;
		font-size: 15px;
		font-family: 'Roboto Slab', serif;
		font-weight: 300;
		line-height: 1.2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cta-block a .fa {
		margin-right: 14px;
	}


	nav#top-menu-nav ul#top-menu li a{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		color: #ffffff !important;
		text-transform: uppercase;
		font-weight: 300;
	}

	#top-menu-nav>ul>li>a:hover {
		opacity: 0.9;
	}

	#top-menu .menu-item-has-children>a:first-child:after {
		top: 14px;
		color: #d2c9da;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a{
		color: #edeef0 !important;
	}
	nav#top-menu-nav ul#top-menu li {
		padding-left: 7px;
		padding-right: 7px !important;
		font-size: 14px;
	}
	nav#top-menu-nav ul#top-menu li:not(:last-child):after {
		content: '\f111';
		position: absolute;
		font-family: 'FontAwesome';
		font-size: 5px;
		color: #b8b8b8;
		right: -3px;
		top: 15px;
	}
	#top-menu-nav .sub-menu li:after {
		display:none; 
	}
	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item {
	}
	nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
		padding-right: 11px !important;
	}
	nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		color: #d2c9da !important;
	}
ul.sub-menu {
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    top: 44px;
    background-color: #001f5c !important;
    border-color: #000080 !important;
}
	ul.sub-menu li ul {
		top: -10px;
	}
	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #fff !important;
		position: relative;
		padding: 6px 6px 6px 16px !important;
		line-height: 1.2;
		filter: drop-shadow(0px 1px 1px #210124);
	}
	#top-menu-nav ul.sub-menu a:before {
		content: '\f149';
		position: absolute;
		left: 0;
		font-family: 'FontAwesome';
		-webkit-transform: scaleX(-1) rotate(90deg);
		transform: scaleX(-1) rotate(90deg);
		color: #d2c9da;
	}
	#top-menu-nav ul.sub-menu a:after {
		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;
	}
	/*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: 800px !important;
		min-height: 600px !important;
		height: calc(99vh - 172px) !important;
		background-position: center;
		background-position-y: 55%;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 800px !important;
		min-height: 600px !important;
		height: calc(99vh - 172px) !important;
	}

	.header-content-container {max-width: 600px;}
	.header-content-container:after {
		background: #000080;
		opacity: 0.8;
		z-index: -1;
		content: '';
		position: absolute;
		width: 100vw;
		height: 100%;
		left: -100vw;
	}
	.header-title h1 {
		font-size: 40px;
		width: 400px;
	}

	.header-content {
		max-width: 100% !important;
	}

	/* BADGES STYLE DESKTOP*/
	/* FIRST PARAGRAPH STYLE DESKTOP*/

	.home .entry-title {
		font-size: 36px !important;
	}
	.home .entry-title::first-letter {
		font-size: 50px;
	}

	div#home-title-block-container-firstpar {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	div#home-title-block-img-col {
		width: 350px;
	}

	div#home-title-block-txt-col {
		width: calc(95% - 350px);
		margin-right: 0;
		margin-left: 5%;
	}

	div#home-title-block-container-firstpar .et_pb_column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	div#nap-section .et_pb_column {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section-title-heading {justify-content: flex-start;}

	.section-title-heading:before {
		margin-left: 0;
	}
	/* SERVICES STYLE DESKTOP*/
	.srvElement {
		width: 32% !important;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 20px !important;
	}
	.srvElementImg img {
		height: 200px;
	}
	.srvElementFullWidth .srvElementImg img {
		height: 100%;
	}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}
	.srvElementBody {
		height: 100%;
	}
	.srvElementHeader h2 {
		min-height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.srvElementContent {
	}
	.srvElementFullWidth .srvElementContent {
		height: auto;
	}
	.srvElement.srvElementFullWidth {
		width: 100% !important;
		max-width: 1080px;
		flex-direction: row;
	}
	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}
	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 20px 20px 20px;
	}

	/* CONTENT SECTION DESKTOP */


	/* CONTACT SECTION DESKTOP */
	/* SERVICES LIST SECTION DESKTOP */

	div#nap-section .section-title-heading:before {
		margin-left: 0px;
		width: 29px;
	}

	.nap-location-block {
		justify-content: flex-start;
	}

	.homepage-services {
		max-width: 100%;
	}



	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		margin: 0 auto;
		width: 100%;
		column-gap: 25px;
	}


	.homepage-services #servcss li:first-child {
		margin-top: 0 !important;
	}
	.homepage-services li {
		text-align: right;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		flex-direction: row;
		line-height: 1.3;
		margin: 0.4em 3px !important;
	}
	.homepage-services #servcss li:before {
		top: auto;
	}

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}
	.paymentsbox {
		justify-content: flex-start;
	}
	div#social-icons {
		text-align: left;
	}
	.footer-widget h4 {
		text-align: left;
	}
	#footer-widgets {
		padding-top: 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 !important;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(64 64 64 / 20%);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
}
.wpcr3_respond_2 input[type="text"]:focus, .wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
.wpcr3_button_1 {
	margin-top: 10px;
	background: #000080;
	color: #fff;
}
@media (min-width: 981px) {
	.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
		min-width: 100%;
	}
	.wpcr3_table_2 td {
		text-align: left !important;
	}
	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
}
@media (max-width: 980px) {
	.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%;
	}
	.et_pb_post h2.entry-title,
	.et_pb_title_meta_container,
	.post-meta {
		/* text-align: center; */
	}
	body:not(.home) h1.entry-title {
		text-align: center;
	}
}
/* reviews */

.owl-stage {
	display: flex;
	align-items: center;
}
.external-reviews-holder {
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	padding: 20px 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.external-review-content {
	width:100%;
}
.sliding-review-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.review-origin-brand {
	background: #fff;
	padding: 10px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 10px;
}

.review-origin-brand img {
	margin: 0;
	height: 35px;
	object-fit: contain;
}
.external-review-title {
	text-align: center;
	font-size: 20px !important;
	color: #000000;
	font-weight: 600;
	line-height: 1.1em;
	margin-top: 20px;
	text-transform: uppercase;
}
.external-review-credentials {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #000000;
}
.external-review-author {
	margin: 0 5px;
	font-weight:bold;
}

.external-review-date {
	margin: 0 5px;
}
.external-review-text {
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 10px auto;
	text-align: center;
	padding: 0 25px;
	width: 95%;
	font-style: italic;
	color: #000000;
	font-weight: 400;
	position: relative;
}
.external-review-text:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	position: absolute;
	left: 5px;
	top: 0;
	opacity: 0.5;
}
.external-review-text:after {
	content: '\f10d';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	bottom: 0;
	opacity: 0.5;
}
a.add-reviews-link {
	color: #ed9e02;
	text-transform: uppercase;
	border-radius: 5em;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 200px;
	transition: 0.3s ease-out;
	display: block;
}

div#external-reviews {
	padding: 0 !important;
	background: #63d471;
}

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

	}
	.static-external-review-container .external-reviews-holder {
		min-height: 420px;
		justify-content: center;
	}

	.review-origin-brand {
		position: absolute;
	}
}
/* end reviews */

/* 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: none;
	border-radius: 5px;
	padding: 1rem;
	background: #fbfbfb;
	min-height: 100%;
	break-inside: avoid;
}
.testimonial-item:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 46px solid #000080;
	border-right: 25px solid transparent;
	bottom: 0;
	left: 0;
}
.testimonial-item:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #00008B;
	border-left: 25px solid transparent;
	top: 0;
	right: 0;
}

.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-width: 1px;
	border-color: #000080;
	border-radius: 5px;
	cursor: pointer;
	background: #000080;
}

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

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

.rotate-180 {
	rotate:180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

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

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

@media (max-width: 425px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

@media (min-width: 981px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}

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


/*Badge Test*/

h2.bullets-titles::before {
	content: '';
	width: 50px;
	height: 3px;
	background: #000080;
	margin-left: -60px;
	margin-right: 10px;
}

h2.bullets-titles {
	font-weight: normal;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

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: #00008B;
	position: relative;
	color: #ffffff;
	text-align: left;
	width: 100%;
	padding-left: 18px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

ul.first-list-content li::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	top: -3px;
	left: -3px;
}

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;
	position: relative;
	margin-bottom: 10px !important;
	background: #00008B;
	color: #ffffff;
	text-align: left;
	width: 100%;
	padding-left: 18px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

ol.second-list-content li::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 46px solid #000080;
	border-right: 25px solid transparent;
	top: -3px;
	left: -3px;
}

.first-list-content li:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
	background: #302b32;
}

.second-list-content li:hover {box-shadow: 0px 0px 8px 0px #fcfffc99;background: #302b32;}

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



.special-offer-banner {
    background: #001F5B;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    width: 100%;
}

.special-offer-content {
    background: #00008b;
    color: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #ffffff;
}

.special-offer-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

.special-offer-discount {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
}

.special-offer-discount strong {
    font-size: 34px;
}

.special-offer-note {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .special-offer-banner {
        padding: 12px;
    }

    .special-offer-content {
        padding: 28px 18px;
    }

    .special-offer-title {
        font-size: 25px;
    }

    .special-offer-discount {
        font-size: 20px;
    }

    .special-offer-discount strong {
        font-size: 28px;
    }

    .special-offer-note {
        font-size: 14px;
    }
}

@media screen and (max-width: 981px) {
	body.page-id-2049 article article.et_pb_post h2.entry-title {
		text-align: center;
	}

	body.page-id-2049 article article.et_pb_post .post-meta {
		text-align: center;
	}
}