/* 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: 'Be Vietnam Pro', Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizelegibility;
     font-feature-settings: "liga";
     color: #2c3941;
     font-weight: 400;
}
 h1,h2,h3,h4,h5,h6 {font-family: 'Changa', sans-serif;font-weight: 500!important;color: #2c3941;}
 p strong {
font-family: 'Changa', sans-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: #2C3941;
}
.header-menu-container {
    width: 95%;
    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: 25px;
    margin-right: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    opacity: 0.5;
    right: 84px;
    filter: drop-shadow(2px 4px 6px black);
}

.text-logo span {
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    font-family: 'Changa', sans-serif;
}

 .header-menu-container:after {
    display: none;
}

div#et-top-navigation {
    padding: 0 !important;
}
.estimate-btn {
    display: none;
}
.mobile_menu_bar {
    padding: 0 !important;
}

.et_mobile_menu {
    width: 100vw;
    left: -2.5vw;
    top: 100%;
    border-color: #63d471;
    background-color: #2c3941 !important;
}


 .et_mobile_menu li a {
     color: #efefef !important;
     font-family: 'Inter', sans-serif;
     filter: drop-shadow(0px 1px 1px #210124);
}
 .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: #63d471;
}
 .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: #63d471;
    width: 50px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
} 
.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: #2C3941;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 190px;
    height: auto;
    border-bottom-left-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    font-family: 'Changa', sans-serif;
}

.add-info-btn .fa {
    color: #2C3941;
}
#add-info-close-icon {
    display: none;
}
.add-info-btn span {
    line-height: 1;
    color: #2C3941;
    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: 450px !important;
     min-height: 450px !important;
     height: 450px !important;
     background-position: 60%;
}
 .et_pb_fullscreen .et_pb_fullwidth_header_container {
     max-height: 450px !important;
     min-height: 450px !important;
     height: 450px !important;
     width: 95%;
}
 
 .header-content {
     margin: 0 auto !important;
     padding: 0px !important;
     width: 100% !important;
     max-width: 1080px !important;
}
.homepage-header-title h1 {
	font-size: 35px;
    font-weight: bold !important;
	line-height:1.2;
}

.header-title {
    font-size: 27px;
    font-weight: 400;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    font-family: 'Changa', sans-serif;
    color: #fff;
    font-weight: 500;
}
.homepage-header-button {
	display: flex;
    justify-content: center;
}
.homepage-header-button .booking-button-switch {
	margin-right: 15px;
}
.button {
    background: #63d471;
    color: #2C3941;
    line-height: 1;
    border-radius: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: 240px;
    margin-top: 20px;
    font-weight: 500;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    font-family: 'Changa', sans-serif;
}
.button:hover {
 background: #3db691;
 color: #fff;
}
 

/* FIRST CONTENT SECTION STYLE */

.entry-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
}
.home .entry-title {
 padding: 0;
 color: #fff;
 margin-bottom: 20px;
}
   div#home-title-block {
    padding: 0 !important;
    background-color: #f5f3f5!important;
}

div#home-title-block-container-firstpar {
    padding: 0 !important;
    width: 100% !important;
}

div#home-title-block-container-firstpar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 170px);
    background: #2c3941;
}

div#home-title-block-txt-col {
    padding: 70px 2.5%;
}

.section-title-heading {
    margin-bottom: 10px;
    color: #63d471;
    font-weight: 600;
    font-family: 'Changa', sans-serif;
}

.content-button {
    background: transparent;
    color: #63d471;
    line-height: 1;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 10px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #fff;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    text-align: center;
}
.content-button:hover {
 background: #2c3941;
 color: #ffffff;
 border-color: #63d471;
}
div#home-title-block-img-col span {
    width: 75%;
    margin-left: auto;
    display: flex;
    margin-top: -30px;
    padding-bottom: 70px;
    height: 280px;
}

div#home-title-block-img-col span img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}



/* BADGES SECTION STYLE */
  div#css-badges-section {
    background-color: #63d471!important;
}

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

.badge-holder {
    background: #2c3941;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Nunito', sans-serif;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #62d270;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 32px;
    width: 94%;
    font-family: 'Changa', sans-serif;
    font-weight: 600;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.badge-holder img {
    width: 100%;
    height: 100%;
}

.badge-title {
    background: #f5f3f5;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #2c3941;
    font-weight: bold;
    text-transform: capitalize;
}

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

/* SERVICES STYLE */

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

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    background-color: rgb(44 57 65);
    margin: 5px 5px !important;
}

.srvElementFullWidth {
    background-color: rgb(44 57 65);
    display: flex;
    flex-direction: column;
    margin: 5px !important;
}

.title-services p {
    color: #000;
    font-size: 35px;
    padding: 0px;
    font-weight: bold;
    text-align: center;
}

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

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

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

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

.srvElementFullWidth .srvElementImg {
    width: 33%;
    height: 100%;
    display: flex;
    overflow: hidden;
    object-fit: cover;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}

.srvElementHeader:hover {
    background-color: #1e272d;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #63d471;
}

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

/* ADDITTIONAL SERVICES STYLE */

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

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


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

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

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

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

/* END ADDITTIONAL SERVICES STYLE */
/* CONTENT SECTION STYLE */

div#content-dark-section {
    width: 100% !important;
    padding: 0 !important;
}



div#content-dark-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 170px);
    background: #2c3941;
}

div#content-text-col {
    padding: 70px 2.5%;
    margin-bottom: 0 !important;
}
 

div#home-content-section {
    padding-top: 0 !important;
}

 

 

div#content-img-col span {
    width: 75%;
    margin-left: auto;
    display: flex;
    margin-top: -30px;
    padding-bottom: 70px;
    height: 280px;
}

div#content-img-col span img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}




/* SERVICES LIST SECTION STYLE */

 

 .homepage-services #servcss {
     padding: 0;
     list-style: none;
     width: 280px;
     margin: 0 auto;
}
 .homepage-services li {
     position: relative;
     text-align: left;
     padding-left: 26px;
     color: #fff;
}
 .homepage-services li:before {
     content: "\f1b9";
     font-family: 'FontAwesome';
     margin-right: 5px;
     color: #63d471;
     position: absolute;
     left: 0;
}


/* CONTACT FORM STYLE */
 
 

.contact-form-heading {
    background: #63d471;
    padding: 30px 20px;
}

.contact-section-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Changa', sans-serif;
}

.contact-section-text {
    color: #2c3941;
    line-height: 1.4;
    padding-top: 10px;
}

.contact-form-block {
    background-image: linear-gradient(90deg,#2c3941 0%,rgba(44,57,65,0.65) 100%),url(https://cardetailingsvcnj.com/wp-content/uploads/2024/04/contact-form-bg.webp)!important;
    padding: 30px 20px;
    background-position: center;
    background-size: cover;
}



input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
}

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

form#contactForm {
	text-align: center;
	background: #2c3941;
	padding: 20px;
	border-radius: 10px;
}

input#submitter {
    background-color: #63d471;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 45px;
    transition: 500ms;
    border-radius: 20px;
    overflow: hidden;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    height: auto;
    color: #2c3941;
    width: 240px;
}

input#submitter:hover {
	background-color: #2c3941 !important;
	color: #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 10px 10px;
	height: auto;
	background-color: #ffffff00 !important;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #ffffff !important;
	background-image: none;
	border: 1px solid #63d471;
	margin-bottom: 20px !important;
}

p.success {
    color: #2c3941;
}

#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: #ffffff !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: #ececec;
}

#contact {
	padding: 0;
}


div#contact-form-section {
    background-color: #f5f3f5!important;
}

/* NAP SECTION STYLE */

div#nap-section {
    background-color: #2c3941!important;
}

.homepage-nap h3 {
    color: #fff;
    padding-bottom: 0;
    line-height: 1.3;
}
 
/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    background-color: #63d471!important;
    padding: 0;
}


.owl-nav {
    display: none;
}
 
 
.item img{object-fit: cover;object-position: center;margin-left: 3px;}

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

.item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #2c3941;
    left: 0;
    top: 0;
    opacity: 0.6;
}

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

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

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

.owl-theme .owl-dots .owl-dot span {
    height: 5px !important;
    background: #7a7a7a !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #000 !important;
}
div#testimonials-block {
    padding: 0 !important;
    width: 100% !important;
}

div#testimonials-review-block {
    padding: 70px 2.5%;
}
.testimonials-title {
    text-align: center;
    font-size: 26px !important;
    color: #2c3941;
    font-weight: 600;
    line-height: 1.1em;
    font-family: 'Changa', sans-serif;
}

.home .wpcr3_review_datePublished {
    color: #2c3941;
}

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

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

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

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
	color: #2c3941;
}

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

.home span.wpcr3_item_name a {
	color: #2c3941;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

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


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	color: #2c3941;
}

 

.testimonials-button {
    color: #2c3941;
    background: transparent;
    line-height: 1;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 10px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    border: 1px solid #fff;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    text-align: center;
}

.testimonials-button:hover {
	color: #ffffff;
	background: #2c3941;
}


/* FOOTER STYLE */

#main-footer {
	background: #2c3941;
	background-size: contain;
	background-repeat: repeat;
}
#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: #63d471;
	padding: 15px;
	color: #2c3941;
	font-family: 'Changa', sans-serif;
}

.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 #63d471;
	text-transform: uppercase;
	font-family: 'Changa', sans-serif;
}

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

#footer-widgets .footer-widget a {
	background-color: #fff;
}
.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;
}
table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	font-family: 'Open Sans', sans-serif;
	color: #f5f3f5;
}

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

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

#closed-day {
	color: #f5f3f5;
}

/* 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 #63d471;
     text-align: center;
     font-size: 26px !important;
     color: #2c3941;
     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: #000 !important;
}

#main-content .container h2{
font-size: 24px !important;
}
/* add buttons */
.booking-button-switch {display: none;}
.button-quote-header {
     background: #1e272d;
    text-align: center;
    padding: 10px 0;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #63d471;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #2C3941;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 3em;
}

.top_button:hover{
	background-color:#3db691;
	color:#fff;
}

.floating-estimate-btn {
    text-align: center;
    padding: 3px 15px;
    background-color: #63d471;
    color: #2c3941 ;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #2c3941;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: normal;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
}

.floating-estimate-btn:hover{
	background-color:#3db691;
	color:#fff;
}
.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #63d471;    
    
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #2C3941;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-radius:25px;
}

.wpcr3_button_1:hover {
color: #fff;
    background: #3db691;
	position: relative;
    display: inline-block;
    
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-radius:25px;
}

#main-footer .listing-rev-btn {
    padding: 3px 15px;
    border: 3px solid #2c3941;
	border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border-left: 0px;
    bottom: 15px;
    background: #63d471;
    color: #2c3941;
    width: 230px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
	font-weight:500;
}

#main-footer .listing-rev-btn:hover{
	background-color:#3db691;
	color:#fff;
}

#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #2c3941;
}
/* end add buttons */
/* reviews */
.testimonials .owl-stage {
	background-color:transparent !important;
}
.testimonials-slider .item:before, .testimonials-slider .item span {
	display:none !important;
}
.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: #2c3941;
    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: #2c3941;
}
.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: #2c3941;
    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 */
/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
  

.srvElement:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

.srvElement:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.srvElementImg {
    /* height: 240px; */
}

       .homepage-services #servcss {
         column-count: 2;
         -webkit-column-count: 2;
         -moz-column-count: 2;
         margin: 0 auto;
         width: auto;
         column-gap: 25px;
    }
     .homepage-services li {
         text-align: left;
    }
}
 @media screen and (max-width: 981px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
     .et_pb_sidebar_0 .et_pb_widget {
         width: 100%;
    }
     .footer-widget:nth-child(n) {
         width: 100% !important;
         text-align: center;
         margin: 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*/
 
.add-info-block {
    top: 25vh;
}
  .estimate-btn {
    display: flex;
    justify-content: flex-end;
    width: 25% !important;
}

.logo_container {
    width: 25% !important;
}
div#et-top-navigation {
    width: 86%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.estimate-btn a {
    background: #63D471;
    color: #2C3941;
    line-height: 1;
    border-radius: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    font-family: 'Changa', sans-serif;
}
.estimate-btn a:hover {
 background: #3db691;
 color: #fff;
}
     nav#top-menu-nav ul#top-menu li a{
         padding-top: 15px !important;
         padding-bottom: 15px !important;
         font-weight: 500;
         color: #ffffff !important;
         text-transform: capitalize;
         filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    }
     #top-menu .menu-item-has-children>a:first-child:after {
         top: 14px;
         color: #63d471;
    }
     nav#top-menu-nav ul#top-menu .current-menu-item a{
         color: #63d471 !important;
    }
     nav#top-menu-nav ul#top-menu li {
         padding-left: 7px;
         padding-right: 7px !important;
    }
  nav#top-menu-nav ul#top-menu li:not(:last-child):after {
   content: '\f111';
   position: absolute;
   font-family: 'FontAwesome';
   font-size: 5px;
   color: #63d471;
   right: -3px;
   top: 15px;
  }
	 .sub-menu li:not(:last-child):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: #d9b6c6 !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: #2c3941 !important;
         border-color: #63d471 !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: #63d371;
    }
	 #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: 1200px !important;
         min-height: 600px !important;
         height: calc(100vh - 127px) !important;
         background-position: center;
         background-position-y: 45%;
    }
     .et_pb_fullscreen .et_pb_fullwidth_header_container {
         max-height: 1200px !important;
         min-height: 600px !important;
         height: calc(100vh - 127px) !important;
         max-width: 95%;
    }
  .header-title {
    font-size: 40px;
    line-height: 1.2;
}
  .entry-title {
   text-align: left;
  }
.home .entry-title {
	font-size: 32px !important;
}
  
    /* BADGES STYLE DESKTOP*/
    
    /* FIRST PARAGRAPH STYLE DESKTOP*/
 div#home-title-block-container-firstpar:before {
    height: 100%;
    left: -25%;
}

div#home-title-block-img-col span {
    width: 95% !important;
    height: 55vw;
    max-height: 600px;
}

  
    /* SERVICES STYLE DESKTOP*/
   
 .srvBlockTitle {
    text-align: left;
}

.srvElement {
    width: 100%;
    max-width: 100%;
    /* min-height: 260px; */
}

.srvElement:nth-child(odd) {
    /* flex-direction: row; */
}

.srvElement:nth-child(even) {
    /* flex-direction: row-reverse; */
}

.srvElementImg {
    width: 100%;
}

.srvElementBody {
    width: 100%;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.srvElementHeader {
    width: 100%;
}

.srvElementContent {
    width: 100%;
}

.srvElement:nth-child(odd) .srvElementHeader, .srvElement:nth-child(odd) .srvElementContent {
    margin-left: auto;
}

.srvElement:nth-child(even) .srvElementHeader, .srvElement:nth-child(even) .srvElementContent {
    margin-right: auto;
}

.srvElementBody img {
    top: 150px;
}

.srvElement:nth-child(odd) .srvElementBody img {
    right: auto;
    left: 10px;
}

.srvElement:nth-child(even) .srvElementBody img {
    left: auto;
    right: 10px;
}

 .srvElement:nth-child(odd) .srvElementBody:before {
    right: -18%;
    left: auto;
}

.srvElement:nth-child(even) .srvElementBody:before {
    left: -18%;
}

     /* CONTENT SECTION DESKTOP */

  div#nap-section {
    padding-bottom: 60px;
}

  div#content-dark-section:before {
    height: calc(100% - 30px);
    left: -25%;
}

div#content-img-col  span {
    width: 95% !important;
    height: 55vw;
    max-height: 600px;
}

div#content-text-col {
    margin-bottom: 30px !important;
    padding-right: 0;
}
  
    /* CONTACT SECTION DESKTOP */

	 
.contact-form-holder {
    display: flex;
}

.contact-form-heading {
    width: calc(100% - 640px);
    position: absolute;
    height: 100%;
    top: -30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form-block {
    max-width: 640px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

div#contact-section {
    max-width: 740px;
    padding-left: 150px;
    padding-right: 120px;
    margin-bottom: -30px;
	margin-left: auto;
}
     
    /* TESTIMONIALS SECTION DESKTOP */
 div#testimonials-block {
    max-width: 100%;
}
div#testimonials-block:before {
	    content: '';
	    position: absolute;
	    height: 100%;
	    background: #2c3941;
	    right: 0;
	    min-width: 2.5vw;
	    width: calc(100vw - 52.5%);
	    max-width: calc(50vw - 540px);
}
div#testimonials-block .et_pb_module {
    height: 100%;
}

div#testimonials-block .et_pb_code_inner {
    height: 100%;
}
	  .loop .item {
		 height:100% !important;
	 }
.owl-carousel {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}

.owl-stage {
    height: 100%;
}

div#testimonials-review-block {
    width: calc(50vw - 2.5%);
    max-width: 540px;
    padding: 70px 25px;
}
    /* SERVICES LIST SECTION DESKTOP */
  
    /* FOOTER STYLES DESKTOP */
   	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

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

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

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

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

    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
     .et_pb_sidebar_0 h4.widgettitle {
         text-align: left;
    }
     #sidebar h4.widgettitle {
         text-align: left;
    }
     .et_pb_sidebar_0 .textwidget {
         text-align: left !important;
    }
     #sidebar .textwidget {
         text-align: left;
    }
     .et_pb_sidebar_0.et_pb_widget_area_right {
         border-left: 1px solid rgb(44 57 65 / 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;
}

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

.testimonial-subject{
	color: #2c3941;
}
.testimonial-item a {

    color: #2c3941;
}
.testimonial-item a b{
	font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400 !important;
    color: #2c3941;
    text-align: center;
    font-style: italic;
}

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


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

.nav-arrows button{background:#63d472;border-color: #2d3941;width: 40px;height: 40px;border-style: solid;}

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

#main-content .container h1{
    color: #333 !important;
}

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

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

}