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

h1.et_pb_module_header {
    background: #000000a3;
    padding: 25px 25px;
    margin-bottom: 50px;
}


/*HEADER STYLES*/

div#page-container {
    width: 100% !important;
}

header#main-header {
    width: 100% !important;
    border-bottom: 1px solid #8b8b8b;
    background-color: #004e83 !important;
}

.header-menu-container {
    width: 100% !important;
}

.top-header-container {
    display: flex;
    flex-direction: column-reverse;
}

.logo_container {
    position: relative !important;
    text-align: center;
    padding: 10px;
}

.logo_container a {
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    line-height: 1.2;
}

.contact-info {
    font-weight: 400;
}

.phone-link-content span {
    display: none;
}

span.header-location-container {
    font-size: 16px;
    color: #fff;
    margin: 5px;
}

a.email-us {
    font-size: 16px;
    color: #fff;
    margin: 5px;
}

a.phonenum {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffffff;
}

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

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

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

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

div#et-top-navigation {
    width: 100%;
    background: #fff;
    padding: 0 !important;
    padding-top: 10px !important;
    display: flex !important;
    justify-content: center;
}

#et_mobile_nav_menu {
    width: 100%;
    text-align: center;
}

.mobile_menu_bar {
    padding-bottom: 10px !important;
}

.et_mobile_menu {
    border-color: #16bae1;
}

.et_mobile_menu li a {
    color: #fff !important;
    text-align: left;
}

.et_mobile_menu .current_page_item a {
    border-bottom: 1px solid #16bae1 !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: #004e83;
}


/*rotate the Divi Menu icon on click*/


/*END HEADER STYLES*/


/*PAGE STYLES*/
.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    padding: 130px 0 !important;
}

.header-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    background: #1d65b93d;
    border-radius: 50%;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    filter: drop-shadow(2px 4px 6px black);
}

.header-content-holder br {
    display: none;
}

.header-content-holder .fa {
    position: absolute;
    background: #efefef;
    width: 100px;
    height: 100px;
    font-size: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #004e83;
    border-radius: 50%;
    top: -33px;
    right: 0;
    border: 1px solid #fff;
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
}

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

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 87%;
    min-height: 450px;
}

.header-content-block {
    display: flex;
    justify-content: center;
}
.et_pb_header_content_wrapper h1 {
    font-size: 25px;
    line-height: 1.2;
    padding: 10px 0;
    font-family: 'Fira Sans', sans-serif;
    filter: drop-shadow(2px 4px 6px black);
}
span.header-slogan {
    color:#fff;
    font-size: 25px;
    line-height: 1.2;
    padding: 10px 0;
    font-family: 'Fira Sans', sans-serif;
}

span.header-cta-txt {
    background: #16bae1;
    padding: 10px 55px;
    font-size: 25px;
    border-radius: 30px;
    font-family: 'Fira Sans', sans-serif;
}

span.header-phone {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 0;
}
.header-title h1 {
    text-align:center;
}
div#first-par-img img {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #000;
}

div#first-par-img:before {
    content: "";
    position: absolute;
    background: url(https://coloradoecocleansolutionsco.com/wp-content/uploads/2023/12/cleaning-icon.webp) #1d65b9;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    z-index: 9999;
    width: 100px;
    height: 100px;
    right: 5px;
    border: 1px solid #000;
}

div#first-par-img {
    position: relative;
    width: 300px;
    max-width: 100%;
}

.home-welcome-msg {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #1d65b9;
    /*font-style: italic;*/
}

.home-welcome-msg span {
    display: block;
}

/*.homewelcome {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    color: #1d65b9!important;
    font-style: italic;
}

.homewelcome {
    display: block;
}*/

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


/* SERVICES SECTION STYLE */

div#services-blocks-section {
    background-color: rgb(7 22 38 / 95%)!important;
}

.srvBlockTitle p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff!important;
    line-height: 1.2;
    /*filter: drop-shadow(0px 0px 6px black);*/
    font-family: 'Fira Sans', sans-serif;
}

.srvElement {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 50px;
}

.srvElementHeader h2 {
    text-align: center;
    color: #fff!important;
    font-size: 22px!important;
    
    font-family: 'Fira Sans', sans-serif;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.srvElementImg img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 6px black);
}

.srvElementContent {
    text-align: justify;
    color: #ffff;
    
}

.srvElementContent a{
    color:#ffe823 !important;
}

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

.srvElement:hover h2 {
    color: #0098ff !important;
    font-weight: bold;
}


/* SERVICES LIST SECTION STYLE */

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

.homepage-services ul#servcss {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.homepage-services ul#servcss li {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    font-style: italic;
    line-height: 2;
    list-style: none;
}

.homepage-services ul#servcss li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    font-style: normal;
    position: relative;
    margin-right: 10px;
}


/* NAP SECTION STYLE */

div#homepage-nap-section {
    background-color: #6b6b6b !important;
}

.homepage-nap h3 {
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #ffffff;
    font-style: italic;
    padding: 0;
}

.homepage-nap h3 strong {
    font-size: 26px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.2;
}


/* CONTACT FORM STYLE */

div#contact-section {
    background-color: #1d65b93d;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    filter: drop-shadow(2px 4px 6px black);
}

p.free-estimate-title {
    font-size: 26px;
    color: #ffffff;
    font-style: normal;
    line-height: 1.2;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

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

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

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

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

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

input#submitter {
    text-shadow: none;
    padding: 10px 20px;
    box-shadow: none;
    line-height: 1;
    font-weight: bold;
    border-style: solid;
    color: #ffffff;
    border-width: 0;
    background-color: #007dd1 !important;
    cursor: pointer;
    height: auto;
    margin: 0 auto;
    margin-top: 20px !important;
    border: 1px solid #fff0;
    border-radius: 30px;
}

input#submitter:hover {
    background-color: #1f1f1f !important;
    border: 1px solid #fff;
    color: #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    max-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: #ddd;
    background-image: none;
    border-bottom: 1px solid #0098ff;
    width: 100%;
}

#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: #ddd!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: #ddd!important;
}

#contact {
    padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

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

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

div#testimonials-block img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

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

span.wpcr3_item_name a {
    color: #16bae1;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: justify;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

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;
    font-family: 'Fira Sans', sans-serif;
    color: #004e83;
}

.testimonials-btn {
    padding: 10px 10px;
    line-height: 1;
    font-weight: 300;
    border-style: solid;
    color: #fff;
    border-width: 0;
    background: #16bae1;
    letter-spacing: 1px;
    font-size: 17px;
    display: block;
    width: 210px;
    text-align: center;
    margin: 5px auto;
    border: 1px solid #fff0;
    border-radius: 30px;
}

.testimonials-btn:hover {
    background: #000;
    border: 1px solid #fff;
}
/* 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%;
    
    height: 100%;
    padding: 50px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.external-review-content:before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    top: 50px;
    color: #16bae10f;
    font-size: 150px;
    z-index: -1;
}

.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: #222;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    color: #222;
}
.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 10px 30px 10px;
    text-align: center !important;
    padding: 0 25px;
    width: 95%;
    color: #004e83;
    text-align: justify;
    font-weight: 300;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    font-style: italic;
}

a.add-reviews-link {
    color: #16bae1;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

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

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

/* FOOTER STYLE */

#main-footer {
    background-color: #004e83;
}

div#footer-bottom {
    background-color: #6b6b6b;
    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: 'Fira Sans', sans-serif;
    line-height: 1.5em;
    text-align: center;
}

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

@media screen and (max-width:980px){
    .openinghours{
        margin: auto !important;
    }
}
table.openinghours {
    width: 100%;
    max-width:400px;
    /* margin: 0 auto !important; */
}

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

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

#closed-day {
    color: #ddd;
}
/* buttons */

.header-button {
    text-align: center;
    padding: 10px 0;
    background: #16bae1;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #ffe823;
    font-weight: 500 !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #000;
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}

.top_button:hover{
    box-shadow: 0px 0px 5px #000;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #ffe823;
    color: #000000 !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 3px solid #004e83;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 200px;
}
.floating-estimate-btn:hover {

    border: 3px solid #16bae1;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 3px solid #004e83;
    border-left: 0px;
    bottom: 10px;
    background: #ffe823;
    color: #000;
    width: 200px;
    justify-content: center;
    text-transform: capitalize;
    font-size: 15px;
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    z-index: 9999;
}

#main-footer .listing-rev-btn:hover {

    border: 3px solid #16bae1;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #000;
}
.button-quote {
    margin-top: 20px;
}
.button {
    background: #16bae1;
    padding: 10px 25px;
    font-size: 25px;
    border-radius: 30px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: bold;
    transition:0.3s ease-in-out;
}

.button:hover{
    box-shadow: 0px 0px 5px #000;
}
/* end buttons */

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

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

#sidebar h4.widgettitle {
    font-size: 26px;
    font-weight: 400;
    color: #004e83;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #004e83;
}

.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) {
    a.phonenum {
        width: auto;
    }
    .logo_container {
        padding-bottom: 20px;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        height: calc(100vw / 2.3);
        max-height: 650px;
    }
}

@media screen and (max-width: 981px) {
    /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
    }
    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 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*/
    header#main-header {
        width: 90% !important;
    }
    .top-header-container {
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        min-height: 100px;
    }
    .logo_container {
        width: calc(100% - 400px) !important;
        padding-bottom: 10px;
        text-align: left;
    }
    .contact-info {
        width: 400px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .contact-info-container {
        justify-content: flex-end;
        margin-right: 5px;
    }
    span.header-location-container .fa {
        font-size: 20px;
    }
    a.email-us .fa {
        font-size: 20px;
    }
    a.phonenum .fa {
        font-size: 20px;
    }
    span.header-location-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.email-us {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.phonenum {
        margin: 5px 5px 5px 5px;
        font-size: 20px;
        color: #00ceff;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
    }
    .phone-link-content span {
        display: block;
        line-height: 1;
        font-size: 17px;
    }
    div#et-top-navigation {
        padding-top: 20px !important;
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a {
        padding-bottom: 20px !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;
    }
    /*END HEADER STYLES*/
    /*PAGE STYLES*/
    div#page-container {
        width: 90% !important;
    }
    .entry-title {
        text-align: left;
    }
    .home .entry-title {
        font-size: 36px !important;
    }
    div#first-par-img {
        width: 400px;
    }
    div#first-par-img img {
        width: 400px;
        height: 400px;
    }
    .firs-par-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-welcome-msg span {
        display: inline-block;
    }
    /* SERVICES STYLE DESKTOP*/
    .srvBlockTitle p {
        font-size: 36px !important;
        color: #fff!important;
    }
    /* NAP SECTION DESKTOP */
    .homepage-nap h3 strong {
        font-size: 36px;
        line-height: 1.5;
    }
    /* CONTACT SECTION DESKTOP */
    div#contact-section {
        max-width: 600px;
        margin: 4vw auto;
    }
    p.free-estimate-title {
        font-size: 36px;
        line-height: 1.5;
    }
    /* TESTIMONIALS SECTION DESKTOP */
    .testimonials-title {
        font-size: 36px;
        line-height: 1.5;
    }
    .home div.wpcr3_review blockquote.wpcr3_content {
        text-align: center;
    }
    /* SERVICES LIST SECTION DESKTOP */
    .homepage-services ul#servcss {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .homepage-services ul#servcss li {
        margin: 0 15px;
    }
    /* 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%);
    }
}

@media only screen and (min-width: 1200px) {
    .srvElement {
        max-width: 310px;
        display: flex;
        flex-direction: column;
    }
    .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: 300px;
        margin: 0;
    }
    .srvElementFullWidth .srvElementBody {
        width: calc(100% - 300px);
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1300px) {
    .top-header-container {
        width: 90%;
    }
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    background: #525252;
}

.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: #ffffff;
        background: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
        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%;
    }
    .review-title {
    font-size: 26px;
        }
}


/* KEYFRAMES*/

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}


/* BADGES SECTION STYLE */
    div#css-badges-section {
    background-color: #202020 !important;
    padding: 30px 0;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #004e83;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    border: 3px solid #16bae1;
}

.badge-holder:hover {
    transform: translateY(-5px); }

p.badge-content {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 15px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.badge-holder img {
    width: 50%;
    padding: 8px;
    margin-bottom: 11px;
    background: #16bae1;
    border:1px solid #16bae1;
    margin-top: -45px;
}

.badge-title {
    background: #16bae1;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    font-weight: 500;
}

.badge-title span {
    font-size: 16px;
    color: #ffffff;
}


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

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

div#et-footer-nav {
    display: none;
}

/*BLOG POST CODE*/

.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: #000000 !important;
}

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

@media(min-width: 981px){
    .et_pb_title_meta_container, .post-meta {
    text-align: left;
}
}
@media screen and (max-width:980px) {
.et_pb_post h2.entry-title,
.et_pb_title_meta_container,
.post-meta {
        text-align: center;
}
}
.entry-title h1{
    text-align: center;
    line-height: 1.2;
    font-size: 26px !important;
    color: #2d2d2d;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
}

#footer-widgets .footer-widget li:before {
    display:none !important;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;}

.wpcr3_button_1{
background: #16bae1;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 30px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: normal;}

.wpcr3_button_1:hover{
background: #16bae1;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 30px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    font-weight: normal;
    box-shadow: 0px 0px 5px #000;
}

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


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

.nav-arrows button{
background:#ffe823;
border-color: #ffe823;
width: 40px;
height: 40px;
border-style:solid;
}

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

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

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

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

/*CODES FOR SP & BLOGPOST*/
.single-post h2 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}  
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
#main-content .container h2 {
    font-size: 24px !important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none;
        margin-top: 30px!important;
    }
}
.button-quote {
    margin-bottom: 50px;
}
.booking-button-switch {
    display: none!important;
}