/*
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: 'Padauk', Arial, Times New Roman, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #222;
    font-weight: 400;
}


/*HEADER STYLES*/
.contact-info {
    background: #2a83d1;
    padding: 10px 5px;
}

header#main-header {
    background-color: #fff;
    border-bottom: 1px solid;
}

span.header-location-container {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

span.header-location-container .fa {
    margin-right: 5px;
    color: #b30000;
}

a.email-us {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

a.email-us .fa {
    margin-right: 5px;
    color: #b30000;
}

.phonenum {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

a.phonenum .fa {
    margin-right: 5px;
    color: #b30000;
}


.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 365px;
    margin: 0 auto;
}

.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo_container {
    position: relative !important;
    display: flex;
}

div#et-top-navigation {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.mobile_menu_bar {
    padding-bottom: 0 !important;
}

.logo_container a {
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 95%;
    min-height: 54px;
    font-family: 'Heebo', sans-serif;
    color: #000;
}

img#logo {
    max-width: 100% !important;
    max-height: 54px !important;
}

ul#mobile_menu {
    top: 64px;
    border-color: #b30000;
    background-color: #2a83d1 !important;
}

.et_mobile_menu li a {
    color: #ffffff !important;
}

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


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.header-buttons {
    display:flex;
    justify-content:center;
    align-items:center;
}
.button {
    background: #b30000;
    color: #fff;
    padding: 20px 20px;
    display: block;
    margin:0 10px;
    width: 221px;
    line-height: 1;
}

.header-content {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 400px !important;
    min-height: 350px !important;
    height: calc(99vh - 172px) !important;
}

.et_pb_fullwidth_header_container.center {
    max-height: 400px !important;
    min-height: 350px !important;
    height: calc(99vh - 172px) !important;
}

.header-slogan {
    text-align: center;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 340px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-shadow: 1px 1px 5px #000;
}

.about-button {
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1;
}

.entry-title {
    text-align: center;
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: #000;
}

div#home-title-block {
    border-bottom: 3px solid #2a83d1;
}

.srvBlockTitle p {
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: #000000;
    border-bottom: 1px solid #b30000;
    display: inline-block;
}

.srvBlockTitle {
    text-align: center;
    font-size: 30px;
}

.srvElement {
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    padding: 10px 5px;
    line-height: 1.2;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

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

.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
}

.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding: 10px;
    padding-top: 0;
    line-height: 1.2;
}

.srvElementContent a {
    color: #FFEB3B;
    /* text-decoration: underline; */
    text-shadow: 0 0 5px black;
    font-weight: bold;
}

.srvElementBody {
    background: #2a83d1;
}

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

.srvElement:hover h2 {
    color: #fd446c;
    font-weight: bold;
}


/* ESTIMATE LINK SECTION STYLE */

.home-estimate-section-txt strong {
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
}

.home-estimate-section-txt {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.2;
}

.estimate-button {
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: block;
    width: 205px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}


div#homepage-gallery .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#homepage-gallery.et_pb_gallery .et_pb_gallery_pagination {
    border-top: 1px solid #b30000;
}

div#homepage-gallery .et_pb_gallery_item {
    width: calc(50% - 15px) !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    float: none !important;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

div#homepage-gallery .clearfix:after {
    display: none;
}

div#homepage-gallery a.active {
    color: #d54b00;
}

/* SERVICES SECTION STYLE */


/* SERVICES LIST SECTION STYLE */

.homepage-services {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #b30000;
    border-bottom: 1px solid #b30000;
}

.homepage-services ul {
    padding: 0;
}

.homepage-services #servcss li {
    position: relative;
    font-weight: bold;
    margin: 0.3em 0;
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.homepage-services #servcss li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    color: #D54B00;
    font-family: 'FontAwesome';
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
    padding: 0;
    text-align: center;
    line-height: 1.1;
    font-family: 'Heebo', sans-serif;
    color: #2a83d1;
}

div#homepage-nap-section .et_pb_row {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    padding: 20px;
}

.homepage-nap h3 strong {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
    color: #b30000;
}


/* CONTACT FORM STYLE */

div#contact-section {
    background-color: #2a83d1;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

p.free-estimate-title {
    font-size: 26px;
    color: #eff2fb;
    font-style: normal;
    line-height: 1.2;
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

div#home-services-list-section {
    background-color: #eff2fb!important;
}

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

form#contactForm::placeholder {
    color: #ffffff;
}

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

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

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

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

form#contactForm {
    text-align: center;
}

input#submitter {
    text-shadow: none;
    box-shadow: none;
    line-height: 1;
    font-weight: normal;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    height: auto;
    margin-top: 20px !important;
    border: 1px solid #fff0;
    display: inline-block;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    background: #b30000;
    color: #fff;
    border-radius: 3px;
    padding: 15px 20px;
    font-family: 'Heebo', sans-serif;
}

 

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #b30000;
}

#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 {
    border-bottom-color: #ddd;
    color: #ffffff !important;
}

#contact {
    padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
    font-size: 26px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

 div#home-testimonials {
    background-color: #2a83d1!important;
}

.testimonials-subtitle {
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #1d65b9;
    font-style: italic;
}

div#testimonials-block img {
    display: block;
    margin: 0 auto;
    width: 100px;
    /* border-radius: 50%; */
}

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

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 20px;
}

.home span.wpcr3_item_name a {
    color: #ffffff;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    color: #fff !important;
}

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: #ffffff;
    font-family: 'Heebo', sans-serif;
}

.testimonials-btn {
    display: block;
    width: 280px;
    text-align: center;
    margin: 5px auto;
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    line-height: 1;
}

.testimonials-btn:hover {
    background: #292929;
    /* border: 1px solid #fff; */
}


/* FOOTER STYLE */


ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #b30000 !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}


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

div#footer-bottom {
    background-color: #000000;
    padding: 15px;
    color: #ffffff;
}

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

.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid;
}

.footer-widget .textwidget {
    color: #fff;
    font-family: 'Padauk', sans-serif;
}

table.openinghours {
    max-width: 350px;
    margin: 0 auto !important;
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2.3;
    font-family: 'Padauk', sans-serif;
    color: #fff;
}

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

#closed-day {
    color: #fff;
}


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


 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
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;
}

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


.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}

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


/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {}

@media screen and (max-width: 981px) {
    #home-title-block .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    div#home-cta-section {
        background-position: 66%;
    }

    #home-title-block .et_pb_column {
        margin-bottom: 0 !important;
    }

    /* 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: 0 !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*/
    .contact-info-container {
        max-width: 1080px;
        width: 95%;
    }

    .contact-info {
        padding: 10px 0px;
    }

    span.header-location-container {
        margin: 10px 0 !important;
    }

    a.email-us {
        width: 160px;
    }

.phonenum {
    margin: 10px 0px 10px 15px !important;
    text-align: right;
}

    .logo_container {
        width: 350px !important;
    }

    div#et-top-navigation {
        width: calc(100% - 350px);
        display: flex;
        justify-content: flex-end;
    }

    span.header-socials a.social-icon-nap-font {
        margin-right: 0;
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    ul.sub-menu {
        left: -100%;
        filter: drop-shadow(0px 1px 3px #5b5b5b);
    }

    #top-menu ul.sub-menu a {
        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;
    }


    .nav li ul {
        background-color: #2a83d1 !important;
        border-color: #b30000 !important;
    }

    #top-menu .menu-item-has-children>a:first-child:after {
        top: 7px;
    }


    ul#top-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #top-menu li {
        padding-right: 0;
        padding-left: 22px;
    }

    /*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: 770px !important;
        min-height: 500px !important;
        height: calc(99vh - 134px) !important;
    }

    .et_pb_fullwidth_header_container.center {
        max-height: 770px !important;
        min-height: 500px !important;
        height: calc(99vh - 134px) !important;
    }

    .header-slogan {
        font-size: 45px;
        width: 600px;
    }

    .entry-title {
        text-align: left;
        font-size: 30px !important;
    }

    .about-button {
        margin-left: 0;
    }

    div#home-cta-section {
        padding: 150px 0 150px 0;
    }

    div#homepage-nap-section .et_pb_row {
        padding: 0px !important;
        height: 0;
    }

    div#homepage-nap-section {
        padding: 0 !important;
        background: transparent !important;
    }

    div#homepage-nap-section .et_pb_module {
        margin-top: -70px;
        background: #fff;
        padding: 30px 30px 30px 30px;
        box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    }

    div#home-main-content {
        padding-top: 140px;
    }

    /* SERVICES STYLE DESKTOP*/


    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }

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

    .srvElementContent {
        height: 100%;
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
    }

    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* ESTIMATE LINK SECTION DESKTOP */
    .home-estimate-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-estimate-section-txt {
        width: calc(100% - 210px);
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home-estimate-section-txt strong {
        font-size: 30px;
    }

    .home-estimate-section-btn {
        width: 210px;
    }

    div#homepage-gallery .et_pb_gallery_item {
        width: calc(25% - 15px) !important;
    }

    /* NAP SECTION DESKTOP */

    /* CONTACT SECTION DESKTOP */

    /* TESTIMONIALS SECTION DESKTOP */
    .testimonials-title,  .review-title {
        font-size: 30px;
    }

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

    #sidebar .textwidget {
        text-align: left;
    }

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(6 45 91 / 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: #2a83d1;
    padding: 10px 10px 10px;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #ffffff;
}

.wpcr3_table_2 td {
    font-size: 1em !important;
}

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}


    .wpcr3_button_1 {
        margin-top: 10px;
        background: #000000;
        color: #fff;
    }

/* TESTIMONIALS PLUGIN CSS*/

.testimonials-container {
    max-width: 1280px;
    /*padding: 1rem 2rem;*/
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid rgb(201, 201, 201);
    border-radius: 0px;
    padding: 1rem;
    background: #fbfbfb;
    min-height: 100%;
    break-inside: avoid;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item:hover{
    background: #efefef;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 5rem;
    height: auto;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
}
 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}
 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 2px solid #1a202c;
    }
 
    .review-from-logo {
      padding-left: 1em;
    }
}
 
.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 10px;
    border-width: 1px;
    border-color: #b30000;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: flex;
    background: #b30000;
    justify-content: center;
    align-items: center;
}
 
.nav-arrows button:hover {
    color: white;
    border: 1px solid #2a83d1;
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

@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) {
.top_button {
    margin-right: 0px !important;
}
    .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%;
    }
}
@media screen and (max-width:600px) {
    .header-buttons {
    flex-direction:column;
}
    .button {
    margin: 0 0px;
    }
}

.button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

.about-button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #000);
}

.estimate-button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

.testimonials-btn:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

input#submitter:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

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



.badge-holder {
    background: rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}


.badge-title {
    background: #b30000;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #ffffff;
}


p.badge-content {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}


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

.badge-holder:hover {
    transform: scale(1.05);
    z-index: 999;
}
/* buttons */
.booking-button-switch {
display:none !important;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #b30000;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 7px 25px 4px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0em;
    margin-right:15px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 2px;
    background-color: #b30000;
    color: #ffffff !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #2a83d1;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 190px;
    border-radius: 0px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px 2px;
    border: 3px solid #2a83d1;
    border-left: 0px;
    bottom:12px;
    background: #b30000;
    display: flex;
    color: #fff;
    width: 190px;
    z-index: 999;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
    position: fixed;
    border-radius: 0px;
    align-items: center;
}

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

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

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

body:not(.et_pb_page) #main-content .container {
    padding: 80px 0px;
}

.widgettitle {
     padding-top: 60px;
}
/*
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: 'Padauk', Arial, Times New Roman, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #222;
    font-weight: 400;
}


/*HEADER STYLES*/
.contact-info {
    background: #2a83d1;
    padding: 10px 5px;
}

header#main-header {
    background-color: #fff;
    border-bottom: 1px solid;
}

span.header-location-container {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

span.header-location-container .fa {
    margin-right: 5px;
    color: #ed0000;
}

a.email-us {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

a.email-us .fa {
    margin-right: 5px;
    color: #b30000;
}

.phonenum {
    color: #fff;
    line-height: 1;
    margin: 10px 5px !important;
}

a.phonenum .fa {
    margin-right: 5px;
    color: #ed0000;
}


.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 365px;
    margin: 0 auto;
}

.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo_container {
    position: relative !important;
    display: flex;
}

div#et-top-navigation {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.mobile_menu_bar {
    padding-bottom: 0 !important;
}

.logo_container a {
    line-height: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 95%;
    min-height: 54px;
    font-family: 'Heebo', sans-serif;
    color: #000;
}

img#logo {
    max-width: 100% !important;
    max-height: 110px !important;
}

ul#mobile_menu {
    top: 115px;
    border-color: #b30000;
    background-color: #2a83d1 !important;
}

.et_mobile_menu li a {
    color: #ffffff !important;
}

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


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.header-buttons {
    display:flex;
    justify-content:center;
    align-items:center;
}
.button {
    background: #b30000;
    color: #fff;
    padding: 20px 20px;
    display: block;
    margin:0 10px;
    width: 221px;
    line-height: 1;
}

.header-content {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 400px !important;
    min-height: 350px !important;
    height: calc(99vh - 172px) !important;
}

.et_pb_fullwidth_header_container.center {
    max-height: 400px !important;
    min-height: 350px !important;
    height: calc(99vh - 172px) !important;
}

.header-slogan {
    text-align: center;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 340px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-shadow: 1px 1px 5px #000;
}

.about-button {
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1;
}

.entry-title {
    text-align: center;
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: #000;
}

div#home-title-block {
    border-bottom: 3px solid #2a83d1;
}

.srvBlockTitle p {
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    color: #000000;
    border-bottom: 1px solid #b30000;
    display: inline-block;
}

.srvBlockTitle {
    text-align: center;
    font-size: 30px;
}

.srvElement {
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    padding: 10px 5px;
    line-height: 1.2;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

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

.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center;
}

.srvElementContent {
    text-align: justify;
    color: #ffffff;
    padding: 10px;
    padding-top: 0;
    line-height: 1.2;
}

.srvElementContent a {
    color: #FFEB3B;
    /* text-decoration: underline; */
    text-shadow: 0 0 5px black;
    font-weight: bold;
}

.srvElementBody {
    background: #2a83d1;
}

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

.srvElement:hover h2 {
    color: #fd446c;
    font-weight: bold;
}


/* ESTIMATE LINK SECTION STYLE */

.home-estimate-section-txt strong {
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
}

.home-estimate-section-txt {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    padding-bottom: 20px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 1.2;
}

.estimate-button {
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: block;
    width: 205px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}


div#homepage-gallery .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#homepage-gallery.et_pb_gallery .et_pb_gallery_pagination {
    border-top: 1px solid #b30000;
}

div#homepage-gallery .et_pb_gallery_item {
    width: calc(50% - 15px) !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    float: none !important;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

div#homepage-gallery .clearfix:after {
    display: none;
}

div#homepage-gallery a.active {
    color: #d54b00;
}

/* SERVICES SECTION STYLE */


/* SERVICES LIST SECTION STYLE */

.homepage-services {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #b30000;
    border-bottom: 1px solid #b30000;
}

.homepage-services ul {
    padding: 0;
}

.homepage-services #servcss li {
    position: relative;
    font-weight: bold;
    margin: 0.3em 0;
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.homepage-services #servcss li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    color: #D54B00;
    font-family: 'FontAwesome';
}

/* NAP SECTION STYLE */

.homepage-nap h3 {
    padding: 0;
    text-align: center;
    line-height: 1.1;
    font-family: 'Heebo', sans-serif;
    color: #2a83d1;
}

div#homepage-nap-section .et_pb_row {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    padding: 20px;
}

.homepage-nap h3 strong {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
    color: #b30000;
}


/* CONTACT FORM STYLE */

div#contact-section {
    background-color: #2a83d1;
    -webkit-border-radius: 6px;
    border-radius: 4px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

p.free-estimate-title {
    font-size: 26px;
    color: #eff2fb;
    font-style: normal;
    line-height: 1.2;
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

div#home-services-list-section {
    background-color: #eff2fb!important;
}

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

form#contactForm::placeholder {
    color: #ffffff;
}

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

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

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

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

form#contactForm {
    text-align: center;
}

input#submitter {
    text-shadow: none;
    box-shadow: none;
    line-height: 1;
    font-weight: normal;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    height: auto;
    margin-top: 20px !important;
    border: 1px solid #fff0;
    display: inline-block;
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    background: #b30000;
    color: #fff;
    border-radius: 3px;
    padding: 15px 20px;
    font-family: 'Heebo', sans-serif;
}

 

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #ffffff;
    background-image: none;
    border-bottom: 1px solid #b30000;
}

#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 {
    border-bottom-color: #ddd;
    color: #ffffff !important;
}

#contact {
    padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
    font-size: 26px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    font-family: 'Heebo', sans-serif;
}

 div#home-testimonials {
    background-color: #2a83d1!important;
}

.testimonials-subtitle {
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #1d65b9;
    font-style: italic;
}

div#testimonials-block img {
    display: block;
    margin: 0 auto;
    width: 100px;
    /* border-radius: 50%; */
}

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

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 20px;
}

.home span.wpcr3_item_name a {
    color: #ffffff;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    color: #fff !important;
}

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: #ffffff;
    font-family: 'Heebo', sans-serif;
}

.testimonials-btn {
    display: block;
    width: 280px;
    text-align: center;
    margin: 5px auto;
    background: #b30000;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    line-height: 1;
}

.testimonials-btn:hover {
    background: #292929;
    /* border: 1px solid #fff; */
}


/* FOOTER STYLE */


ul#menu-footer-menu li a {
    background: transparent !important;
}

ul#menu-footer-menu li:before {
    color: #ffffff !important;
    content: '\f101' !important;
    font-family: 'FontAwesome' !important;
    border: none !important;
    top: 0 !important;
}


#main-footer {
    background-color: #2a83d1;
}

div#footer-bottom {
    background-color: #b30000;
    padding: 15px;
    color: #ffffff;
}

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

.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid;
}

.footer-widget .textwidget {
    color: #fff;
    font-family: 'Padauk', sans-serif;
}

table.openinghours {
    max-width: 350px;
    margin: 0 auto !important;
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2.3;
    font-family: 'Padauk', sans-serif;
    color: #fff;
}

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

#closed-day {
    color: #fff;
}


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


 .single-post div#main-content .container {
    padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
    text-align: center;
}
 .post-content-inner {
    text-align: justify;
}
.single-post div#main-content .post {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
 
.single-post .et_pb_post .entry-content {
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;
    padding-bottom: 10px;
}

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


.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #062d5b;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #062d5b;
}

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


/*MEDIA QUERIES*/

@media only screen and (min-width: 600px) {}

@media screen and (max-width: 981px) {
    #home-title-block .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    div#home-cta-section {
        background-position: 66%;
    }

    #home-title-block .et_pb_column {
        margin-bottom: 0 !important;
    }

    /* 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: 0 !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*/
    .contact-info-container {
        max-width: 1080px;
        width: 95%;
    }

    .contact-info {
        padding: 10px 0px;
    }

    span.header-location-container {
        margin: 10px 0 !important;
    }

    a.email-us {
        width: 160px;
    }

.phonenum {
    margin: 10px 0px 10px 15px !important;
    text-align: right;
}

    .logo_container {
        width: 350px !important;
    }

    div#et-top-navigation {
        width: calc(100% - 350px);
        display: flex;
        justify-content: flex-end;
    }

    span.header-socials a.social-icon-nap-font {
        margin-right: 0;
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    ul.sub-menu {
        left: -100%;
        filter: drop-shadow(0px 1px 3px #5b5b5b);
    }

    #top-menu ul.sub-menu a {
        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;
    }


    .nav li ul {
        background-color: #2a83d1 !important;
        border-color: #b30000 !important;
    }

    #top-menu .menu-item-has-children>a:first-child:after {
        top: 7px;
    }


    ul#top-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    #top-menu li {
        padding-right: 0;
        padding-left: 22px;
    }

    /*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: 770px !important;
        min-height: 500px !important;
        height: calc(99vh - 134px) !important;
    }

    .et_pb_fullwidth_header_container.center {
        max-height: 770px !important;
        min-height: 500px !important;
        height: calc(99vh - 134px) !important;
    }

    .header-slogan {
        font-size: 45px;
        width: 600px;
    }

    .entry-title {
        text-align: left;
        font-size: 30px !important;
    }

    .about-button {
        margin-left: 0;
    }

    div#home-cta-section {
        padding: 150px 0 150px 0;
    }

    div#homepage-nap-section .et_pb_row {
        padding: 0px !important;
        height: 0;
    }

    div#homepage-nap-section {
        padding: 0 !important;
        background: transparent !important;
    }

    div#homepage-nap-section .et_pb_module {
        margin-top: -70px;
        background: #fff;
        padding: 30px 30px 30px 30px;
        box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    }

    div#home-main-content {
        padding-top: 140px;
    }

    /* SERVICES STYLE DESKTOP*/


    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }

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

    .srvElementContent {
        height: 100%;
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1080px;
        flex-direction: row;
    }

    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
    }

    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* ESTIMATE LINK SECTION DESKTOP */
    .home-estimate-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-estimate-section-txt {
        width: calc(100% - 210px);
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home-estimate-section-txt strong {
        font-size: 30px;
    }

    .home-estimate-section-btn {
        width: 210px;
    }

    div#homepage-gallery .et_pb_gallery_item {
        width: calc(25% - 15px) !important;
    }

    /* NAP SECTION DESKTOP */

    /* CONTACT SECTION DESKTOP */

    /* TESTIMONIALS SECTION DESKTOP */
    .testimonials-title,  .review-title {
        font-size: 30px;
    }

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

    #sidebar .textwidget {
        text-align: left;
    }

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(6 45 91 / 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: #2a83d1;
    padding: 10px 10px 10px;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #ffffff;
}

.wpcr3_table_2 td {
    font-size: 1em !important;
}

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}


    .wpcr3_button_1 {
        margin-top: 10px;
        background: #000000;
        color: #fff;
    }

/* TESTIMONIALS PLUGIN CSS*/

.testimonials-container {
    max-width: 1280px;
    /*padding: 1rem 2rem;*/
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
 
.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}
 
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid rgb(201, 201, 201);
    border-radius: 0px;
    padding: 1rem;
    background: #fbfbfb;
    min-height: 100%;
    break-inside: avoid;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item:hover{
    background: #efefef;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 5rem;
    height: auto;
}
 
.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
}
 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}
 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 2px solid #1a202c;
    }
 
    .review-from-logo {
      padding-left: 1em;
    }
}
 
.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 10px;
    border-width: 1px;
    border-color: #b30000;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: flex;
    background: #b30000;
    justify-content: center;
    align-items: center;
}
 
.nav-arrows button:hover {
    color: white;
    border: 1px solid #2a83d1;
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}
 
.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

@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) {
.top_button {
    margin-right: 0px !important;
}
    .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%;
    }
}
@media screen and (max-width:600px) {
    .header-buttons {
    flex-direction:column;
}
    .button {
    margin: 0 0px;
    }
}

.button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

.about-button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #000);
}

.estimate-button:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

.testimonials-btn:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

input#submitter:hover {
    background: #2a83d1;
    filter: drop-shadow(0px 0px 3px #fff);
}

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



.badge-holder {
    background: rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 5px 5px 22px 5px;
    margin: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 29%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}


.badge-title {
    background: #b30000;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    border-radius: 6px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
    color: #ffffff;
}


p.badge-content {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}


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

.badge-holder:hover {
    transform: scale(1.05);
    z-index: 999;
}
/* buttons */
.booking-button-switch {
display:none !important;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #b30000;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 7px 25px 4px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0em;
    margin-right:15px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 2px;
    background-color: #b30000;
    color: #ffffff !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #2a83d1;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 190px;
    border-radius: 0px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px 2px;
    border: 3px solid #2a83d1;
    border-left: 0px;
    bottom:12px;
    background: #b30000;
    display: flex;
    color: #fff;
    width: 190px;
    z-index: 999;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
    position: fixed;
    border-radius: 0px;
    align-items: center;
}

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

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

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

body:not(.et_pb_page) #main-content .container {
    padding: 80px 0px;
}

.widgettitle {
     padding-top: 60px;
}

@media (min-width:981px) {
    .widgettitle {
        padding-top: 0px;
    }
}
@media (min-width:981px) {
    .widgettitle {
        padding-top: 0px;
    }
}

.single-post .entry-content h2,
.page #left-area .entry-content h2 {
	text-align: left;
}
.post-content-inner,
.single-post .entry-content *,
.page #left-area .entry-content * {
	text-align: justify;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p:has(img) {
	text-align: center!important;
}
body:not(.et_pb_pagebuilder_layout) .entry-content p img {
	width: 100%;
	max-width: 600px;
}