/* 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: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #191919;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500!important;
    color: #191919;
}
p strong {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500 !important;
}
div#page-container {
    overflow: hidden;
}
.et_pb_row {
    width: 95% !important;
    /* background: #f5f3f4; */
}
/*HEADER STYLES*/
header#main-header {
    background: #F5F3F4 !important;
}
.add-info-container {
    background: #0605AB;
    position: relative;
    height: 55px;
    overflow-x: clip;
}
.add-info-holder {
    color: #fff;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 2;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
}
.add-contact-info-holder {
    width: 86%;
    max-width: 1080px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    height: 0;
}
.add-contact-info-holder a {
   height: 40px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   background: #1F2830;
   color: #fff;
   position: relative;
   padding-right: 5%;
   min-width: 85%;
   font-size: 16px;
   z-index: 1;
}
.add-contact-info-holder a:before {
    content: '';
    width: 300vw;
    height: 0;
    border-bottom: 40px solid #1f2830;
    border-left: 40px solid transparent;
    position: absolute;
    left: -40px;
    z-index: -1;
    box-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.header-menu-container {
    width: 100%;
    max-width: 100%;
}
.header-info-holder {
    margin: 0 auto;
    margin-top: 16px;
    max-width: 1080px;
}
.logo_container {
    position: relative !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 5px 10px;
}
img#logo {
    min-height: 60px !important;
    max-height: 75px !important;
    width: auto !important;
    max-width: 280px !important;
}
.text-logo {
    color: #000;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
}
span.info-addon {
    display: none;
}
.header-info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.header-location-container {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 5px;
    font-size: 16px;
    color: #000000;
}
.header-location-container .fa {
    margin-right: 5px;
    color: #0605ab;
}
.email-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1;
    margin: 5px;
    font-size: 16px;
    color: #fff;
    width: 230px;
    font-weight: normal;
}
.email-btn .fa {
    margin-right: 5px;
    margin-top: -3px;
}
.hours-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 5px;
    color: #000000;
}
.hours-holder .fa {
    margin-right: 5px;
    color: #0605AB;
}
a.hours-box {
    padding: 0 !important;
}
.header-info-block a.hours-box {
    pointer-events: none;
}
.hours {
    border: none;
    height: auto;
    box-shadow: none;
    background: transparent;
}
.hours img {
    display: none;
}
.hours p {
    padding: 0 !important;
    font-size: 16px !important;
    text-shadow: none;
    color: #000000;
}
div#et-top-navigation {
    width: 100%;
    padding: 5px !important;
    background: #1F2830;
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
span.select_page {
    display: none !important;
}
ul#mobile_menu {
    background-color: #0605AB !important;
    border-color: #1F2830;
    top: 42px;
}
.mobile_menu_bar {
    padding: 0 !important;
}
.et_mobile_menu li a {
    color: #efefef !important;
    filter: drop-shadow(0px 1px 1px #210124);
    font-family: 'Roboto Slab', 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: #1F2830;
}
.et_mobile_menu .current_page_item a {
    color: #ffffff !important;
    opacity: 1 !important;
}
/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #F5F3F4;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
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: 430px !important;
    min-height: 430px !important;
    height: calc(100vh - 154px) !important;
    background-position: 22%;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 430px !important;
    min-height: 430px !important;
    height: calc(100vh - 154px) !important;
    width: 95%;
    max-width: 500px;
}
.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 1080px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px !important;
}
.homepage-header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 0px;
}
.homepage-header-content:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 115%;
    background: #1F2830;
    z-index: -1;
    margin-left: -20px;
    box-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.header-subtitle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    margin-bottom: 10px;
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
    margin-top: 50px;
}
.header-subtitle:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #0050d5;
    display: block;
    margin-right: 10px;
}
.header-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 30px;
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.header-title span {
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
}
.button {
    background: #0605AB;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    position: relative;
    width: 250px;
    margin-top: 5px;
    margin-left: 15px;
}
.button:hover {
    background: #1F2830;
    color: #F5F3F4;
}
/* FIRST CONTENT SECTION STYLE */
.section-title-heading {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #191919;
    font-size: 19px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-title-heading:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #1f2830;
    display: block;
    margin-right: 10px;
}
.entry-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500!important;
}
.paragraph-images-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 400px;
    margin: 0 auto;
}
.paragraph-images-holder img {
    width: 82%;
    height: 280px;
    margin-bottom: -52px;
}
.par-img-content {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: auto;
    background: #1F2830;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    bottom: 0;
    left: 0;
    margin-left: -35px;
    margin-bottom: -52px;
}
.content-button {
    background: #0605AB;
    border: 1px solid #1F2830;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    min-width: 220px;
    text-align: center;
}
.content-button:hover {
    background: #1F2830;
    color: #F5F3F4;
}
/* BADGES SECTION STYLE */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    margin-top: 20px;
}
.badge-holder {
    background: #0605AB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 5px 5px;
    margin-top: 10px;
    margin-bottom: 47px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}
.badge-holder:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #1F2830;
    border-right: 35px solid transparent;
    top: 0;
    left: 0;
}
.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
    background: #1F2830;
}
p.badge-content {
    color: #ffffff;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Slab', serif;
    width: 100%;
}
.badge-holder img {
    width: 65%;
    height: 65px;
    padding-bottom: 5px;
    opacity: 0.9;
    /* filter: invert(1); */
}
.badge-title {
    background: #0605AB;
    font-size: 15px;
    width: 85%;
    text-align: right;
    line-height: 1.2;
    padding: 5px 5px 5px 0px;
    position: absolute;
    bottom: -47px;
    right: 0;
    color: #ffffff;
    font-weight: 600;
}
.badge-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 46px solid #0605AB;
    border-left: 25px solid transparent;
    left: -16px;
    top: 0;
}
.badge-title span {
    font-size: 17px;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
    background-color: #F5F3F4!important;
}
.srvBlockTitle .section-title-heading {
}
.srvBlockTitle h2 {
    padding-bottom: 0;
}
.srvElement {
    margin-top: 50px;
    position: relative;
    background: #0605AB;
}
.srvElement:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 46px solid #1F2830;
    border-left: 25px solid transparent;
    right: 0;
    bottom: 0;
}
.srvElement:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 46px solid #1F2830;
    border-right: 25px solid transparent;
    top: 0;
    left: 0;
}
.srvElementHeader {
    text-align: center;
}
.srvElementHeader h2 {
    padding-bottom: 5px;
    font-weight: 700 !important;
    color: #ffffff;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    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;
}
.srv-ico {
    width: 80px !important;
    height: 70px !important;
    position: absolute;
    z-index: 999;
    background: #0605AB;
    padding: 10px;
    bottom: -13px;
    left: 20px;
    object-fit: contain !important;
    border: 1px solid #fff;
}
.srvElementBody {
    padding: 20px;
}
.srvElementContent {
    text-align: justify;
    color: #ffffff;
    font-size: inherit;
    line-height: 1.6;
}
.srvElement:hover img {
    filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
.srvElement:hover {
    background: #1F2830;
}
/* CONTENT SECTION STYLE */
/* SERVICES LIST SECTION STYLE */
div#services-list-section {
    background-color: #F5F3F4!important;
}
.homepage-services {
    text-align: center;
    margin: 0 auto;
    max-width: 520px;
}
.homepage-services #servcss {
    padding: 0;
}
.homepage-services #servcss li {
    position: relative;
    margin: 0.3em 3px;
    padding-left: 20px;
    color: #1F2830;
    text-align: left;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.homepage-services #servcss li:before {
    position: absolute;
    content: '\f046';
    top: 0;
    left: 0;
    color: #0605AB;
    font-family: 'FontAwesome';
}
/* CONTACT FORM STYLE */
div#contact-form-section {
    /* background-color: #ffffff !important; */
    /* width: 80%; */
}
.contact-section-text {
    line-height: 1.3;
    margin: 10px 0;
    text-align: center;
}
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;
    height: 40px;
    min-height: 40px;
    border-radius: 5px;
    filter: hue-rotate(104deg);
}
input#vercode {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 10px;
    float: left;
    padding: 15px 10px 15px;
    height: 40px;
}
form#contactForm {
    text-align: right;
}
input#submitter {
    font-size: 16px;
    font-weight: 400;
    transition: 500ms;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    height: 39px;
    background: #0605AB;
    /* border: 1px solid #0605ab; */
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
input#submitter:hover {
   background: #1F2830;
   color: #F5F3F4;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px 15px;
    height: auto;
    background-color: #F5F3F4 !important;
    box-shadow: none;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #000 !important;
    background-image: none;
    border: 1px solid #0605AB;
    margin-bottom: 10px !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 {
    color: #000 !important;
    border-color: #000000;
}
#contact {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
/* NAP SECTION STYLE */
.block-title {
    padding: 5px 0;
    display: block;
    width: 100%;
}
.nap-phone-block h3 {
    padding: 5px 0;
}
.nap-location-block h3 {
    padding: 5px 2px;
    text-align: center !important;
}
.nap-location-block {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
h3#home-adr {
    width: 100%;
    padding: 0 2px;
}
/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
    background-color: #1f2830 !important;
}
div#testimonials-img-block .entry-title {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: rgb(0, 0, 0) 2px 2px 0px;
}
.home .wpcr3_dotline {
    display: none !important;
}
.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.home .wpcr3_review:before {
    content: '';
    position: absolute;
    width: 54%;
    max-width: 277px;
    height: 155%;
    z-index: -1;
}
.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}
.home .wpcr3_review_author {
    text-align: left;
    color: #fff;
    margin-left: 5px;
    /* font-size: 0.9em !important; */
}
.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.home span.wpcr3_item_name a {
    color: #ffffff;
    /* font-size: 1.1em; */
}
div.wpcr3_review blockquote.wpcr3_content {
    border-color: #1F2830;
    padding-bottom: 0;
    text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    padding: 25px;
    border: none;
    font-weight: 100;
    position: relative;
    background: #1F2830;
    box-shadow: #0605AB 1px 1px 0px 2px;
    max-width: 600px;
    margin-bottom: 12px;
}
.home div.wpcr3_review blockquote.wpcr3_content a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 16px;
}
div#testimonials-holder .entry-title {
    text-align: left;
}
.home .wpcr3_reviews_holder {
    position: relative;
    text-align: left;
    color: #fff;
    /* text-shadow: rgb(0, 0, 0) 2px 2px 0px; */
}
.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic;
    font-size: 20px;
    color: #fff;
}
.home .wpcr3_content:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 65px;
    color: #1F2830;
    z-index: -1;
    opacity: 0.2;
    top: -63px;
    left: 0px;
}
.testimonials-button {
    border: 1px solid #1F2830;
    padding: 15px 22px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    background: #1F2830;
    width: 250px;
    text-align: center;
    position: relative;
    border: 3px solid #0605ab;
    /* box-shadow: #0605AB 1px 1px 0px 2px; */
}
.testimonials-button:hover {
    background: #F5F3F4;
    color: #1F2830;
}
/* FOOTER STYLE */
#main-footer {
    background: #0605AB;
}
#main-footer .container {
    width: 95%;
}
div#footer-bottom {
    background-color: #1F2830;
    padding: 15px;
    color: #F5F3F4;
}
.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-widget h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #1F2830;
    text-transform: uppercase;
}
.footer-widget .textwidget {
    color: #F5F3F4;
}
#footer-widgets .footer-widget a {
    /* background-color: #fff; */
}
.footer-widget li:before {
    border-color: #fff;
    margin-top:3px;
}

table.openinghours {
    max-width: 350px;
    margin: 0 auto !important;
}
table.openinghours tr {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    color: #F5F3F4;
    font-family: 'Open Sans', sans-serif;
}
#current-day {
    background-color: #1F2830;
    padding: 0 2px;
}
#current-day td {
    color: #ffffff;
    text-shadow: none;
}
#closed-day {
    color: #ffffff;
}
/* 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 #0605AB;
    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) {
    .homepage-services {
        max-width: 100%;
   }
    .homepage-services #servcss {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px;
   }
    input#customer_name {
        width: calc((100%/3) - 7px);
   }
    input#phone-cf {
        width: calc((100%/3) - 7px);
   }
    input#customer_email {
        width: calc((100%/3) - 6px);
        float: left;
        margin-left: 10px;
   }
}
@media screen and (max-width: 981px) {
   /* ADDITIONAL STYLES FOR MOB. RES. */
    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%;
   }
    .footer-widget:nth-child(n) {
        width: 100% !important;
        text-align: center;
        margin: 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-contact-info-holder {
        margin: 0 auto;
        margin-top: -21px;
   }
    .add-contact-info-holder a {
        min-width: 67%;
   }
    .logo_container {
        width: 300px !important;
        padding: 10px;
        text-align: left;
   }
    .header-info-block {
        width: calc(100% - 300px);
        justify-content: flex-end;
        padding-right: 10px;
   }
    .header-info-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7px;
        width: 100%;
   }
    .add-info-holder {
        width: 80%;
        max-width: 900px;
   }
    .add-info-container {
        height: 35px;
   }
    span.info-addon {
        display: block;
   }
    .header-info-block span {
        line-height: 24px !important;
        font-weight: normal;
   }
    .header-location-container .fa, .hours-holder .fa {
        width: 48px;
        height: 48px;
        border: 1px dashed #959595;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0605AB;
   }
    .header-location-container .fa {
        font-size: 35px;
   }
    .email-btn .fa {
   }
    .hours-holder .fa {
        font-size: 34px;
   }
    nav#top-menu-nav ul#top-menu li a{
        color: #d6d6d6 !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
   }
    #top-menu .menu-item-has-children>a:first-child:after {
        top: 19px;
   }
    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #ffd100 !important;
   }
    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px !important;
   }
    .header-menu-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
    .email-btn {
        justify-content: flex-end;
        margin: 0;
        margin-left: 70px;
        background: #0605ab;
        color: #fff;
        height: 45px;
        padding-right: 15px;
        width: 180px;
        position: relative;
   }
    .email-btn:before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 45px solid #0605ab;
        border-left: 40px solid transparent;
        position: absolute;
        left: -40px;
   }
    div#et-top-navigation:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50vw;
        background: #1F2830;
        left: -50vw;
   }
    div#et-top-navigation {
        padding: 0px !important;
        flex-direction: row-reverse;
        justify-content: flex-start;
        width: 1080px;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: -25px;
   }
    nav#top-menu-nav ul#top-menu li a{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #ffffff !important;
        text-transform: uppercase;
        font-weight: 300;
   }
    #top-menu .menu-item-has-children>a:first-child:after {
        top: 14px;
        color: #F5F3F4;
   }
    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: 15px;
   }
    nav#top-menu-nav ul#top-menu li:not(:last-child):after {
        content: '\f111';
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 5px;
        color: #F5F3F4;
        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: #d2c9da !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: #0605AB !important;
        border-color: #1F2830 !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: #F5F3F4;
   }
    #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*/
    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: 900px !important;
        min-height: 600px !important;
        height: calc(100vh - 184px) !important;
        background-position: center;
   }
    .et_pb_fullscreen .et_pb_fullwidth_header_container {
        max-height: 900px !important;
        min-height: 600px !important;
        height: calc(100vh - 184px) !important;
        width: 95%;
        max-width: 1080px;
   }
    .header-subtitle {
        font-size: 26px;
   }
    .header-title {
        font-size: 40px;
   }
   /* BADGES STYLE DESKTOP*/
   /* FIRST PARAGRAPH STYLE DESKTOP*/
    .section-title-heading {
        justify-content: center;
   }
    .entry-title {
        text-align: left;
        font-size: 30px;
   }
    div#home-title-block-container-firstpar .et_pb_column {
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
   /* SERVICES STYLE DESKTOP*/
    .srvElement {
        width: 32% !important;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-top: 20px !important;
   }
    .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 h2 {
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
   }
    .srvElementContent {
   }
    .srvElementFullWidth .srvElementContent {
        height: auto;
   }
    .srvElement.srvElementFullWidth {
        width: 100% !important;
        max-width: 1080px;
        flex-direction: row;
   }
    .srvElement.srvElementFullWidth .srv-ico {
        left: unset;
        bottom: unset;
        right: -20px;
        top: 20px;
   }
    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0;
   }
    .srvElementFullWidth .srvElementBody {
        width: calc(68% - 20px);
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 20px 20px 20px;
   }
   /* NAP SECTION DESKTOP */
    .nap-location-block {
        justify-content: flex-start;
   }
    div#content-dark-section {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: row;
   }
   /* CONTACT SECTION DESKTOP */
    .contact-form-holder {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        margin: 0 auto;
   }
    .contact-form-heading {
        width: 265px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
    div#contact-section {
        width: calc(100% - 310px);
   }
    .contact-form-heading .entry-title {
        text-align: left !important;
   }
    .contact-section-text {
        text-align: left;
   }
    .contact-form-heading:before {
        content: '';
        position: absolute;
        width: 110px;
        height: 100%;
        /* background: #083762; */
        background-image: linear-gradient(90deg, #1f2830, #0605ab00);
        z-index: -1;
        margin-left: -45px;
        /* box-shadow: rgb(0 0 0) 2px 2px 0px; */
        opacity: 0.4;
   }
   /* TESTIMONIALS SECTION DESKTOP */
   /* SERVICES LIST SECTION DESKTOP */
    .homepage-services #servcss {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px;
   }
    .homepage-services #servcss li:first-child {
        margin-top: 0 !important;
   }
    .homepage-services li {
        text-align: right;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        line-height: 1.3;
        margin: 0.4em 3px !important;
   }
    .homepage-services #servcss li:before {
        top: auto;
   }
   /* 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(64 64 64 / 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;
    color: #fff;
}
@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea {
        min-width: 100%;
   }
    .wpcr3_table_2 td {
        text-align: left !important;
   }
    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
   }
}
@media (max-width: 980px) {
    .wpcr3_respond_3, .wpcr3_aggregateRating, .wpcr3_table_2 td {
        text-align: center !important;
   }
    .wpcr3_div_2 {
        width: 100%;
   }
    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
   }
    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
   }
    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
   }
    .wpcr3_rating_style1_status {
        width: 85px !important;
   }
    .wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
   }
    .wpcr3_submit_btn, .wpcr3_cancel_btn {
        width: 40%;
   }
}


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 {
   background-image: url(https://garage003.cloud203411.com/wp-content/uploads/2024/05/Reliable-Garage-Door-Contractor.webp);
}

.et_pb_text_2 {
    background: #f5f3f4 !important;
}

.button-holder-1 {
    background: white;
}


/* end reviews */
/* add buttons*/
.booking-button-switch {
 display:none; 
}
    .slider-button {
        margin-top: 35px;
        /* margin-bottom: 120px; */
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #1f2830;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #0605ab;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color: #f5f3f4 !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background-color: #0605ab;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #fff;
    border-left: 0px;
    font-size: 14px;
    z-index: 999999;
    font-weight: 500;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 150px;
    line-height: 17px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 2px solid #ffffff;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom: 0px;
    background: #0605ab;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    justify-content: center;
    width: 150px;
    z-index: 9999;
    font-weight: 500;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left:15px;
}
}
.nav-arrows button{
background:#f3c70a;
border-color: #f3c70a;
width: 42px;
height: 42px;

}

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


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}
.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: 0px;
    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 {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #1a202c;
    border-radius: 0px;
    cursor: pointer;
    background: #0605ab;
}
 
.nav-arrows button:hover {
    background: #0605ab;
    color: #000;
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
    color: #fff;
}
 
.rotate-180 {
    rotate:180deg;
}
 

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #0605ab;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
    background: #1f2830;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

 /* ADDITTIONAL SERVICES STYLE */


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

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #fff;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}
#mobile_menu li a {
    line-height: 1.2em;
}

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

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

.modalHolder{
	display:none;
}


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

.et_pb_widget {
	margin-top: 30px;
}
.homepage-nap{
	text-align: center !important;
}

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

.post-content-inner p {
    text-align: justify;
}