/*
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, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #333333;
    font-weight: 400;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
p strong {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
div#page-container {
    overflow: hidden;
    background: #fff;
}
.home div#page-container {
    padding-top: 0px !important;
}
div#main-content {
    background-color: transparent !important;
}
.et_pb_row {

}
.et_pb_section {
    background: transparent !important;

}
/*HEADER STYLES*/

header#main-header {
    background: #7c2840;
}
.home header#main-header {
    box-shadow: none !important;
}
#main-header.et-fixed-header {
    background: #7c2840;
}
.header-menu-container {
    display: flex;
    width: 95%;
}

.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    padding: 10px 0;
}

.logo_container {
    position: relative !important;
    width: 260px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.text-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-logo span {
    width: calc(100% - 70px);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.text-logo-icon {
    width: 60px;
    margin-right: 10px;
    display: flex;
    filter: brightness(5);
}

div#et-top-navigation {
    padding: 0 !important;
    width: calc(100% - 260px) !important;
    display: flex;
    justify-content: flex-end;
}
.email-btn {
    display: none;
}
.et_mobile_menu {
    border-color: #7c2840 !important;
    top: 100%;
    height: auto !important;
    background-color: #551a2b !important;
    /* background: linear-gradient(to bottom, #7c2840, #3cd4a0); */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    /* box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%); */
}
.et_mobile_menu li a {
    color: #fff !important;
    font-weight: normal;
}
.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: #ffefbf;
}
.et_mobile_menu .current_page_item a {
    color: #fb5584 !important;
}

/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: inset -8px -7px 10px 0 #fff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15);
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
    transition: all 0.4s ease;
    transform: rotate(0deg);
    display: block;
    color: #7c2840;
    text-align: center;
    font-size: 40px;
    padding: 4px;
    top: 15px;
    right: 6px;
    left: auto;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 10px;
    background-color: #deebdb;
    /* box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%); */
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 40px;
    height: 40px;
}
/*rotate the Divi Menu icon on click*/

.add-info-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #7c2840;
    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;
    border: 1px solid #ffffff33;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.add-info-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 270px;
    position: fixed;
    right: -220px;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    top: 333px;
    z-index: 97;
}
.open-info {
    right: 0;
    z-index: 9999;
}
.open-info #add-info-open-icon {
    display: none;
}
.open-info #add-info-close-icon {
    display: block;
}
.add-info-container {
    background: #551a2b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 220px;
    min-height: 200px;
    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;
}
.add-info-btn .fa {
    color: #fff;
}
#add-info-close-icon {
    display: none;
}
.add-info-btn span {
    line-height: 1;
    color: #fff;
    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%;
}
.add-info-holder a {
    margin: 20px 0;
}

.add-info-container .fa {
    margin-right: 5px;
    margin-top: 2px;
}

.floating-cta-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #388e3c;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ffffff33;
    border-right: none;
    right: 0;
    top: 400px;
    z-index: 98;
    background-color: #2e854b;
    background: linear-gradient(to bottom, #7c2840, #dd006f);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.floating-cta-btn a .fa {
    animation: ringing 5s ease-in-out infinite;
    color: #fff;
    font-size: 24px;
}
.floating-quote-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #246a3c;
    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;
    border: 1px solid #ffffff33;
    border-right: none;
    right: 0;
    top: 458px;
    z-index: 98;
    text-align: center;
    /* display: none; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.floating-quote-btn .fa {
    color: #fff;
}
.floating-quote-btn span {
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.et-fixed-header.sticky-menu .add-info-block {
    top: 25px;
}
.et-fixed-header.sticky-menu .floating-cta-btn {
    top: 90px;
}
.et-fixed-header.sticky-menu .floating-quote-btn {
    top: 150px;
}

.floating-quote-btn{
    display:none !important;
}
/*END HEADER STYLES*/
/*PAGE STYLES*/

/* HOMEPAGE HEADER STYLE */

.header-content {
    width: 240px;
}

.header-content-subtitle {
    color: #666666;
    font-weight: bold;
}

.header-content-title h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 26px;
    padding-bottom: 10px;
}
.header-content-title h1 span {
    color: #2e854b;
}
.header-content-txt span {
    font-size: 15px;
    line-height: 1.4;
    background-color: #fff;
}

div#header-container .et_pb_row {
    display: flex;
    flex-direction: row;
}

div#header-container-content {
    margin-bottom: 0;
    width: 250px;
}

div#header-container-image {
    position: absolute;
    z-index: 0;
    top: -4%;
    width: 91vw;
    min-width: 360px !important;
    height: 360px;
    right: 0;
}

.header-content-txt {
    filter: drop-shadow(3px 0px 0px #fff);
}

.header-elements-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    background-color: #2e854b;
    background: #7c2840;
    box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%);
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 99999;
    left: 0;
    bottom: -30px;
    margin: 10px;
}
.button:hover {
    border-color: hsl(0deg 0% 100% / 37%);
    box-shadow: inset -8px -7px 10px 0 #ffffff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15);
}

.header-elements-holder img {
    position: absolute;
    width: 25vw;
    z-index: 10;
    transform: rotate(351deg);
    margin-top: 41px;
    right: 163px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}

.header-rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    background: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: -8px -6px 15px 0 #ffffff4f, 6px 8px 15px 0 rgb(0 0 0 / 33%);
    border-radius: 10px;
    width: 150px;
    right: 8%;
    bottom: -62px;
}

.header-rating p {
    display: block;
    width: 100%;
}

.stars {
    display: flex;
}

.stars .fa {
    color: #dfbc00;
}

div#header-container-image .et_pb_image {
    margin-bottom: 0;
    height: 388px;
}

div#header-container-image .et_pb_image span {
    margin-right: -185px;
    width: 100%;
    height: 100%;
}

div#header-container-image .et_pb_image span:before,
div#first-par-section span.et_pb_image_wrap:before,
div#text-block:before,
.home .wpcr3_reviews_holder:before,
.nap-row:after {
    content: "";
    background-image: url(https://ilcleaningservice.com/wp-content/uploads/2023/09/shape-cube.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
}

div#header-container-image .et_pb_image span:after,
div#first-par-content:after,
div#text-block:after,
.home .wpcr3_reviews_holder:after {
    content: "";
    background-image: url(https://ilcleaningservice.com/wp-content/uploads/2023/09/shape-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
}

div#header-container-image .et_pb_image span:before {
    top: 55px;
    left: 100px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}
div#header-container-image .et_pb_image span:after {
    right: 50px;
    top: 80px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}

div#header-container-image .et_pb_code {
}

div#header-container-image .et_pb_image img {
    height: 100%;
    right: -3vw;
}

div#cta-container,
div#cta-container .et_pb_row {
    padding: 0 !important;
    z-index: -1;
}

.cta-row {
    display: flex;
    align-items: flex-end;
    margin-top: -23px;
}

.cta-row img {
    width: 170px;
    margin-left: -50px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.cta-content strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.cta-content a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.entry-title {
    text-align: center;
    font-size: 26px !important;
    line-height: 1.1;
}
.home .entry-title {
    padding: 0;
    color: #333333;
}
.page-title-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
}

.hours-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

a.hours-box {
    padding: 0 !important;
    pointer-events: none;
}
.main-header-napinfo-block a.hours-box {
    pointer-events: none;
}
.hours {
    border: none;
    height: auto;
    box-shadow: none;
    background: transparent !important;
}
.hours img {
    display: none;
}
.hours p {
    padding: 0 !important;
    font-size: 16px !important;
    text-shadow: none;
    color: #333333;
}

.hours-holder .fa {
    display: none;
}
.hours-holder span.info-addon {
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}

.hours p {
    padding: 0 !important;
    font-size: 16px !important;
    text-shadow: none;
    color: #333333;
    font-family: "Open Sans", sans-serif;
}

/*  CLOCK  */
.clock {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 60px;
    height: 60px;
    justify-self: center;
    box-shadow: 0.3rem 0.3rem 0.6rem #7c284057, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 20px;
}
.clock .hand {
    position: absolute;
    transform-origin: bottom;
    bottom: 30px;
    border-radius: 0.2rem;
    z-index: 200;
}
.clock .hours {
    width: 3px;
    height: 20px;
    background: #7c2840 !important;
}
.clock .minutes {
    width: 2px;
    height: 24px;
    background: #7c2840;
}
.clock .seconds {
    width: 1px;
    height: 25px;
    background: #7c2840;
}
.clock .point {
    position: absolute;
    width: 5px;
    height: 6px;
    border-radius: 50%;
    background: #7c2840;
    z-index: 300;
}
.clock .marker {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgb(102 0 51 / 28%), inset -0.2rem -0.2rem 0.5rem
8px
 #ffffff;
}
.clock .marker::after {
    content: "";
    width: 60%;
    height: 60%;
    position: absolute;
    box-shadow: inset 1px 1px 1px #7c284094, inset -1px -1px 1px #ffffff;
    border-radius: 50%;
    top: 20%;
    left: 20%;
    filter: blur(1px);
}
.clock .marker__1,
.clock .marker__2,
.clock .marker__3,
.clock .marker__4 {
    position: absolute;
    border-radius: 0.1rem;
    box-shadow: inset 1px 1px 1px #7c2840, inset -1px -1px 1px #ffffff;
}
.clock .marker__1,
.clock .marker__2 {
    width: 0.5px;
    height: 5px;
    left: 28px;
}
.clock .marker__3,
.clock .marker__4 {
    width: 5px;
    height: 1px;
    top: 28px;
}
.clock .marker__1 {
    top: 2%;
}
.clock .marker__2 {
    top: 110%;
    transform: translateY(-0.6rem);
}
.clock .marker__3 {
    left: 2%;
}
.clock .marker__4 {
    left: 93%;
    transform: translateX(-1px);
}

/* BADGES SECTION STYLE */

.home-first-par-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 24px !important;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    position: relative;
    text-align: center;
    color: #7c2840;
    margin-bottom: 50px;
}
.home-first-par-title span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 7px;
    color: #333333;
}
.home-first-par-title:before,
.home .wpcr3_review_item:before,
.nap-row:before {
    content: "";
    background-image: url(https://ilcleaningservice.com/wp-content/uploads/2023/09/shape-wave-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}
.home-first-par-title:before {
    width: 98px;
    height: 13px;
    display: block;
    top: 91%;
    left: 0px;
    transform: rotate(38deg);
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5px 5px;
    padding: 15px 5px 22px 5px;
    position: relative;
    color: #fff;
    border: 1px solid #e9e9e9;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    background-color: #7c2840;
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: rgb(102 0 51 / 20%) 0px 18px 50px -10px;
    max-width: 170px;
}
.badge-holder:hover {
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%);
}
p.badge-content {
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    padding-bottom: 10px !important;
    padding-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.badge-holder img {
    width: 150px;
    height: 100px;
    padding-bottom: 5px;
    opacity: 0.9;
    filter: hue-rotate(212deg);
}
.badge-title {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
}
.badge-title span {
    font-size: 17px;
}

/* FIRST PARAGRAPH SECTION */

div#first-par-section {
    padding: 0 !important;
}

div#first-par-section .et_pb_row {
    padding: 0 !important;
}

div#first-par-section span.et_pb_image_wrap:before {
    top: -62px;
    right: 50px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}

div#first-par-content:after {
    top: 34%;
    right: 34%;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
    opacity: 0.4;
}

.link-button {
    background-color: #2e854b;
    background: linear-gradient(to bottom, #2e854b, #3cd4a0);
    box-shadow: -8px -6px 10px 0 #fff, 5px 8px 10px 0 rgb(143 145 124);
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 165px;
}
.link-button:hover {
    border-color: hsl(0deg 0% 100% / 37%);
    box-shadow: inset -5px -7px 15px 0 #f3f3f3, inset 7px 8px 10px 0 rgb(43 124 70);
}

div#first-par-img-col img {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
}

div#first-par-img-col {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
    float: none;
}

.first-par-image-badge {
    position: absolute;
    right: 56px;
    bottom: 0;
    background: #fff;
    padding: 10px;
    box-shadow: -8px -6px 15px 0 rgb(255 255 255 / 31%), 6px 8px 15px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: 99px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}

.first-par-image-badge .fa {
    font-size: 20px;
    margin-bottom: 2px;
    color: #00a8e1;
}

/* SERVICES SECTION STYLE */

.srvBlock {
    width: 97%;
    margin: 0 auto;
}

.srvBlockTitle p {
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 1.2;
    padding: 0;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

div#home-srv-block {
    padding-bottom: 0 !important;
}

div#home-srv-block-container {
    padding-bottom: 0 !important;
}

div#services-blocks-section {
    padding-top: 0 !important;
    background-image: url(https://ilcleaningservice.com/wp-content/uploads/2023/09/services-bg.svg) !important;
    background-size: 100% 50% !important;
}

.homepage-services {
    border: 1px solid #e9e9e9;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: inset -8px -7px 10px 0 #fff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-width: 520px;
    padding: 20px;
}

.homepage-services #servcss {
    padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    margin: 0.3em 3px;
    color: #333333;
    text-align: right;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 1.2;
}
.homepage-services #servcss li:before {
    content: "\f101";
    color: #7c2840;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.srvElement {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 25px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: hsl(330deg 100% 20%);
    border-radius: 10px;
    background-color: rgb(255 241 248);
    box-shadow: -7px -5px 9px 0 #fff, 5px 6px 10px 0 rgb(0 0 0 / 10%);
    max-width: 500px;
}
.srv-icon {
    position: absolute;
    background: #7c2840;
    width: 75px;
    height: 75px;
    /* right: 24px; */
    bottom: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border: 5px solid #7c2840;
    border-radius: 10px;
    box-shadow: -7px -5px 9px 0 #fff, 5px 6px 10px 0 rgb(0 0 0 / 33%);
}
.srv-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: none !important;
    filter: brightness(5);
}
.srvElementHeader h2 {
    text-align: center;
    color: #000000;
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 53px;
    position: relative;
    padding: 20px 20px 0px 20px;
}
.srvElementImg img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #2e854b4d;
}
.srvElementBody {
    padding: 0px 20px 20px 20px;
}
.srvElementHeader {
    /* border-top: 1px dashed #2e854b; */
}
.srvElementContent {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    color: #494949;
}
.srvElement:hover {
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: inset -8px -7px 10px 0 #fff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15);
}

.srvElement:hover h2 {
    color: #7c2840;
    font-weight: normal;
    letter-spacing: -1px;
}
.srvElement:hover .srvElementContent {
    color: #6a6a6a;
}

.srvElementContent a {
    color: #1db272;
}

div#home-content-section {
/*     padding-top: 0 !important; */
    z-index: 9999;
    background: #7c2840 !important;
}

/* CONTENT SECTION STYLE */

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

div#text-block {
}

div#text-block:before {
    top: -79px;
    left: 50px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
    transform: rotate(6deg);
}

div#text-block:after {
    top: 34%;
    right: 34%;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
    opacity: 0.4;
}

/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    padding-top: 0 !important;
    z-index: 10;
}

div#testimonials-block {
    display: flex;
    flex-direction: row;
}

div#testimonials-txt {
    /* text-align: right; */
    margin-bottom: 0;
    /* width: 250px !important; */
    /* margin-left: auto !important; */
}

div#testimonials-img {
    /* position: absolute; */
    z-index: 0;
    top: -17%;
    width: 91vw !important;
    min-width: 360px !important;
    height: 360px;
    right: 0;
}

div#testimonials-img .et_pb_image {
    margin-bottom: 0;
    height: 100%;
}

div#testimonials-img .et_pb_image span {
    margin-left: -185px;
    width: 100%;
    height: 100%;
}

div#testimonials-img .et_pb_image img {
    height: 100%;
    left: -3vw;
}

.testimonials-section-title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    line-height: 1.2;
    padding: 0;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.home .wpcr3_review {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home .wpcr3_dotline {
    display: none !important;
}

.home div.wpcr3_review div.wpcr3_review_ratingValue {
    margin-right: 0;
    margin-top: 15px;
}
.home .wpcr3_review_author {
    text-align: cemter;
    filter: drop-shadow(-3px 0px 0px #fff);
}

.home .wpcr3_review_author .wpcr3_caps {
    font-size: 15px;
    line-height: 1.4;
    background-color: #fff;
}

.home .wpcr3_review_author .wpcr3_item_name a {
    font-size: 15px;
    line-height: 1.4;
    background-color: #fff;
    color: #000;
}

.home .wpcr3_review_title.wpcr3_caps {
    font-size: 17px;
    line-height: 1.4;
    background-color: #fff;
    filter: drop-shadow(-3px 0px 0px #fff);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #2e854b;
}

.home blockquote.wpcr3_content p {
    line-height: 1.4 !important;
    background-color: #fff;
    color: #000;
}

.home blockquote.wpcr3_content {
    filter: drop-shadow(-3px 0px 0px #fff);
    border: none;
    text-align: center;
    padding-bottom: 0 !important;
}

.home .wpcr3_reviews_holder:before {
    right: 50px;
    top: 50%;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
    opacity: 0.2;
}
.home .wpcr3_reviews_holder:after {
    top: -65px;
    left: 40px;
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 29%));
}

.home .wpcr3_review_item:before {
    width: 98px;
    height: 13px;
    display: block;
    top: 65%;
    left: -39%;
    transform: rotate(38deg);
}

.testimonials-btn {
    background-color: #2e854b;
    background: linear-gradient(to bottom, #2e854b, #3cd4a0);
    box-shadow: -8px -6px 10px 0 #fff, 5px 8px 10px 0 rgb(143 145 124);
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 165px;
}
.testimonials-btn:hover {
    border-color: hsl(0deg 0% 100% / 37%);
    box-shadow: inset -5px -7px 15px 0 #f3f3f3, inset 7px 8px 10px 0 rgb(43 124 70);
}

/* NAP SECTION STYLE */

div#nap-container,
div#nap-container .et_pb_row {
    padding: 0 !important;
    z-index: -1;
}

.nap-row {
    display: flex;
    align-items: flex-end;
    margin-top: -23px;
}
.nap-row:after {
    top: -45px;
    right: -33px;
}

.nap-row:before {
    width: 98px;
    height: 13px;
    display: block;
    bottom: -35px;
    right: 20%;
    transform: rotate(38deg);
}
.nap-row img {
    width: 170px;
    margin-left: -50px;
}

.homepage-nap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 20px;
    position: relative;
    width: 70%;
}

.homepage-nap h3 {
    padding: 0;
    font-size: 20px !important;
    text-align: left;
}

.homepage-nap h3 strong {
    display: inline-block;
    padding-bottom: 10px;
}

/* NAP Google listing button */
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn {
	justify-content:center;
	bottom: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
	padding: 10px 25px;
	line-height: 1;
	font-size: 17px;
	background-color: #2e854b;
	background: linear-gradient(to bottom, #8d2148, #d00669);
	box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width:235px;
	position: fixed;
	bottom: 15px;
	z-index: 9999;
	border-style: solid;
	border-width: 2px;
	border-color: hsl(0deg 0% 100% / 0%);
}
/* add buttons */
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #231f21;
}
.floating-estimate-btn {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 90px;
    z-index: 999999;
    font-weight: normal;
    color: #ffffff;
    padding: 10px 25px;
    line-height: 1;
    font-size: 17px;
    background-color: #2e854b;
    background: linear-gradient(to bottom, #2e854b, #3cd4a0);
    box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 235px;
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
}
.booking-button-switch {
		display:none !important;
	}
/* CONTACT FORM STYLE */

p.free-estimate-title {
    font-size: 26px !important;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 2px;
    text-align: center;
}

div#contact {
    border: 1px solid #e9e9e9;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: hsla(0, 0%, 100%, 0);
    box-shadow: inset -8px -7px 10px 0 #fff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-width: 520px;
    padding: 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: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 500ms;
    position: relative;
    z-index: 1;
    height: 39px;
    color: #ffffff;
    padding: 11px 20px;
    display: inline-block;
    line-height: 1;
    width: 210px;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #2e854b;
    background: #7c2840;
    box-shadow: -8px -6px 10px 0 #fff, 5px 8px 10px 0 rgb(143 145 124);
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
}

input#submitter:hover {
    border-color: hsl(0deg 0% 100% / 37%);
    box-shadow: inset -5px -7px 15px 0 #f3f3f3, inset 7px 8px 10px 0 rgb(102 0 51);
}
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;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #333 !important;
    background: transparent;
    margin-bottom: 10px !important;
    border: 1px solid #7c284085;
}
#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: #333 !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: #333 !important;
    border-color: #000000;
}

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

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

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

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

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

	.blog-page-class h2, p.post-meta{
		text-align: center !important;
	}
}

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

#main-footer {
    background: #7c2840;
    background-size: contain;
    background-repeat: repeat;
    border: 1px solid #e9e9e9;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0);
    /* box-shadow: inset -8px -7px 10px 0 #fff, inset 7px 8px 10px 0 rgba(0, 0, 0, 0.15); */
}
#main-footer .container {
    width: 95%;
}
div#footer-widgets {
    padding-top: 80px !important;
}
div#footer-widgets .footer-widget {
    border-style: solid;
    border-width: 2px;
    border-color: hsl(108.75deg 28.57% 89.02%);
    border-radius: 10px;
    background-color: rgb(255 255 255);
    box-shadow: -7px -5px 9px 0 #ffffff54, 5px 6px 10px 0 rgb(0 0 0 / 33%);
    padding: 20px;
}

div#footer-bottom {
    padding: 15px;
    color: #000;
    background-color: #2e854b;
    background: #fff;
}

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

.footer-widget h4 {
    color: #333333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #7c2840;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
h4#nap-footer-icons {
    margin-top: 20px;
}
.footer-widget .textwidget {
    color: #333333;
}

#footer-widgets .footer-widget a {
    background-color: #fff;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li a {
	cursor:pointer;
	background:none;
	color:#333333;
}
#footer-widgets .footer-widget li a:hover {
	color:#333333;
}
#footer-widgets .footer-widget li:before {
	display:none;
}
table.openinghours {
    margin: 0 auto !important;
    width: 100%;
}

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

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

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

#closed-day {
    color: #333333;
}

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

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    color: #231f20;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #333333;
}

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

.owl-stage {
    display: flex;
    align-items: center;
}

.review-title {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height:1.2;
    color: #000 !important;
    text-align:center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width:420px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.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: #000;
    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: #000;
}
.external-review-author {margin: 0 5px;}

.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%;
  color: #000;
  font-weight: 300;
  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 {
    background-color: #2e854b;
    background: linear-gradient(to bottom, #2e854b, #3cd4a0);
    box-shadow: -8px -6px 10px 0 #fff, 5px 8px 10px 0 rgb(143 145 124);
    border-style: solid;
    border-width: 2px;
    border-color: hsl(0deg 0% 100% / 0%);
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 165px;
}
 
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;
}
.external-review-content {
	text-align:center;
}
 @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) {
    div#header-container-image .et_pb_image img {
        height: 150%;
        bottom: 50%;
        right: -9vw;
        object-fit: contain;
    }

    div#header-container-content {
        width: 330px;
    }

    .header-content-title h1{
        font-size: 33px;
    }

    .header-content {
        width: 100%;
    }

    .header-content-txt span {
        font-size: 18px;
    }

    .button {
        /* left: 120px; */
    }
    .header-elements-holder img {
        right: 195px;
    }
    .cta-row img {
        width: 270px;
        margin-left: -100px;
    }

    .cta-row {
        margin-top: -100px;
    }

    .homepage-services {
        max-width: 100%;
    }
    .homepage-services #servcss li:before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .homepage-services #servcss li {
        padding-left: 20px;
        justify-content: flex-start;
    }
    .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;
    }

    div#content-image-block .et_pb_module {
        max-width: 600px;
        margin: 0 auto;
    }

    div#testimonials-img .et_pb_image img {
        height: 150%;
        bottom: 16%;
        left: -17vw;
    }

    div#testimonials-txt {
        /* width: 330px !important; */
    }

    .home .wpcr3_review_item:before {
        left: -19%;
    }

    .home .wpcr3_reviews_holder:after {
        left: -43%;
    }

    .nap-row img {
        width: 270px;
        margin-left: -17px;
    }

    .nap-row {
        align-items: center;
    }
}

@media screen and (max-width: 981px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
    }
    #main-footer .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .et_pb_text {
        text-align: center !important;
    }
    #footer-widgets .footer-widget .fwidget {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}
 div#header-container {
        padding-top: 160px !important;
        /* position: relative; */
        /* padding-bottom: 160px; */
    }

@media screen and (min-width: 981px) {
    nav#top-menu-nav ul#top-menu li a {
        color: #d6d6d6 !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
    #top-menu .menu-item-has-children > a:first-child:after {
        top: 19px;
    }
    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #ffd100 !important;
    }
    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px !important;
    }

    .email-btn {
        width: 195px;
        position: relative;
        background-color: #2e854b;
        background: #ffffff;
        /* box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%); */
        border-style: solid;
        border-width: 2px;
        border-color: hsl(0deg 0% 100% / 0%);
        color: #000;
        cursor: pointer;
        transition: 0.3s ease;
        display: inline-block;
        font-weight: normal;
        padding: 10px 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-left: 20px;
        font-size: 15px;
    }
    .email-btn:hover {
        border-color: hsl(0deg 0% 100% / 37%);
        box-shadow: inset -5px -7px 15px 0 #ffffff, inset 7px 7px 10px 0 rgb(102 0 51);
    }
    .email-btn .fa {
        margin-right: 10px;
    }
    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: 600;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
    }
    #top-menu .menu-item-has-children > a:first-child:after {
        top: 14px;
        color: #d799b7;
    }
    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #ffffff !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: #ffffff;
        right: -3px;
        top: 15px;
    }
    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;
        border: none !important;
        background-color: #2e854b !important;
        background: linear-gradient(to bottom, #8d2148, #ce0667) !important;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    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: #ffffff;
    }
    #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*/

   

    div#header-container-content {
        width: 50%;
    }

    .header-content-subtitle {
        font-size: 19px;
    }

    .header-content-title h1 {
        font-size: 38px;
    }

    .header-content-txt span {
        font-size: 21px;
    }

    div#header-container-image {
        height: 450px;
        max-width: 1080px;
        width: 100%;
    }
    div#header-container-image .et_pb_image span {
        margin-right: -60px;
        text-align: right;
    }
    div#header-container-image .et_pb_image img {
        height: 170%;
        bottom: 70%;
        right: 0;
        object-position: 118%;
    }

    div#header-container-image .et_pb_image span:after {
        right: -16px;
    }

    div#header-container-image .et_pb_image span:before {
        top: -42px;
    }

    .button {
        /* left: 187px; */
    }
	
	.header-buttons{
		    display: flex;
    gap: 20px;
	}
    
	.header-buttons .booking-button-switch {
		/* left: 320px; */
	}
    .header-elements-holder {
    }

    .header-elements-holder img {
        width: 275px;
        right: 222px;
    }

    .cta-row img {
        width: 400px;
        margin-left: -186px;
    }

    .cta-content strong {
        font-size: 23px;
    }

    .cta-content a {
        font-size: 25px;
    }

    .entry-title {
        text-align: left;
    }

    .home .entry-title {
        font-size: 33px !important;
    }
    .website-header-block {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 105px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-title-block {
        width: 60%;
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }

    .hours-holder {
        width: 40%;
        justify-content: flex-end;
    }
    .page-title-block .section-title-heading {
        text-align: left;
    }

    /* BADGES STYLE DESKTOP*/

    .badges-container {
        padding: 50px 0;
    }
    .home-first-par-title {
        flex-direction: column;
        align-items: center;
    }
    .badge-holder {
        width: calc(25% - 10px);
    }
    .badge-holder:nth-child(3) {
        order: unset;
    }

    /* FIRST PARAGRAPH SECTION DESKTOP */

    div#first-par-section {
        padding: 50px 0 !important;
    }
    div#first-par-img-col {
        margin-bottom: 0;
    }

    div#first-par-section .et_pb_row {
        display: flex;
        justify-content: space-between;
    }

    div#first-par-section .et_pb_row .et_pb_column {
        width: 48% !important;
        margin: 0 !important;
    }

    div#first-par-section .et_pb_row .et_pb_column:after {
        display: none;
    }

    div#first-par-section .et_pb_row:after {
        display: none;
    }

    div#first-par-img-col .et_pb_image,
    div#first-par-img-col .et_pb_image_wrap {
        height: 100%;
        margin-bottom: 0;
    }

    div#first-par-img-col img {
        height: 100%;
        object-fit: cover;
        object-position: 64%;
    }

    /* SERVICES LIST SECTION DESKTOP */

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

    /* SERVICES STYLE DESKTOP*/

    div#services-blocks-section {
        background-size: contain !important;
        max-width: 1130px;
        margin: 0 auto;
        background-position: center !important;
    }

    div#home-content-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .srvBlockTitle p {
        font-size: 33px;
        margin-bottom: 40px;
    }

    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .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 {
        height: 100%;
    }
    .srvElementFullWidth .srvElementContent {
        height: auto;
    }
    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }
    .srvElementFullWidth .srvElementHeader {
        border-top: none;
    }
    .srvElementFullWidth .srv-icon {
        right: -32px;
        bottom: unset;
    }
    .srvElementFullWidth .srvElementImg {
        width: 34%;
        margin: 0;
        align-items: center;
    }
    .srvElementFullWidth .srvElementBody {
        width: calc(68% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px 20px 20px 30px;
        height: auto;
        padding: 0px 0px 0px 20px;
    }

    /* TESTIMONIALS SECTION DESKTOP*/

    div#testimonials-txt {
        width: 50% !important;
    }

    div#testimonials-img {
        max-width: 1080px;
        width: 100% !important;
        margin-right: 0 !important;
    }

    div#testimonials-img .et_pb_image {
        height: 389px;
    }

    div#testimonials-img .et_pb_image span {
        text-align: left;
        /* margin-left: -50px; */
    }

    div#testimonials-img .et_pb_image img {
        object-fit: contain;
        height: 170%;
        bottom: 50%;
        left: auto;
        object-position: -19%;
    }

    div#home-testimonials {
        /* padding-top: 170px !important; */
        padding-bottom: 150px !important;
    }

    .home .wpcr3_reviews_holder:after {
        left: -100%;
        top: -62%;
    }
    .home .wpcr3_reviews_holder:before {
        top: -116px;
        opacity: 1;
    }

    .home .wpcr3_review_item:before {
        left: 0;
        top: 90%;
    }

    /* NAP SECTION STYLE */
    .nap-row img {
        width: 400px;
    }

    .nap-row {
        margin-top: -47px;
    }

    .nap-row:after {
        right: 30px;
    }

    /* 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;
        display: flex;
    }
    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left;
    }
    #sidebar h4.widgettitle {
        text-align: left;
    }
    .et_pb_sidebar_0 .textwidget {
        text-align: left;
    }
    #sidebar .textwidget {
        text-align: left;
    }
    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(78 78 78 / 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 {
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, #2e854b, #3cd4a0);
        box-shadow: -8px -6px 15px 0 #fff, 6px 8px 15px 0 rgb(0 0 0 / 33%); 
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: none;
    border-style: solid;
        border-width: 2px;
        border-color: hsl(0deg 0% 100% / 0%);
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
}

.wpcr3_button_1:hover {
        border-color: hsl(0deg 0% 100% / 37%);
        box-shadow: inset -5px -7px 15px 0 #f3f3f3, inset 7px 8px 10px 0 rgb(43 124 70);
	 background: linear-gradient(to bottom, #2e854b, #3cd4a0);
	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;
    }
}

@keyframes ringing {
    20% {
        transform: rotate(0deg);
    }
    21% {
        transform: rotate(10deg);
    }
    22% {
        transform: rotate(-10deg);
    }
    23% {
        transform: rotate(12deg);
    }
    24% {
        transform: rotate(-12deg);
    }
    25% {
        transform: rotate(12deg);
    }
    26% {
        transform: rotate(-12deg);
    }
    28% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-10deg);
    }
    32% {
        transform: rotate(5deg);
    }
    34% {
        transform: rotate(-5deg);
    }
    36% {
        transform: rotate(2deg);
    }
    38% {
        transform: rotate(0deg);
    }
}
.modalHolder{
	display:none;
}

.keen-slider__slide{
	border:none;
	background: rgb(124 40 64);
}


.keen-slider__slide:hover{
	border:none;
	background: rgb(102 0 51);
}


.nav-arrows button{background:linear-gradient(to bottom, #2e854b, #3cd4a0);border-color: #2e854b;border-style:solid;color:#fff;display: flex;align-items: center;justify-content: center;border-radius: 10px;}

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

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

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

}


.cs1 {
    background: #7c2840 !important;
    color: #fff;
}

.cs1 h2 {
    color: #fff;
}

#cont-sec img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#cont-sec .et_pb_image_wrap, #cont-sec .et_pb_image {
    height: 100%;
    width: 100%;
}
#cont-sec .et_pb_row { 
	display: flex;
}
.keen-slider__slide * {
    color: #fff;
    border-color: #fff;
}

.review-from-logo {
    filter: invert(1);
}
img#logo {
    max-width: 100% !important;
    max-height: 100%;
}
@media (max-width: 980px) {
	.cs1 .et_pb_row {
		flex-direction: column-reverse;
	}
	.cs2 .et_pb_row {
    display: block !important;
}
	.cs1 img {
		margin-bottom: 30px;
	}
}