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

body,
p {
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
}

h1 {
    font-weight: bold;
}

.entry-title.main_title {
    color: #0c71b8;
    font-family: 'Barlow', 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: 'Barlow', sans-serif;
    font-weight: bold;
    color: #0c71b8 !important;
    text-shadow: -2px 1px #fff;
}

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

.wpcr3_item_name a {
    color: #e51b20 !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: #000;
}

.home #servcss li:before {
    position: relative;
    padding-right: 10px;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: "FontAwesome";
    color: #e51b20;
}

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

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */

#main-header,
#main-header.et-fixed-header {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.25)) !important;
    background: #0c71b8;
}

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: 'Barlow', sans-serif;
    font-size: 30px !important;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Navigation */
#et-top-navigation {
    padding: 0px;
}

#top-menu li {
    padding-right: 0px;
    margin: 0px 10px;
    transition: 0.3s ease-in-out;
}


#top-menu li a {
    font-family: 'Barlow', sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 20px 0px !important;
    transition: 0.4s ease-in-out;
    position: relative;
    text-transform: uppercase !important;
}


#top-menu li a:hover,
#top-menu li.current_page_item>a {
    opacity: 1;
    border-top: 2px solid #e51b20;
}

#top-menu li a:hover {
    color: #e51b20 !important;
    opacity: 1 !important;
}

.et-fixed-header #top-menu li a:hover {
    color: #e51b20 !important;
}

#top-menu li.current-menu-ancestor>a,
.home #top-menu li.current-menu-item>a:after,
.home #top-menu li.current_page_item>a:after {
    color: #e51b20 !important;
}

#top-menu li li a {
    padding: 10px 15px !important;
}

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

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

.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #0c71b8 !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: #0c71b8 !important;
    font-family: 'Barlow', 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: #e51b20;
}

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

#servcss svg {
    display: none;
}

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

.heading h2 span {
    color: #0c71b8;
}

.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 PLUGIN CSS*/

.testimonials-container {
    max-width: 1280px;
    /*padding: 1rem 2rem;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
    color: #1a202c;
}

.testimonials-info {
    margin-bottom: 1rem;
}

.testimonial-item {
    border: 1px solid rgb(201, 201, 201);
    border-radius: 5px 50px;
    padding: 1rem;
    background: #fbfbfb;
    min-height: 100%;
    break-inside: avoid;
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}

.testimonial-item:hover {
    background: #efefef;
}

.testimonial-item a {
    height: 100%;
    display: grid;
}

.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
}

.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}

.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin: 2px;
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #1a202c;
    text-align: center;
    font-style: italic;
}

.testimonial-footer {
    margin-top: 1rem;
}

.reviewer-details {
    font-size: 0.75rem;
}

.review-from-logo {
    width: 5rem;
    height: auto;
}

.reviewer-name {
    font-weight: 500;
    color: #1a202c;
    line-height: 1.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }

    .testimonial-subject {
        font-size: 1.25rem;
    }

    .testimonial-content {
        line-height: 1.5rem;
    }

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

    .reviewer-details {
        display: flex;
        align-items: center;
    }

    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 2px solid #1a202c;
    }

    .review-from-logo {
        padding-left: 1em;
    }
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.nav-arrows button {
    color: #fff;
    padding: 0.5rem;
    border-width: 1px;
    border-color: #000000;
    border-radius: 0px;
    cursor: pointer;
    background: #0c71b8;
}

.nav-arrows button:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
}

.rotate-180 {
    rotate: 180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

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

.wpcr3_button_1 {
    background: #e51b20;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;
}

.wpcr3_button_1:hover {
    background: #e51b20;
    color: #fff;
}

.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
 * ----------------------------------------------------------------------- */
#location h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

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: 1px solid #ddd;
    background: #fff;
    color: #777777 !important;
    padding: 10px 10px;
    font-family: 'Barlow', 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;
    border: 1px solid #e51b20;
}

#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 {
    font-size: 16px;
    padding: 15px 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: bold !important;
    color: #fff;
    cursor: pointer;
    height: auto !important;
    background-color: #e51b20;
    border: 2px solid #e51b20;
    border-radius: 0px;
    margin-top: 20px !important;
    overflow: hidden;
    transition: 0.3s;
    transition: 0.3s ease-in-out;
}

#submitter:hover {
    background-color: #0c71b8;
    border: 2px solid #0c71b8;
    color: #fff;
}

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

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

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

#main-footer .footer-widget strong {
    color: #e51b20 !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: 'Barlow', 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: #e51b20;
}

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

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

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

#footer-bottom .container {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}


/* -----------------------------------------------------------------------
 * 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 0 10px;
        width: 100%;
    }

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

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

@media screen and (max-width: 425px) {
    .et_pb_slide_description {
        width: 300px;
        padding: 60px 10px 100px 0;
    }

    .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: table-cell;
        vertical-align: middle;
    }
}

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

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
.image-logo .logo_container a {
    display: block;
}

@media (min-width: 981px) {
    .image-logo #main-header .logo_container {
        position: static;
        width: auto;
        max-width: 50%;
        height: auto !important;
    }
}

@media (min-width: 1025px) {
    #main-header .logo_container {
        max-width: 100%;
    }
}

.et_header_style_centered #logo {
    position: static;
    max-width: 125px;
}

@media (min-width: 981px) {
    .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;
}

.footer-widget li:before {
    border-color: #e51b20;
}

@media (max-width: 980px) {
    .et_pb_widget {
        text-align: center;
        margin-top: 30px;
    }

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

@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_menu_container {
    width: 80% !important;
    max-width: 1080px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container_top {
    display: flex;
    align-items: center;
}

.container_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    margin-bottom: -55px;
    padding: 30px 10px 10px;
    transition: all 500ms ease;
}

.et-fixed-header .container_nav {
    margin-bottom: 0px;
    width: 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body:not(.home) .container_nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body:not(.home) #et-main-area {
    margin-top: 50px;
}

.logo_container {
    text-align: center;
    display: inline-block;
    padding: 0 !important;
    width: fit-content;
    height: auto !important;
    margin-bottom: 25px;
}

.top-header {
    background: #0c71b8;
    padding: 10px 0 25px;
}

.top-header-inner {
    padding: 10px 0 20px;
}

.top-header-inner-left {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
}

.top-header-inner-right {
    position: absolute;
    right: 0;
}

.top-header-get i,
.top-header-adr i,
.top-header-phone i {
    margin-right: 5px;
    color: #e51b20;
    font-size: 18px;
}

.top-header-adr {
    margin: 0 30px 0 0;
}

.top-header-adr,
.top-header-phone,
.top-header-get {
    display: flex;
    align-items: center;
    position: relative;
}

.top-header-adr:after {
    content: '';
    width: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}

.top-header-adr:after {
    right: -15px;
}

.top-header-get a,
.top-header-phone a,
.top-header-adr {
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #fff;
}

.icon {
    margin: 0 10px 0 0px;
}

.section-slider {
    background-position: center !important;
    min-height: 70vh;
    display: flex;
}

.slider {
    float: left;
    text-align: left;
}

.slider-title {
    color: #66dce9;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.slider-title img {
    margin-right: 10px;
}

.slider-descrp {
    color: #fff;
    font-size: 65px;
    line-height: normal;
    font-weight: 600;
    margin-top: 20px;
}

.slider-button {
    margin-top: 40px;
}

.slider-phone-button p {
    display: none;
}

.slider-phone-button a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.slider-phone-main {
    border: 1px dashed #66dce9;
    padding: 5px;
    display: inline-block;
}

.slider-phone-button-inner {
    display: inline-flex;
    align-items: center;
    background: #66dce9;
    padding: 15px 25px;
    position: relative;
}

.slider-phone-button-inner:before {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.5);
    width: 8px;
    height: 8px;
    left: 0px;
    top: 0px;
}

.slider-phone-button-inner:after {
    position: absolute;
    content: '';
    background: rgba(34, 34, 34, 0.5);
    width: 8px;
    height: 8px;
    right: 0px;
    bottom: 0px;
}

.slider-phone-button-icon {
    margin-right: 15px;
}

.slider-phone-button-icon i {
    font-size: 80px;
    color: #222;
}

.slider-phone-button-title {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
}

.slider-phone-button-phone {
    font-size: 25px;
    line-height: 36px;
    font-weight: 600;
    color: #222;
}

.section-first-content {
    padding-bottom: 100px !important;
}

.first-image,
.services-box-img {
    position: relative;
    overflow: hidden;
}

.first-image img,
.services-box-img img {
    display: inline-block;
    max-width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.first-image:before,
.services-box-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.first-image:hover:before,
.services-box-img:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.second-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    background: #fff;
    padding: 10px;
}

.btn-about {
    margin-top: 40px;
}

.btn-about a,
.testimonials-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 17px 37px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #e51b20;
}

.testimonials-btn a:hover {
    color: #e51b20;
}

.btn-about a:before,
.testimonials-btn a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background: #0c71b8;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-about a:after,
.testimonials-btn a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background: #0c71b8;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.testimonials-btn a:before,
.testimonials-btn a:after {
    background-color: #e51b20;
}

.testimonials-btn a:hover:before,
.testimonials-btn a:hover:after {
    background-color: #fff;
}

.btn-about a:hover:before,
.btn-about a:hover:after,
.testimonials-btn a:before,
.testimonials-btn a:after {
    height: 50%;
}

.btn-span:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.btn-span:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
    top: 0px;
    right: 0px;
    transition: all 500ms ease;
}

.btn-about a:hover .btn-span:before,
.testimonials-btn a:hover .btn-span:before {
    bottom: 87%;
}

.btn-about a:hover .btn-span:after {
    top: 86%;
}

.testimonials-btn a:hover .btn-span:after {
    top: 87%;
}

.testimonials-btn a:hover .btn-span:before,
.testimonials-btn a:hover .btn-span:after {
    background: #e51b20;
}

.home h1.entry-title {
    color: #000;
    text-align: left;
}

/* services-box */
.section-services {
    background: #0c71b8;
}

.title-services {
    text-align: center;
    display: flex;
    justify-content: center;
}

.title-services p {
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    padding-bottom: 0px;
    position: relative;
}
/* SERVICES STYLE */

.srvBlock {
    max-width: 1366px;
    padding: 20px 10px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
}

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    margin: 0px 1%;
    background-color: rgb(19 41 54);
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: rgb(19 41 54);
    display: flex;
    flex-direction: column;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #e51b20;
    border-bottom: 3px solid #e51b20;
}

.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent  a{
    color: #e51b20;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}

.srvElementHeader:hover {
    background-color: #132936;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 15px auto 0px;
}
.srvElementFullWidth {
    margin: 15px auto 0px;
    display: inline-block;
}

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

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}

/* END SERVICES STYLE */

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

/* END ADDITTIONAL SERVICES STYLE */

/* end services box */
.section-contact-form .row-contact-form {
    background: #fff;
    margin-top: -115px;
    padding: 20px !Important;
    box-shadow: 0px 10px 40px 10px rgb(0 0 0 / 5%);
    z-index: 1;
}

#contact {
    padding: 10px 0px 0px;
}

input#customer_name.quickFormFields,
input#phone-cf.quickFormFields,
input#customer_email.quickFormFields {
    width: 32% !important;
    float: left;
}

input#customer_name.quickFormFields,
input#phone-cf.quickFormFields {
    margin-right: 2% !important;
}

#contact-section,
.col-nap-title .et_pb_text_inner {
    text-align: center;
}

.free-estimate-heading,
.title-nap {
    display: inline-flex;
    justify-content: center;
}

.free-estimate-heading img,
.title-nap img {
    margin-right: 10px;
}

.title-nap,
.title-testimonials,
.free-estimate-heading {
    text-align: center;
}

.title-testimonials {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    /* margin-bottom: 30px; */
}

.title-testimonials img {
    margin-right: 10px;
    /* filter: invert(1); */
}

.title-nap p,
.free-estimate-heading p,
.title-services-list p {
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    color: #000;
    font-size: 30px;
    padding-bottom: 0px;
    position: relative;
}

.title-services-list {
    display: inline-flex;
    position: relative;
    top: 40px;
}

.title-services-list img {
    margin-right: 10px;
}

.title-services-list p {
    text-align: left;
}

.title-testimonials p {
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    padding-bottom: 0px;
    position: relative;
}

.nap-box-row {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.nap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 3px solid #e51b20;
    padding: 15px 15px;
    width: 33.3%;
    -webkit-transition: all 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms;

}

.nap-box-icon {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    border: 1px dashed #e51b20;
}

.nap-box-icon i {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 50px;
    color: #fff;
    background: #0c71b8;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.nap-box-icon i:hover {
    transform: scale(1, 1);
    background-color: #e51b20;
}

.nap-box-title p {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}

.nap-box-title h3 {
    font-size: 19px;
    text-align: center;
    line-height: normal;
    color: #000;
    font-weight: bold;
    padding-bottom: 0px;
}

.testimonials-box {
    padding: 55px 40px 55px 40px;
    border: 4px solid #fff;
    border-radius: 0px 90px 0px 90px;
    position: relative;
}

.home div.wpcr3_dotline {
    border-bottom: 0px dotted #ccc !important;
}

.home div.wpcr3_review blockquote.wpcr3_content {
    padding-bottom: 0px;
}

.home blockquote {
    margin: 0px 0 10px;
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 18px;
}

.home-testimonial {
    /* padding-top: 30px !important; */
    /* padding-bottom: 0px !important; */
}

.testimonials-title-icon i,
.testimonials-title-icon-2 i {
    color: #e51b20;
    background: #0c71b8;
    padding: 10px;
    position: absolute;
    width: 50px;
    height: 45px;
    font-size: 33px;
}

.testimonials-title-icon i {
    left: -70px;
    top: -90px;
    transform: rotate(180deg);
}

.testimonials-title-icon-2 i {
    right: -70px;
    bottom: -90px;
}

.col-left-image-service .et_pb_module {
    height: 100%;
}

.section-services-list {
    padding-bottom: 100px !Important;
}

.col-left-image-service span {
    height: 100%;
}

.col-left-image-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 500ms ease;
}

.module-service-list-box {
    width: 700px;
    background: #ffffffe6;
    padding: 20px;
    position: relative;
    top: 55px;
    right: 230px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

@media screen and (max-width: 1024px) {
    .logo_container {
        text-align: center;
    }

    #top-menu-nav {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .container_nav {
        width: 100% !important;
        margin-bottom: 0px;
        padding: 0px 10px 0px;
    }

    .logo_container {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 20px 0 !important;
        padding: 0 !important;
    }

    #et-top-navigation {
        padding: 0px 0;
    }

    .et_header_style_centered #et_mobile_nav_menu {
        margin-top: 0px;
    }

    .top-header,
    .row-services,
    .nap-box-row {
        flex-direction: column;
    }

    .row-services {
        padding-bottom: 0px !important;
    }

    .nap {
        width: 100%;
        margin-bottom: 20px;
    }

    .slider {
        float: none;
        text-align: center;
    }

    .wpcr3_review,
    .wpcr3_item_name,
    .home h1.entry-title,
    .module-services-list {
        text-align: center !important;
    }

    .section-first-content {
        padding-bottom: 50px !important;
    }

    .home h1.entry-title {
        margin-top: 55px;
    }

    .btn-about {
        text-align: center;
    }

    .testimonials-btn {
        margin-top: 0px;
    }

    .module-service-list-box {
        width: 100%;
        right: 0;
    }

    .top-header-adr:after {
        border-right: 0px solid rgba(255, 255, 255, 0.2);
    }

    .slider-descrp {
        font-size: 45px;
    }

    body:not(.home) #et-main-area {
        margin-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    .container_top {
        justify-content: center;
    }

    .top-header {
        padding: 10px 0px 10px;
    }

    .top-header-phone {
        margin: 10px 0px;
    }

    .top-header-inner {
        padding: 10px 0 10px;
    }

    .top-header-inner-left {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .top-header-inner-right {
        position: relative;
    }

    .top-header-get {
        justify-content: center;
    }

    .top-header-adr {
        margin: 0 0px 0 0;
    }

    input#customer_name.quickFormFields,
    input#phone-cf.quickFormFields {
        margin-right: 0% !important;
    }

    input#customer_name.quickFormFields,
    input#phone-cf.quickFormFields,
    input#customer_email.quickFormFields {
        width: 100% !important;
    }

    .section-slider {
        background-position: 75% 100% !important;
    }

    .slider-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-title img {
        margin-bottom: 10px;
    }

    .slider-descrp {
        font-size: 35px;
    }

    .free-estimate-heading,
    .title-nap,
    .title-services,
    .title-testimonials,
    .title-services-list {
        flex-direction: column;
    }

    .title-services {
        align-items: center;
    }

    .free-estimate-heading img,
    .title-nap img,
    .title-testimonials img,
    .title-services-list img {
        margin-right: auto;
        margin-bottom: 10px;
    }

    .title-services img {
        margin-right: 0;
        margin-bottom: 10px;
    }

}

/* BADGES CSS */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 181px;
    position: relative;
    margin-top: 10px;
    border: 2px solid #222222;
}

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

p.badge-content {
    margin-top: 10px;
    color: #222222;
    text-align: center;
    line-height: 1;
    width: 85%;
    text-transform: capitalize;
    font-size: 14px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
    margin-top: 15px;
}

.badge-title {
    background: #e51b20;
    font-size: 15px;
    width: 75%;
    text-align: center;
    line-height: 1.2;
    padding: 6px;
    /* position: absolute; */
    bottom: -15px;
    color: #fff;
    border-radius: 3px;
    margin: 16px;
}

.badge-title span {
    font-size: 15px;
    font-weight: bold;
}

.badge-title:hover {
    color: #fff;
}

.badge-holder:before,
.badge-holder:after {
    content: "";
    margin: -2px;
    border: 10px solid #0c71b8;
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.badge-holder:after {
    border-width: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}

@media screen and (max-width: 425px) {
    .badge-title span {
        font-size: 14px !important;
    }

    .badge-title {
        font-size: 14px !important;
    }

    p.badge-content {

        font-size: 15px !important;

    }
}

/* add buttons*/

.button {
    padding: 15px;
    background: #e51b20;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.booking-button-switch {
    display:none !important; 
    padding: 15px;
    background: #e51b20;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.slider-button {
    margin-top: 20px;
    margin-bottom: 100px;
    display: flex;
    align-content: center;
    align-items: center;
}
@media screen and (max-width:981px){
    .slider-button {
        flex-direction:column;
        gap:30px;
    }
}
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #132936;
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #e51b20;
    font-weight: bold !important;
    text-shadow: none;
    color: #ffffff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}

.top_button .fa {
    left: 0px !important;
    height: 0px !important;
    color: #ffffff !important;
    padding: 5px 5px 5px 0px !important;
}

.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 5px 15px;
    background-color: #e51b20;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #0c71b8;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 500;
    position: fixed;
    bottom: 50px;
    width: 180px;
}

#main-footer .listing-rev-btn {
    padding: 5px 15px 5px 15px;
    border: 2px solid #0c71b8;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 7px;
    background: #e51b20;
    color: #ffffff;
    font-size: 15px;
    justify-content: center;
    width: 180px;
    display: flex;
    font-weight: 500;
    align-items: center;
    position: fixed;
    z-index: 999;
}

#main-footer .listing-rev-btn img {
    display: none;
}

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

/* end add buttons */

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

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

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


body:not(.et_pb_page) #main-content .container{
    padding: 80px 0px;
}
@media (max-width: 479px) {
    .et_pb_post h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}

@media (max-width: 425px) {
    .openinghours {
    width: 100% !important;
    text-align: center !important;
}
}

@media (min-width: 981px) {
    .openinghours {
    width: 100% !important;
    text-align: center !important;
}
}

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

#top-menu li li a {
    width: 310px!important;
}