/* Theme Name: Divi Child *
Template Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
    font-size: 1.0625rem;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #565656;
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500 !important;
    color: #191919;
}

p strong {
    font-family: 'Oswald', sans-serif;

    font-size: 18px;
    font-weight: 500 !important;
}

div#page-container {
    overflow: hidden;
}

.et_pb_row {
    width: 95% !important;
}

/*HEADER STYLES*/

header#main-header {
    background-color: #191919;
}

.header-menu-container {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo_container {
    position: relative !important;
    max-width: 300px;
    display: flex;

}

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

.text-logo {
    display: flex;
    color: #ffffff;
    min-height: 46px;
    align-items: center;
}

.text-logo img {
    width: 87px !important;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    left: 0;
    filter: invert(1);
    position: absolute;
}

.text-logo span {
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 60px;
    font-family: 'Lobster Two', cursive;
}

.header-menu-container:after {
    display: none;
}

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

.estimate-btn {
    display: none;
}

.mobile_menu_bar {
    padding: 0 !important;
}

.et_mobile_menu {
    width: 100vw;
    left: -2.5vw;
    top: 100%;
    border-color: #ffffff;
    background-color: #242424 !important;
}


.et_mobile_menu li a {
    color: #efefef !important;
    font-family: 'Inter', sans-serif;
    filter: drop-shadow(0px 1px 1px #210124);
    font-family: 'Oswald', sans-serif;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
    position: relative;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
    content: '\f149';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg);
    color: #63d471;
}

.et_mobile_menu .current_page_item a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.add-info-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #dbdcde;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    position: relative;
    overflow: hidden;
}

.add-info-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 240px;
    position: fixed;
    right: -190px;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

.open-info {
    right: 0;
}

.open-info #add-info-open-icon {
    display: none;
}

.open-info #add-info-close-icon {
    display: block;
}

.add-info-container {
    background: #242424;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 190px;
    height: auto;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    font-family: 'Changa', sans-serif;
}

.add-info-btn .fa {
    color: #191919;
}

#add-info-close-icon {
    display: none;
}

.add-info-btn span {
    line-height: 1;
    color: #2C3941;
    margin-top: 5px;
    font-size: 12px;
}


.add-info-container a,
.header-location-container {
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.email-btn {
    margin: 10px 0;
}

.add-info-container .fa {
    margin-right: 5px;
    margin-top: 2px;
}

/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #ffffff;
}

/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/

div#main-slider-holder {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: rgb(237,238,240);
    background: linear-gradient(0deg, rgba(237,238,240,1) 0%, rgba(237,238,240,1) 30%, rgba(36,36,36,1) 30%, rgba(36,36,36,1) 100%);
}

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 520px !important;
    min-height: 520px !important;
    height: 520px !important;
    width: 90% !important;
    margin: 0 auto;
    z-index: 9999;
    
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    /* max-height: 465px !important; */
    min-height: 465px !important;
    /* height: 465px !important; */
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.header-content-container {
    background: rgb(25 25 25 / 41%);
    padding: 20px;
}

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


.header-title {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.header-subtitle {
    font-size: 16px;
    line-height: 1.2;
    color: #e5e5e5;
    margin-top: 5px;
    font-family: 'Lobster Two', cursive;
    font-style: italic;
}

.button {
    background: #fdfdfd;
    color: #191919;
    line-height: 1;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow: hidden;
}

.button:before,
.estimate-btn a:before,
.badge-title:before,
.content-button:before,
.add-info-btn:before,
.testimonials-button:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgb(195 37 37 / 0%) 30%,
            rgb(237 238 240 / 80%),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear;
    /* Animation */
}

@keyframes shine {
    0% {
        left: -100px
    }

    20% {
        left: 100%
    }

    100% {
        left: 100%
    }
}


.button:hover {
    background: #c0fa46;
}


/* FIRST CONTENT SECTION STYLE */

.entry-title {
    text-align: center;
    font-size: 30px !important;
    color: #191919;
    font-weight: 500;
    line-height: 1.1;
}

.home .entry-title {
    padding-bottom: 10px;
    color: #191919;
    font-family: 'Oswald', sans-serif;
}

div#home-title-block .entry-title {
    font-family: 'Lobster Two', cursive;
    padding-bottom: 5px;
    text-align: center;
}

.section-title-heading {
    color: #3f3f3f;
    font-family: 'Oswald', sans-serif;
}

.content-button {
    background: #191919;
    color: #ffffff;
    line-height: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow: hidden;
}

.content-button:hover {
    background: #c0fa46;
    color: #000;
}

div#home-title-block {
    background-color: #dbdcde !important;
}

div#home-title-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 10px;
}

div#home-title-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
}


/* BADGES SECTION STYLE */
div#css-badges-section {
    background-color: #edeef0 !important;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
}

.badge-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Nunito', sans-serif;
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #242424;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    margin: 20px auto;
}

.badge-holder img {
    width: 100%;
    height: 100%;
}

.badge-title {
    background: #191919;
    font-size: 15px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    color: #ffffff;
    text-transform: capitalize;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.badge-title span {
    font-size: 17px;
}


/* SERVICES SECTION STYLE */
div#services-blocks-section {
    background-color: rgb(237 238 240) !important;
}



.srvBlockTitle {}

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

.srvElementHeader {
    text-align: center;
}

.srvElementHeader h3 {
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500 !important;
    color: #3f3f3f;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 20px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.srvElementImg img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center;
}

.srvElementBody {
    padding-top: 20px;
}

.srvElementContent {
    text-align: justify;
    color: #2d3a3a;
    font-size: inherit;
    line-height: 1.6;
}

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

.srvElement:hover h3 {
    color: #192026;
    font-weight: bold;
}

/* CONTENT SECTION STYLE */

div#home-content-section {
    background-color: #edeef0 !important;
}


div#home-content-section img {
    border: 20px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

/* NEW CONTENT */
p.content-title {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 1.2;
    color: #131313;
    font-family: 'Oswald', sans-serif;
}

.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.first-list-image {
    width: 100%;
    max-width: 600px;
      border: 20px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.first-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px !important;
    background: #191919;
    color: #fff;
    text-align: left;
    width: 100%;
}


.second-list-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
}

.second-list-content li {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: left;
    background: #191919;
}
.first-list-content li:hover,
.second-list-content li:hover{
    background: #c0fa46;
    color: #000;
}

img.second-list-image {
    width: 100%;
    max-width: 600px;
    border: 20px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
div#second-list-section {
    background: #edeef0;
}
/* SERVICES LIST SECTION STYLE */



div#srv-column {
    padding: 50px 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#srv-column:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.home ul#servcss {
    text-align: center;
    list-style: none;
    padding: 0;
}

.homepage-services #servcss li {
    position: relative;
    margin: 0.3em 10px 0.3em 3px;
    padding-left: 20px;
    display: inline-block;
    color: #b2b4b7;
    filter: drop-shadow(1px 1px 0px black);
}

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

div#second-list-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 10px;
    z-index: 3;
}

div#second-list-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
    z-index: 2;
}

div#home-testimonials:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
    z-index: 2;
}
/* CONTACT FORM STYLE */

div#contact-form-section {
    background-color: #191919 !important;
}

div#contact-form-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 10px;
    z-index: 3;
}

div#contact-form-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
    z-index: 2;
}


.contact-section-text {
    text-align: center;
    color: #edeef0;
    margin-bottom: 50px;
    margin-top: 20px;
    font-family: 'Lobster Two', cursive;
    font-size: 22px;
    line-height: 1.2;
    font-style: italic;
    padding: 0 5px;
}

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

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

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

#contact img {
    float: left;
    width: 120px;
    filter: grayscale(1) contrast(1.5) brightness(1.5);
}

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

form#contactForm {
    text-align: center;
    padding: 25px;
}

input#submitter {
    background: #191919;
    color: #ffffff;
    line-height: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

input#submitter:hover {
    background: #c0fa46;
    color: #000;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 5px 10px;
    height: auto;
    background-color: #ffffff00 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    line-height: 1.75em;
    font-weight: 300;
    color: #edeef0 !important;
    background-image: none;
    border-bottom: 1px solid #dbdcde;
    margin-bottom: 20px !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: #dbdcde !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 {
    color: #fff !important;
    border-color: #ffffff;
}

#contact {
    padding: 0;
}




/* NAP SECTION STYLE */

div#nap-section {
    background-color: #dbdcde !important;
    overflow: hidden;
}

div#nap-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 10px;
    z-index: 3;
}

div#nap-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 10px;
    z-index: 2;
}


div#nap-section .et_pb_row {
    width: 100% !important;
}

div#nap-column {
    padding: 50px 2.5%;
}

.block-title {
    width: 100%;
    display: block;
}


.nap-phone-block h3 {
    line-height: 1.3;
}

.nap-location-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nap-location-block h3 {
    margin-left: 5px;
    line-height: 1.3;
    padding: 0;
}

.nap-location-block p {
    padding: 0;
}

.nap-location-block h3:nth-child(2) {
    margin: 0;
}

/* TESTIMONIALS PLUGIN CSS*/

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

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

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

.testimonial-item {
    border: none;
    border-radius: 0px;
    padding: 0rem;
    margin-bottom: 20px;
    background: transparent;
    min-height: 100%;
    break-inside: avoid;
}

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

.testimonial-item:hover {
    background: transparent;
}

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

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

.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: #000;
    text-align: center;
    font-style: italic;
}

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

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

.review-from-logo {
    width: 5rem;
    height: auto;
    background: #fff;
    padding: 3px;
}

.reviewer-name {
    font-weight: 500;
    color: #000;
    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 #000;
    }

    .review-from-logo {
        padding-left: 3px;
        margin-left: 10px;
    }
}

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

.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #191919;
    border-radius: 0px;
    cursor: pointer;
    color: #fdfdfd;
    background: #191919;
    display: flex;
    border-style: solid;
}

.nav-arrows button:hover {
    background: #c0fa46;
    color: #000000;
}

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

.rotate-180 {
    rotate: 180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

/* TESTIMONIALS SECTION STYLE */

div#home-testimonials {
    background-color: #edeef0 !important;
    border-top: 1px solid #fff;
}


.home .wpcr3_dotline {
    display: none !important;
}

.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center;
}

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

.home span.wpcr3_item_name a {
    color: #525a59;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding-left: 0;
    border: none;
    margin-bottom: 0;
    line-height: 1.7em;
    font-weight: 100;
}

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


.home .wpcr3_reviews_holder {
    position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic;
}

.testimonials-button {
    background: #191919;
    color: #ffffff;
    line-height: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    max-width: 240px;
    margin: 30px auto;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    position: relative;
    overflow: hidden;
}

.testimonials-button:hover {
    background: #c0fa46;
    color: #000;
}

div#testimonials-img-block {
    margin-top: 30px !important;
}

div#testimonials-img-block img {
    border: 20px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
    height: 100%;
}


/* CAROUSEL SECTION STYLE */

.owl-nav {
    display: none;
}


.item img {
    object-fit: cover;
    object-position: center;
}

.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #191919;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.owl-item.centrSL.active.center .item:before {
    opacity: 0.1;
}

.item {
    min-height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.owl-item {
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
}

.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}



/* FOOTER STYLE */

#main-footer {
    background: #dbdcde;
    background-size: contain;
    background-repeat: repeat;
}

#main-footer .container {
    width: 95%;
}

footer#main-footer .section-separator-down {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: fliph;
    filter: fliph;
}

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

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

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

.footer-widget .textwidget {
    color: #191919;
}

#footer-widgets .footer-widget a {
    background-color: transparent;
}

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

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    color: #191919;
    font-family: 'Trebuchet MS', sans-serif;
}

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

#current-day td {
    color: #ffffff;
    text-shadow: none;
}

#closed-day {
    color: #191919;
}





/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    border-bottom: 1px solid #191919;
    text-align: center;
    font-size: 26px !important;
    color: #191919;
    font-weight: 600;
}

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

.et_pb_sidebar_0 .textwidget {
    text-align: center;
}

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

.single-post div#main-content,
.blog div#main-content {
    background-color: #ffffff;
    min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
    text-align: justify;
}

#left-area .post-meta a {
    color: #16bae1;
}

#left-area .post-meta {
    text-align: center;
}

.blog .et_pb_post {
    text-align: justify;
}

/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {}

@media screen and (max-width: 980px) {

    /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
    }

    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 0px !important;
    }

    .et_pb_text {
        text-align: center !important;
    }

    #footer-widgets .footer-widget .fwidget {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 981px) {
    /*HEADER STYLES*/

    .add-info-block {
        top: 25vh;
    }

    .estimate-btn {
        display: flex;
        justify-content: flex-end;
        width: 25% !important;
    }

    .logo_container {
        width: 25% !important;
    }

    div#et-top-navigation {
        width: 50%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .estimate-btn a {
        background: #fdfdfd;
        color: #191919;
        line-height: 1;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 14px;
        font-family: 'Oswald', sans-serif;
        position: relative;
        overflow: hidden;
    }

    .estimate-btn a:hover {
        background: #c0fa46;
    }

    nav#top-menu-nav ul#top-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-weight: 500;
        color: #ffffff !important;
        text-transform: capitalize;
        font-family: 'Oswald', sans-serif;
    }

    #top-menu .menu-item-has-children>a:first-child:after {
        top: 14px;
        color: #63d471;
    }

    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #edeef0 !important;
    }

    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px !important;
        font-size: 16px;
    }

    nav#top-menu-nav ul#top-menu li:not(:last-child):after {
        content: '\f111';
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 5px;
        color: #7e7e7e;
        right: -3px;
        top: 15px;
    }

    nav#top-menu-nav ul#top-menu li:last-child {
        padding-right: 0 !important;
    }

    nav#top-menu-nav ul#top-menu .current-menu-item {}

    nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
        padding-right: 11px !important;
    }

    nav#top-menu-nav ul#top-menu .current-menu-item a:after {
        color: #d9b6c6 !important;
    }

    ul.sub-menu {
        filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
        top: 44px;
        background-color: #2c3941 !important;
        border-color: #63d471 !important;
    }

    ul.sub-menu li ul {
        top: -10px;
    }

    nav#top-menu-nav #top-menu ul.sub-menu a {
        color: #fff !important;
        position: relative;
        padding: 6px 6px 6px 16px !important;
        line-height: 1.2;
        filter: drop-shadow(0px 1px 1px #210124);
    }

    #top-menu-nav ul.sub-menu a:before {
        content: '\f149';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        -webkit-transform: scaleX(-1) rotate(90deg);
        transform: scaleX(-1) rotate(90deg);
        color: #63d371;
    }

    #top-menu-nav ul.sub-menu a:after {
        color: #fff !important;
    }

    ul.sub-menu li {
        padding: 0 10px !important;
        width: 100%;
    }

    ul.sub-menu li a {
        padding: 5px 0px !important;
        width: 100% !important;
    }

    /*END HEADER STYLES*/
    /*PAGE STYLES*/
    div#main-slider-holder {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
        max-height: 800px !important;
        min-height: 600px !important;
        height: calc(60vw - 140px) !important;
        background-position: center;
        max-width: 1600px;
    }

    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        max-height: 780px !important;
        min-height: 580px !important;
        height: calc(60vw - 160px) !important;
        max-width: 100%;
        display: flex;
        justify-content: center  !important;
    }

    .header-content-container {
        width: 350px !important;
        height: 97%;
        margin-left: auto;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
section#main-header-content-holder .et_pb_fullwidth_header_container.center {
    height: 100% !important;
}
    .header-title {
        font-size: 37px;
        line-height: 1.2;
    }

    .entry-title {
        text-align: left;
    }
    #home-testimonials .entry-title {
        text-align: center;
    }

    .home .entry-title {
        font-size: 34px !important;
    }


    div#home-title-block .section-title-heading {
        text-align: center;
        font-size: 22px;
        line-height: 1.3;
    }

    /* BADGES STYLE DESKTOP*/

    /* FIRST PARAGRAPH STYLE DESKTOP*/



    /* SERVICES STYLE DESKTOP*/

    .srvBlockTitle,
    .srvBlockTitle h2 {}

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

    .srvElementImg img {
        height: 200px;
    }

    .srvElementFullWidth .srvElementImg img {
        height: 100%;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementHeader h3 {
        min-height: 54px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .srvElementContent {
        height: 100%;
    }

    .srvElementFullWidth .srvElementContent {
        height: auto;
    }

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

    .srvElementFullWidth .srv-icon {
        bottom: auto;
        right: -37px;
    }

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

    .srvElementFullWidth .srvElementBody {
        width: calc(68% - 20px);
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* CONTENT SECTION DESKTOP */

    div#content-img-col .et_pb_module,
    div#content-img-col span {
        height: 100%;
    }

    div#content-text-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    div#content-text-col .content-button {
        margin-left: 0;
    }

    /* NEW CONTENT */
    .first-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.first-list-image-container {
    width: 50%;
}

ul.first-list-content {
    width: 45%;
    margin: 0;
}

.second-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

ol.second-list-content {
    width: 45%;
    margin:  0;
}

.second-list-image-container {
    width: 50%;
}

    /* CONTACT SECTION DESKTOP */


    /* TESTIMONIALS SECTION DESKTOP */

    div#testimonials-img-block {
        margin-top: 0px !important;
        margin-left: 5%;
    }

    div#testimonials-image,
    div#testimonials-image span {
        height: 100%;
    }

    .home .wpcr3_review {
        justify-content: flex-start;
    }

    .home .wpcr3_review_ratingValue {
        text-align: left;
    }

    .home .wpcr3_review_title.wpcr3_caps {
        text-align: left;
    }

    .home div.wpcr3_review blockquote.wpcr3_content {
        text-align: left;
    }

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



    /* SERVICES LIST SECTION DESKTOP */
    .home ul#servcss {
        text-align: left;
    }

    .homepage-nap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .nap-title-block {
        width: 100%;
        margin-bottom: 50px;
    }

    .nap-phone-block {
        width: 155px;
    }

    .nap-location-block {
        width: calc(100% - 155px);
        text-align: left;
        justify-content: flex-start;
    }

    .nap-location-block h3:nth-child(3) {
        margin-left: 0;
    }
    .nap-phone-block h3{
        padding-bottom: 0;
    }

    /* FOOTER STYLES DESKTOP */
    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .paymentsbox {
        justify-content: flex-start;
    }

    div#social-icons {
        text-align: left;
    }

    .footer-widget h4 {
        text-align: left;
    }

    #footer-widgets {
        padding-top: 20px;
    }

    /* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left;
    }

    #sidebar h4.widgettitle {
        text-align: left;
    }

    .et_pb_sidebar_0 .textwidget {
        text-align: left !important;
    }

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

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(44 57 65 / 20%);
    }

    #left-area .post-meta {
        text-align: left;
    }

    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%);
    }
}

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    background: #ffffff !important;
    color: #000 !important;
    border-color: #000 !important;
}

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

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

.wpcr3_leave_text {
    font-size: 1.1em;
}

.wpcr3_leave_text {
    margin-bottom: 20px;
}

.wpcr3_button_1 {
    margin-top: 10px;
    background: #000000;
    border-color: #000;
    color: #fff;
    border-radius: 0px;
    
}
.wpcr3_button_1:hover{
     background: #c0fa46;
    border-color: #000;
    color: #000;
}
@media (min-width: 981px) {

    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }

    .wpcr3_table_2 td {
        text-align: left !important;
    }

    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }
}

@media (max-width: 980px) {

    .wpcr3_respond_3,
    .wpcr3_aggregateRating,
    .wpcr3_table_2 td {
        text-align: center !important;
    }

    .wpcr3_div_2 {
        width: 100%;
    }

    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
    }

    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
    }

    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
    }

    .wpcr3_rating_style1_status {
        width: 85px !important;
    }

    .wpcr3_respond_2 input[type="text"],
    .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
    }

    .wpcr3_submit_btn,
    .wpcr3_cancel_btn {
        width: 40%;
    }
}

@media only screen and (min-width: 768px) {
    .et_pb_gallery_grid .et_pb_gallery_image {
        padding-top: 100%;
        /* Change this value to be whatever aspect ratio you want, for example if you wanted portrait - try 180% | or square would be 100% */
        display: block;
    }

    .et_pb_gallery_grid .et_pb_gallery_item img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }
}

section#main-header-content-holder {
    position: relative;
    width: 100%;
}

.header-images-slider .item {
    height: 100%;
}

div#main-header-slides-holder .et_pb_code_inner {
    height: 100%;
}

.header-images-slider {
    height: 100%;
    z-index: 9999;
}

.header-images-slider .owl-stage-outer {
    height: 100%;
}

.header-images-slider .owl-stage {
    height: 100%;
}


div#main-header-slides-holder {
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    /* z-index: -1; */
    width: 90%;
    border: 10px solid #fdfdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 0 auto;
    height: 100%;
    max-width: 1600px;
    /* padding-top: 22px; */
    /* overflow: hidden; */
}

div#main-header-slides-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.5);
}

.owl-item {
    height: 100% !important;
}

.item {
    position: relative;
    height: 100% !important;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    background-color: transparent !important;
}

.loop img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.footer-widget li:before {
    border-color: #000000 !important;
}

#footer-widgets .footer-widget li a {
    color: #000 !important;
    text-decoration: none;
}

/* add buttons*/
.booking-button-switch {
    display:none !important;
}

.slider-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #0f0f0f;
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #fdfdfd;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #191919;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0px;
}

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

.floating-estimate-btn {
    text-align: center;
    padding: 5px 15px 5px 15px;
    background-color: #fdfdfd;
    color: #191919 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #2C2C2C;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: uppercase;
    width: 230px;
}

#main-footer .listing-rev-btn {
    padding: 5px 15px 5px 15px;
    border: 3px solid #2C2C2C;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 7px;
    background: #fdfdfd;
    color: #191919;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    justify-content: center;
    width: 230px;
}

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

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

/* end add buttons */

/* ADDITTIONAL SERVICES STYLE */

#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #191919;
    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 */

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