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

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
body {
    color: #2d2d2d;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 24px;
}

body,
p {
    font-size: 17px;
}
h1 {
    font-weight: bold;
}
.entry-title.main_title {
    color: #000;
    font-family: "Jost", sans-serif;
    font-weight: 600;
}

blockquote {
    border: 0;
    padding-left: 0;
}

.wpcr3_item_name a {
    color: #57b33e !important;
    text-decoration: underline;
}
#servcss {
    list-style-type: none;
    padding: 0;
}
.home #servcss {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}
#servcss li {
    font-family: "Jost", sans-serif;
    font-weight: bold;
    margin-bottom: 0.3em;
}

.home #servcss li:before {
    position: relative;
    content: "\f00c";
    left: -10px;
    top: 0px;
    font-family: "FontAwesome";
    color: #ff7029;
}
/* Social Icons */
#social-icons {
    text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
    background-color: #fff;
}
header > .et_menu_container {
    max-width: 1350px !important;
}
#main-header,
#main-header.et-fixed-header {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .fa {
    position: relative;
    top: 10px;
    left: -10px;
    width: 25px;
    height: 40px;
    color: #ff7029;
    font-size: 20px;
    transition: 0.3s;
}
.text-logo {
    position: relative;
    display: inline-block;
    color: #000;
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 32px;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Navigation */
#et-top-navigation {
    padding: 10px 0;
    background-color: rgb(255 255 255);
}
.et-fixed-header #et-top-navigation {
}
#top-menu li {
    padding-right: 0px;
    margin-right: -4px;
}

#top-menu li a {
    font-family: "Jost", sans-serif;
    font-weight: 600 !important;
    padding: 12px 18px !important;
    text-transform: uppercase !important;
    transition: 0.4s ease-in-out;
}
.et-fixed-header #top-menu li a {
    font-size: 12px;
}

#top-menu li.menu-item-object-custom:last-child a {
    background-color: #57b33e;
    color: #fff !important;
    border-radius: 5em;
    padding: 12px 20px !important;
}
#top-menu li a:hover {
    color: #ff7029 !important;
    opacity: 1 !important;
}

#top-menu li.menu-item-object-custom:last-child a:hover {
    border-top-color: transparent;
    background-color: #ff7029;
    color: #fff !important;
}

#top-menu .current-menu-item > a {
    opacity: 1 !important;
}

#main-header.et-fixed-header #top-menu li.menu-item-object-custom:last-child a {
    color: #fff !important;
}

/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #40444b !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: #ffffff !important;
}

.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #40444b !important;
    text-align: center;
}
#mobile_menu li a {
    text-transform: capitalize !important;
    color: #fff;
}

.et_monarch .et_social_mobile {
    width: 100% !important;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    position: relative;
    color: #40444b !important;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.widgettitle:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #57b33e;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    /*   padding-left: 25px; */
    transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
  position: absolute;
  content: '\f00c';
  top: 0;
  left: 0;
  color: #57b33e;
  font-family: 'FontAwesome';
} */

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.heading {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #000 !important;
}

.heading:before {
    position: absolute;
    content: "\f005 \f005 \f005 \f005 \f005";
    top: -33px;
    left: 50%;
    color: #ff7029;
    font-family: "FontAwesome";
    font-size: 15px;
    transform: translateX(-50%);
}

.home-testimonial blockquote {
    border: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
}


.learn-more a {
    background-color: #57b33e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5em;
    padding: 12px 20px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-out;
}

.learn-more a:hover {
    background-color: #ff7029;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
    font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }
    .wpcr3_table_2 td {
        text-align: left !important;
    }
    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }
    .wpcr3_button_1 {
        margin-top: 10px;
    }
}
@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%;
    }
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
.free-estimate-heading {
    position: relative;
    color: #fff !important;
    font-family: "Jost", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 30px 10px 0;
    padding-top: 30px;
    margin-bottom: 0px;
}

textarea {
    resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #c3c3c3;
    color: #333 !important;
    padding: 10px 10px;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    margin: 10px 0px !important;
    border-radius: 0px;
    transition: 0.3s linear;
    width: 100% !important;
}

#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: #000 !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 {
    opacity: 1;
}

#contactForm div:nth-child(5) img {
    float: left;
    margin-top: 5px;
}

#contactForm div:nth-child(5) input {
    float: right;
    width: 50% !important;
    height: 45px;
    margin: 0 !important;
}

#submitter {
    font-size: 16px;
    padding: 15px 30px;
    font-family: "Jost", sans-serif;
    font-weight: 600 !important;
    color: #fff;
    cursor: pointer;
    height: auto !important;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -o-border-radius: 5em;
    background-color: #57b33e;
    border-radius: 5em;
    margin-top: 20px !important;
    overflow: hidden;
    transition: 0.3s;
    width: 100% !important;
}

#submitter:hover {
    background-color: #57b33e;
}
/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #40444b;
    padding-top: 140px;
}
body:not(.home) #main-footer {
    padding-top: 30px;
}
#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 3% 0 0;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 30px;
}
#main-footer .footer-widget {
    color: #f7f7f7 !important;
}
#main-footer .footer-widget strong {
    color: #57b33e !important;
}
#main-footer .footer-widget .et_pb_widget {
    float: none;
}
#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
    position: relative;
    color: #fff !important;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

#main-footer h4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #57b33e;
}
#main-footer .footer-widget li {
    list-style: none;
    padding-left: 0px;
}
.footer-widget li:before {
    display: none;
}
.hours th,
.openinghours td {
    text-align: left !important;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.openinghours td,
.hours th {
    color: #f7f7f7 !important;
}

.openinghours tr td:last-child {
    text-align: right !important;
}

#current-day {
    background-color: transparent;
}

#current-day td {
    color: #57b33e !important;
    font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}

#footer-bottom {
    background-color: transparent !important;
    color: white;
}

#footer-bottom .container {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}
/* button review footer */
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 5px solid #57b33e;
    border-left: 0px;
    bottom: 10px;
    background: #40444b;
    color: #fff;
    width: 215px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #57b33e;
}
/* end button review footer */

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */

@media (max-width: 980px) {
    .home ul#servcss {
        text-align: center;
    }
    .et_header_style_centered #main-header {
        padding: 0px 0 0;
    }

    .text-logo {
        width: unset;
    }
    #main-header .fa {
        left: -3px;
    }
    #mobile_menu {
        top: 33px;
        border-top: 0;
    }

    .home-testimonial .wpcr3_item_name a,
    .home-testimonial .heading,
    .home-testimonial .et_pb_text {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .et_monarch .et_social_mobile {
        width: 50% !important;
    }
}

@media (max-width: 500px) {
    #contactForm div:nth-child(5) img {
        float: none;
        display: block;
        margin: 0 auto 15px;
        width: 50%;
    }
    #contactForm div:nth-child(5) input {
        float: none;
        width: 100% !important;
    }
}
/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}

/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 3px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
    #et-top-navigation .et_menu_container {
        padding: 0 !important;
    }
    .logo_container {
        max-width: 35%;
        height: auto !important;
        text-align: left;
        display: table;
        padding: 0 !important;
        width: fit-content;
    }
    a.text-logo {
        line-height: 1em;
        display: table-cell;
        vertical-align: middle;
    }
}
/***** MORE *****/
@media (max-width: 980px) {
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
    #main-footer h4 {
        text-align: center;
    }
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }

    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
}
#main-footer .container {
    width: 93%;
}
.payments strong,
.payments br {
    display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
    right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 1px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}
@media (min-width: 981px) {
    .image-logo .et_menu_container {
        width: 100% !important;
        max-width: 1350px;
        padding-right: 10px;
    }
}

@media (max-width: 980px) {
    .image-logo .logo_container {
        width: fit-content;
        margin: 0 auto;
        height: 100% !important;
    }
    .image-logo .logo_container,
    .image-logo #logo {
        max-height: 120px !important;
        max-width: 100%;
    }
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
    .et_pb_widget li {
        list-style: disc inside;
    }
}
@media (max-width: 980px) {
    .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

@media (max-width: 980px) {
    .et_pb_widget {
        text-align: center;
    }
    .paymentType {
        display: inline-block;
        float: none;
    }
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
    .hours,
    .openinghours {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 981px) and (min-width: 767px) {
    .footer-widget:nth-child(n) {
        width: 100% !important;
    }
    #footer-widgets .footer-widget:nth-child(n),
    #footer-widgets .footer-widget {
        margin-bottom: 5% !important;
    }
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 5%;
    }
    .openinghours {
        margin: none;
    }
    .hours,
    .openinghours {
        width: 65%;
        margin: 0 auto !important;
    }
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
}
#logo {
    max-height: 120px !important;
}
span.logo_helper {
    display: none;
}
.top-header {
    background: #40444b;
}

.top-header-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}
.box-h-all {
    display: flex;
    align-items: center;
    padding: 5px 20px;
}
.info {
    text-align: left;
}
.info p {
    font-weight: bold;
    padding-bottom: 5px !important;
}
.info a,
.info span {
    font-weight: 400;
    color: #fff !important;
}

.menu_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#top-menu-nav {
    margin-left: 50px;
}
.et_pb_slider .et_pb_slide_0 {
    background-position: top center !important;
}
.et_pb_slider .et_pb_slide_0:before {
    content: "";
    background: #0000008a;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slider {
    margin-top: 60px;
    margin-bottom: 60px;
}
.slider-title h1 {
    text-shadow: 2px 2px #000;
    font-size: 45px;
    color: #fff;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    line-height: normal;
}
h1.entry-title {
	 font-size:30px !important;
    font-family: "Jost", sans-serif;
}
.buttons-slider {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.button {
    position: relative;
    display: inline-block;
    width: 270px;
    background-color: #57b33e;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 12px 25px;
    margin: 0px 5px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}

.button:hover {
    background-color: #ff7029;
}
.row-nap {
    z-index: 111111;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    background: #fff;
    display: flex;
}
.col-nap {
    padding: 0 15px;
}
.col-address {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.nap-box {
    text-align: center;
}
.nap-box-img {
    margin-top: -90px;
}
.nap-box-img img {
    border-radius: 50%;
    height: 165px;
    width: 165px;
    margin: 0 auto;
}
.nap-box-icon {
    border-radius: 50%;
    height: 95px;
    width: 95px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin: -50px auto 0;
}
.nap-box-circle-bg {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background-color: #ff7029;
    color: #fff;
    z-index: 3;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nap-h {
    margin-top: 20px;
}
.nap-h h3 {
    color: #1f242c;
    font-weight: bold;
    font-size: 25px;
    font-family: "Jost", sans-serif;
    line-height: normal;
}
.row-first-content {
	display:flex;
	align-items:center;
}
.col-left-img img {
    border-radius: 10px;
}
.home h2.entry-title {
    text-align: left;
}

.col-right-f-content {
    padding-top: 30px;
}
.section-title-project {
    z-index: 1;
    padding-bottom: 200px !important;
}
.title-project {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
}

.row-project-img {
    margin-top: -150px;
}

/* start services box */
.title-services {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    color: #1f242c;
    font-family: "Jost", sans-serif;
}
.row-services {
    display: flex;
}
.col-services {
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f6f6f7;
}
.services-box-img {
    text-align: center;
}
.services-box-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.services-box-content {
    padding: 25px 10px 10px;
}
.services-box-title {
    position: relative;
}
.services-box h2 {
    color: #ffffff;
    background: #57b33e;
    text-align: center;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 10px;
    width: 80%;
    margin-top: -40px;
    border-radius: 0 5px 5px 0;
    /* position: absolute; */
}
.services-box h2:hover {
    background: #ff7029;
}
/* end services box */
.col-c-testimonials {
    margin: 20px auto;
    padding: 10px 30px 30px !important;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}
.home div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
    border-bottom: 0px dotted #ccc !important;
}
#home-testimonial-wrapper {
    padding-bottom: 250px !important;
}
.col-right-img img {
    margin-top: -260px;
    border-radius: 10px;
}
.services-list-title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}
.row-contact-form {
    margin-bottom: -185px;
    display: flex;
}
.col-contact-form {
    background: #ff7029;
    border-radius: 10px;
}
#contact {
    padding: 10px 30px 30px;
}
/* buttons */
.booking-button-switch {
display:none !Important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #40444b;
    color: #ffffff !important;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border: 5px solid #57b33e;
    border-left: 0px;
    font-size: 14px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 215px;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #57b33e;
    font-family: "Jost", sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 5em;
}
.top_button:hover {
    background: #ff7029;
}
/* end buttons */
.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;
}
/* badges */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badge-holder {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 15px 5px 22px 5px;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #000;
    background-image: url(https://septicsystemessexct.com/wp-content/uploads/2023/12/badge-bg.webp);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    border: 1px solid #e9e9e9;
}
.badge-holder:nth-child(even) {
    background-blend-mode: overlay;
    background-color: #40444b;
    color: #fff;
}
.badge-holder:nth-child(even) .badge-ico {
    filter: grayscale(1) brightness(2.5);
}
.badge-holder img {
    width: 60px;
    height: 100px;
    padding-bottom: 5px;
    opacity: 0.9;
}
.badge-title {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* edn badges */


/* reviews */

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

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

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}

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

.external-review-date {
    margin: 0 5px;
}

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 10px;
  width: 95%;
  color: #000;
  font-weight: 400;
  position: relative;
}

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

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

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
@media screen and (max-width: 1024px) {
    .logo_container {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .menu_container {
        flex-direction: column;
    }
    #et-top-navigation {
        padding-top: 10px;
    }
    body:not(.home).image-logo #main-content {
        margin-top: 60px;
    }
    .col-right-img img {
        margin-top: 0px;
    }
    #home-testimonial-wrapper {
        padding-bottom: 4% !important;
    }
    #et-top-navigation {
        background-color: rgb(255 255 255);
    }

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

}
@media screen and (max-width: 980px) {
	.et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0px;
}
    .logo_container {
        margin-bottom: 0px;
    }
    .section-title-project {
		padding-top:40px;
        padding-bottom: 40px !important;
    }
    .top-header-inner, .row-first-content {
        flex-direction: column;
    }
    .box-h-all {
        justify-content: center;
        padding: 0px 0px;
    }
    .button-quote {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .phone {
        border-left: 0px solid rgba(255, 255, 255, 0.14);
        border-right: 0px solid rgba(255, 255, 255, 0.14);
    }
    .row-nap,
    .row-services,
    .row-contact-form {
        display: block;
    }
    .row-services {
        padding-bottom: 0px;
    }
    .nap-box-icon {
        margin: 25px auto 0;
    }
    .nap-box-icon-cn {
        margin: -50px auto 0;
    }

    .home h2.entry-title,
    body:not(.home) h1.entry-title,
    .et_pb_post h2.entry-title,
    .et_pb_title_meta_container,
    .post-meta {
        text-align: center;
    }
    .wpcr3_review,
    .wpcr3_item_name {
        text-align: center;
    }
    .single-post .container #content-area {
        padding-top: 20px;
    }
    .single-post #left-area .post-meta {
        text-align: center;
    }
    .post-content-inner {
        text-align: justify;
    }
    .badge-holder {
        width: 50%;
    }
    .badge-holder:nth-child(3) {
        order: 4;
    }
}
@media screen and (max-width: 600px) {
    .et_pb_slide_description {
        padding: 0px;
        width: 100% !important;
    }
    .buttons-slider {
        flex-direction: column;
    }
    .button {
        margin: 0 auto;
    }
    .slider-title h1 {
        font-size: 30px;
    }
		.services-box h2 {
    font-size: 22px;
	}
}

/**/
#sidebar {
	margin-top: 40px;
}
.single-post h2 {
	text-align: left;
}
#left-area p, #left-area ol, #left-area ul {
	text-align: justify;
}
@media (max-width: 980px) {
	#left-area .post-meta {
    text-align: center;
}
}
