/*
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: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
}

body,
p {
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
}
h1 {
    font-weight: bold;
}

.entry-title.main_title {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: #000 !important;
    text-shadow: -2px 1px #fff;
}

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

.wpcr3_item_name a {
    color: #27a02d !important;
    text-decoration: underline;
}

#servcss {
    list-style-type: none;
    padding: 0;
}

#servcss li {
    font-weight: bold;
    margin-bottom: 0.3em;
    position: relative;
}
.home ul#servcss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home #servcss li {
    position: relative;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px 10px;
    display: inline-block;
    color: #000000;
}
.home #servcss li:before {
    position: relative;
    padding-right: 10px;
    content: "\f105";
    left: 0px;
    top: 1px;
    font-family: "FontAwesome";
    color: #27a02d;
    font-size:25px;
}

/* Social Icons */
#social-icons {
    text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
.et_fixed_nav #main-header {
    position: absolute !important;
}
#main-header {
    background:transparent;
    line-height: 0px;
	 -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0)) !important;	
}
#main-header.et-fixed-header {
    box-shadow: 0px 0px 00px 0px rgba(0, 0, 0, 0) !important;
}
header > .et_menu_container {
    max-width: 1350px !important;
}

/* Logo */

.et-fixed-header .logo_container,
.logo_container {
    padding: 0;
}

.text-logo {
    position: relative;
    display: inline-block;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 23px !important;
    font-weight: bold;
    line-height: 1.2 !important;
    text-transform: uppercase;
    padding: 0;
    transition: 0.3s;
}
/* Navigation */
#et-top-navigation {
    background: transparent;
    padding: 0px 0px 0px 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#top-menu li {
    padding-right: 0px;
    margin-right:15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#top-menu li a,
.et_mobile_menu li a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold !important;
    font-size: 15px !important;
    padding:10px 0px !important;
    transition: 0.4s ease-in-out;
    position: relative;
    text-transform: capitalize !important;
}
#top-menu li a:hover {
    color: #27a02d !important;
    opacity: 1 !important;
}
.et-fixed-header #top-menu li a:hover {
    color: #27a02d !important;
}
#top-menu li li a {
    padding: 15px 10px !important;
}
#top-menu li li:before,
#top-menu li li:after {
    display: none;
}
.nav li ul {
	top: 37px;
    right: -10px;
    background: #fff;
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #000 !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 15px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #27a02d !important;
    text-align: center;
}

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

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



/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    position: relative;
    color: #000 !important;
    font-family: 'Titillium Web', 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: #27a02d;
}

#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: #27a02d;
  font-family: 'FontAwesome';
} */

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.heading h2 {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    color: #27a02d !important;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 0;
}
.heading h2 span {
    color: #000;
}

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

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
    display: none !important;
}

.home-testimonial .wpcr3_item_name a {
    color: #fff !important;
}
.testimonials-btn {
    margin-top: 30px;
}

/***** 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
 * ----------------------------------------------------------------------- */
.title-free {
    text-align: left;
}
.free-estimate-heading {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
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: 0;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000 !important;
    padding: 10px 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    margin: 0px 0px 10px !important;
    border-radius:10px;
    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: 50px;
    margin: 0 !important;
}
#submitter {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(90deg,#27a02d 10%,#003c03 70%);;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 15px 30px !important;
    margin: 10px auto 0 !important;
    border: 0px solid #27a02d;
    border-radius:10px;
    width: 100% !important;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
#submitter:hover {
    background-image: linear-gradient(90deg,#003c03 10%,#27a02d 70%);;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #000;
    padding-top: 30px;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 3% 0 0;
}

#main-footer .footer-widget {
    color: #f7f7f7 !important;
    font-family: 'Titillium Web', sans-serif;
}

#main-footer .footer-widget strong {
    color: #27a02d !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: 'Titillium Web', sans-serif;
    font-size: 20px;
    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: #27a02d;
}

.hours th,
.openinghours td {
    text-align: left !important;
    font-family: 'Titillium Web', 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: #27a02d !important;
    font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}
.social-icon-nap-font {
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
}
#footer-bottom {
    background-color: transparent !important;
    color: white;
}

#footer-bottom .container {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
    list-style: none;
}
#footer-widgets .footer-widget li:before {
  display:none;
}

/* -----------------------------------------------------------------------
 * 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;
    }
    .logo_container {
        position: static;
        text-align: center;
    }

    #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: 600px) {
    .et_pb_slide_description {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    #contactForm div:nth-child(5) img {
        float: none;
        display: block;
        margin: 0 auto 10px;
        width:50%;
    }

    .text-logo {
        font-size: 24px;
    }

    #contactForm div:nth-child(5) input {
        float: none;
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 48px !important;
        line-height: normal;
    }
}

@media screen and (max-width: 375px) {
    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 38px !important;
    }
}
.et-fixed-header #top-menu li a {
    font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
    font-size: 17px !important;
}

/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
    .et_pb_slide_description {
        width: 100% !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: -15px !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) {
    span.logo_helper {
        display: none;
    }
    a.text-logo {
        line-height: 1em;
        display: inline-flex;
        vertical-align: middle;
        flex-direction: column;
        text-align: left;
        align-items: center;
    }
}
/***** MORE *****/
@media (max-width: 980px) {
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
    .contact-info.pull-right * {
        padding: 0 !important;
    }
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
    #main-footer h4 {
        text-align: center;
    }
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    body:not(.home) h1.entry-title {
        text-align: center;
        font-size: 26px;
        border-bottom: 1px solid #ccc;
    }
    .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 {
    position: absolute;
}
.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:0px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/

@media (min-width: 981px) {
    .image-logo .et_menu_container {
        width: 100% !important;
        max-width: 1350px;
        padding-right: 10px;
    }
    .image-logo #top-menu > li > a {
        transition: all 0.3s !important;
    }
}

@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;
    }
}
#mobile_menu li a {
    text-transform: uppercase !important;
    font-family: 'Titillium Web', sans-serif;
    padding: 15px 10px !important;
}

@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;
    }
}
/* header info */
#page-container {
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
    .home #page-container {
    margin-top:0px !important;
    padding-top:0px !important;
}
}
#main-header.et-fixed-header .bottom-header {
    margin-top: 0px;
}
.top-header {
	background: #27a02d;
}
.top-header-inner {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header-cn {
    display: flex;
    align-items: center;
    position: relative;
    padding:10px 10px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
	line-height:1.2;
}

.header-info {
    display: flex;
}
.header-adr {
    position:relative;
    padding:10px 10px;
	line-height:1.2;
}
.header-phone {
    position: relative;
    border-bottom-right-radius: 10em;
    padding: 10px 10px;
	line-height:1.2;   
}
.header-cn, .header-adr, .header-phone {
    flex: 0 1 33%;
    justify-content: center;
}
.header-adr .fa,
.header-phone .fa,
.header-get-button .fa {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    margin-right: 10px;
}
.header-adr,
.header-phone {
    display: flex;
    align-items: center;
    line-height:1.2;
}
.header-i {
    display: flex;
    flex-direction: column;
}
.header-adr,
.header-phone a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}
.et_pb_svg_logo.et_header_style_centered #logo {
    height: 70px !important;
}
.logo_container {
    text-align: center;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0px 20px;
    padding: 10px 30px !Important;
    background-color: #FFFFFF;
    box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

#logo {
    max-height: 100px !important;
}
.image-logo .logo_container {
    max-width: 100%;
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
    max-width: 95%;
}
.container_info {
    display: flex;
    justify-content: center;
}
.image-logo .container_nav {
    flex-direction: row;
    justify-content: space-between;
}
.container_info,
.container_nav {
    width: 85% !important;
    max-width: 85% !important;
    margin: 0 auto;
}
.container_nav {
    padding: 0 30px;
}
.bottom-header-row {
    display: flex;
    justify-content: space-around;
}
.header-nav {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}
#top-menu-nav {
    padding:10px 20px;
}

#et-top-navigation {
    text-align:center;
}
/* end header info */

/* slider */
#slider {
    background-image: linear-gradient(360deg, #0000005e 15%, #0000005e 50%), url(https://concretesvcga.com/wp-content/uploads/2024/12/header.webp);
    background-position: 85% 10%;
    padding: 250px 0px 250px;
    display: flex;
    align-items: center;
}
.slider {
    text-align: center;
    position: relative;
}

.slider-title h1 {
    font-size: 40px;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px 0 10px!important;
    display: inline-block;
    text-shadow: 2px 2px 2px #000;
}
.slider-desrp {
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.slider-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button .fa {
    margin-right: 5px;
}
.slider-button .booking-button-switch {
	margin-left:15px;
}
.button {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    line-height: normal;
    padding: 15px 25px;
    border-radius: 10px;
    width: 270px;
    display: block;
    background: #fff;
    color: #000;    
}

.button:hover {
    background:#27a02d;
    color:#fff;
}

/* end slider */
/* first section content */
#first-section-content {
background:#fff;
position:relative;
}
#first-section-content:before {
    position: absolute;
    content: '';
    right: 0;
    top: -70px;
    width: 100%;
    height: 100px;
    background: url(https://concretesvcga.com/wp-content/uploads/2023/03/background-tree.svg) repeat-x;
    background-position: center;
}
.row-first-content {
    margin-top:50px;
}
.row-badges {
	margin-top:25px;
}
/* nap*/
.row-nap {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    padding: 0px !important;
    margin-top: 30px;
}
.nap-main {
    display:flex;
    justify-content:center;
}
.nap-box {
	display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 33%;
    padding: 30px 20px;
    margin: 0px 10px;
    position: relative;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.nap-box-s {
	background:#003c03;
}
.nap-box-icon i {
    background-color: #e5f4e5;
    color: #27a02d;
    font-size: 25px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.nap-box-s .nap-box-info h3 {
	color:#fff;
}
.nap-box-info h3 {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    color: #000000;
    text-align: left;
    font-size: 19px;
    padding-bottom: 0px;
}
/*nap*/

.col-left-img-v span, .col-left-img-v .et_pb_module {
    height: 100%;
}
.col-left-img-v img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 500ms ease;
}
h1.entry-title {
    font-family: 'Titillium Web', sans-serif;
}
.home h2.entry-title {
	font-family: 'Titillium Web', sans-serif;
    color: #000;
    text-align: center;
    font-weight: 900 !important;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.module-first-content p:first-letter {
font-size:50px;
font-weight:900;
color:#27a02d;
font-family: 'Titillium Web', sans-serif;
margin-right:2px;
}
.image-content {
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
}

.gradient-span {
    background-size: 100%;
    background-repeat: repeat;
	background-clip: text;
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	background-color: #CA4246;
	background-image: linear-gradient(90deg,#27a02d 10%,#003c03 70%);
}
/* end first section content */

/* services-box */
#section-service-title {
    background-image: linear-gradient(360deg, #000000b0 15%, #000000b0 50%), url(https://concretesvcga.com/wp-content/uploads/2024/01/background-services.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 250px;
}
.title-services {
    text-align: center;
}
.title-services p {
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size:35px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding-bottom:0px;
    margin-bottom:0px;
}
#section-box-services {
    background:#E5F4E5;
    padding-top: 0px !important;
}
#section-box-services .et_pb_row {
	margin-bottom:100px;
}
#section-box-services .et_pb_row:last-child {
	margin-bottom:0px;
}
.row-services {
    display: flex;
}
#section-box-services .et_pb_row:first-child {
    margin-top: -100px;
}
.col-services {
	background:#fff;
	border-radius:20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;	
}
.col-services .services-box-img {
    position: relative;
    width: 210px;
    height: 210px;
    margin: -100px auto 0;
}
.services-box-main {
    padding:15px;
}
.services-box-content {
    color: #000;
}
.services-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100px;
}
.services-box-title h2 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: normal;
    font-weight: 900;
    padding-bottom: 0px;
}
.col-services:hover .services-box-title h2 {
	color:#27a02d;
}
.col-services .services-box-img img {
	border-radius: 50%;
	width:210px;
	height:210px;
	object-fit: cover;
    object-position: center;
}

.col-services .services-box-img:before {
    width: 115%;
    height: 115%;
    content: "";
    display: block;
    z-index: -1;
    background-image: linear-gradient(to bottom,#fff 30%,#27a02d);
	background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff 30%',endColorStr='#27a02d');
    position: absolute;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    background-position: 0;
    transition: all 500ms linear 0ms;
    background-position: 0;
}
.col-services:hover .services-box-img:before {
	transform: rotate(-362deg);
    background-image: linear-gradient(to bottom,#27a02d 30%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#27a02d 30%',endColorStr='#fff');	
}
/* end services box */

/* last content */
#last-section-content {
    background-size: contain !important;
    background: url(https://concretesvcga.com/wp-content/uploads/2024/01/background-last-content.webp);
}
#last-section-content .row-last-content {
	background: #fffffff2;
    padding: 20px 20px;
    border-radius: 20px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

/* last content */
/* contact form */
#contact-section {
	padding:0px !important;
}
#contact-section .et_pb_row {
    padding:0px !important;
	display:flex;
}
.home #contact {
    padding:0px;
}
body:not(.home) #contact {
    background:#e5f4e5;
}
.col-left-contact-form {
  background:url(https://concretesvcga.com/wp-content/uploads/2024/01/Quality-Tree-Service.webp);
  background-position:center;
  background-size:cover;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.col-left-contact-form:before {
    content: "";
    height: 100%;
    right: 0%;
    position: absolute;
    top: 0;
    width: 100%;
   background-image: linear-gradient(90deg, #28a42ebf 0%, #003c03bf 100%);
   filter: brightness( 119% ) contrast( 148% ) saturate( 76% ) blur( 0px ) hue-rotate( 360deg );	
}
.col-right-contact-form {
	background:#e5f4e5;
	padding:30px 0;
}
.module-w {
	width:80%;
	margin:0 auto;
}
/* contact form section */
/* testimonials section */
#testimonials-section {
    background-image: linear-gradient(360deg, #000000b0 15%, #000000b0 50%), url(https://concretesvcga.com/wp-content/uploads/2024/12/concrete-background.webp);
    /*background-position: 30% 100%;*/
}
.title-testimonials {
    text-align:center;
}
.title-testimonials p {
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size:18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #27a02d;
}
.title-testimonials-saying p {
    color: #fff;
	font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height:1.2;
}
.testimonials-btn {
    text-align: center;
    margin-top: 50px;
}
.testimonials-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(90deg,#27a02d 10%,#003c03 70%);
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    line-height: normal;
    padding: 10px 30px;
    border-radius:10px;
}
.testimonials-btn a:hover {
background-image: linear-gradient(90deg,#003c03 10%,#27a02d 70%);
}
.home div.wpcr3_dotline {
    border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
    padding-bottom: 0px;
}
.home blockquote {
    margin: 0;
    padding-bottom: 0px !important;
}
/* end testimonials section */

/* services list */
#section-services-list {
background:#e5f4e5;
}
.title-services-list {
    text-align: center;
    margin-bottom: 20px;
}
.title-services-list p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
}
/* end services list */
/* post */
.single-post .et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.single-post article {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
 .blog .et_pb_post {
     text-align: justify;
}
.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;
}
/* end post */
/* buttons */
.booking-button-switch {
display:none !Important;
}
.button-header {
	background: #003c03;
    text-align: center;
    padding: 10px 0;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #000;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 10px;
}
.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px;
    background-color: #27a02d;
    color: #ffffff !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 5px solid #003c03;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 215px;
}
#main-footer .listing-rev-btn {
    padding: 5px 15px;
    border: 5px solid #003c03;
    border-left: 0px;
    bottom: 10px;
    background: #27a02d;
    color: #fff;
    width: 215px;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#main-footer .listing-rev-btn img {
    display: none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #ffffff;
}
/* end buttons */
/* badges */
.badge-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
     align-items: center;
     margin: 0 auto;
}
 .badge-block {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin: 1px 1px;
     -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%);
     -khtml-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
     -moz-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
     -ms-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
     -o-box-shadow: 0 5px 83px 0 rgba(40,40,40,.12);
     box-shadow: 0 5px 83px rgb(40 40 40 / 12%);
     padding: 15px;
     width: calc(50% - 2px);
     background: #27a02d;
     border-top-right-radius: 95px;
     border-top-left-radius: 130px;
     border-bottom-right-radius: 50px;
     border-bottom-left-radius: 60px;
}
 .badge-block img {
     width: 60px;
     height: 65px;
     padding-bottom: 10px;
     filter: invert(1);
}
 .badge-content {
     text-align: center;
     width: 100%;
}
 .badge-content .title {
     line-height: 1;
     font-size: 18px;
     color: #ffffff;
     margin-bottom: 5px;
     letter-spacing: 1px;
}
 .badge-content .content {
     font-size: 15px;
     text-transform: capitalize;
     line-height: 1.2;
     width: 100%;
     min-height: 42px;
     border-top: 2px dashed #fff;
     padding-top: 5px;
     margin-top: 5px;
     font-weight: bold;
     color: #fffdff;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .badge-block:hover {
     background: #1c211b;
}
 .badge-block:hover img {
     filter: grayscale(1) invert(1) brightness(1.5);
}
 .badge-block:hover .title {
     color: #fff;
}
 .badge-block:hover .content {
     color: #fff;
     border-color: #fff;
}
/* end 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: #fff;
    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: #fff;
}
.external-review-author {margin: 0 5px;}

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

.external-review-text {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 10px auto;
  text-align: center;
  padding: 0 25px;
  width: 95%;
  color: #fff;
  font-size:15px;
  font-weight: 300;
  position: relative;
}
a.add-reviews-link {
    color: #27a02d;
    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 (min-width:1025px) {
	#slider {
    padding: 350px 0px 250px;
}
}
@media screen and (max-width: 1024px) {
	#main-header .logo_container , #main-header .col-right-header-nav {
    background: transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
	#main-header .logo_container {
		padding:10px 0px !important;
	}
	.header-nav {
    background: transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 0%);
}
	.bottom-header-row {
    flex-direction: column;
    align-items: center;
    }
	.bottom-header {
    margin-top:10px;
    }
	.header-cn:before, .header-adr:before , .header-phone:before {
	display:none;	
	}
    .et_header_style_centered header#main-header .logo_container {
    max-width: 100%;
}
    #et-top-navigation {
        padding: 0px;
    }
}
@media screen and (min-width:981px) {
	.row-testimonials {
		display:flex;
		align-items:center;
	}
}
@media screen and (max-width: 980px) {
	#main-header.et-fixed-header .top-header {
    display: block;
    }
	.top-header-inner {
		flex-direction:column
	}
	.header-adr {
    padding: 5px 10px;
}
    .et_header_style_centered #et_mobile_nav_menu {
        margin-top: 0px;
    }
    .sub-menu li {
        line-height: 0 !important;
    }
    .container_info, .container_nav {
    width: 100% !important;
    max-width: 100% !important;
    }
    .header-info, .header-nav {
    height: auto;
    width: 100%;
    }
    #et-top-navigation {
    padding: 10px 0px;
    }
    .container_info {
        padding: 0px 15px;
    }
	.bottom-header-row {
    flex-direction: column;
	}
	#main-header .col-right-header-nav {
		width:100%;
	}
    .image-logo .logo_container {
        max-width: 100%;
    }	
    #slider {
    padding: 150px 0px 150px;
    }
	#first-section-content:before {
    background-size: cover;
   }
	#section-service-title {
		padding:130px 0;
	}
    .row-services {
    flex-direction: column;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }
	#section-box-services .et_pb_row {
    margin-bottom: 0px;
    }
	#section-box-services .et_pb_row:first-child {
    margin-top: 0px;
    }
    .col-services {
    margin-top: 160px !important;
    margin-bottom: 0px !important;
    }
	.nap-main {
        flex-direction: column;
    }
	.nap-box {
    margin: 0px 0px;
	}
    .free-estimate-heading {
        text-align:center !important;
    }
	#contact-section .et_pb_row {
    flex-direction: column;
    }
	.col-left-contact-form {
    min-height: 400px;
    }
    .wpcr3_review,
    .wpcr3_item_name {
        text-align: center !important;
    }
	.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;
    }
}
@media screen and (max-width: 600px) {
    .slider-title h1 {
    font-size: 30px;
    }
	.slider-button {
		flex-direction:column;
	}
	.slider-button .booking-button-switch {
    margin-left: 0px;
}
}
@media screen and (min-width:981px) {
	    /* BADGES STYLE DESKTOP*/
     .badge-container {
         max-width: 100%;
    }
     .badge-block {
         width: calc(25% - 2px);
    }
}
 @media only screen and (min-width: 600px) {
     .badge-block {
         width: calc(50% - 2px);
         max-width: 190px;
         padding: 20px;
    }
     .badge-content .content {
         min-width: 100%;
         max-width: 100%;
    }

}

/*BLOG ALIGNMENT*/
.single-post div#main-content .container {
    padding: 50px 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;
}

.et_pb_title_meta_container, .post-meta {
    text-align: left;
}
/*BLOG ALIGNMENT END*/