/*
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, Times New Roman, sans-serif;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizelegibility;
   font-feature-settings: "liga";
   color: #666;
   font-weight: 400;
   overflow-x: hidden;
}


/*HEADER STYLES*/
 .header-menu-container {
   width: 95%;
   display: flex;
   flex-direction: column;
}

.logo_container {
   position: relative !important;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.logo_container a {
   font-family: 'Oswald', sans-serif;
   text-align: center;
   position: relative !important;
   line-height: 1.2;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #d44147;
}
.logo-link {}

.logo-link img {
   min-height: 80px;
   height: 100% !important;
   max-height: 120px !important;
   width: auto !important;
   max-width: 80% !important;
   object-fit: contain;
   object-position: center;
}
header#main-header {
    background: #887878;
    background-image: url(https://americancontractingnc.com/wp-content/uploads/2024/03/bg.webp);
    background-size: contain;
    background-repeat: repeat;
    padding: 10px 0;
}

.header-location-container {
   color: #fff;
   display: flex;
   line-height: 1;
   padding-top: 10px;
   font-size: 15px;
}

.logo_container a span {
   line-height: 1.2;
}

.header-location-container .fa {
   padding-right: 10px;
}

div#et-top-navigation {
   display: flex !important;
   flex-direction: column;
   padding-left: 0 !important;
   padding-top: 15px !important;
}

.contact-info {
   order: 1;
   background: #d44147;
   margin-bottom: 10px;
   position: relative;
   margin-top: 15px;
}
.contact-info-container:before {
   width: 0;
   height: 0;
   border-left: 50vw solid transparent;
   border-right: 50vw solid transparent;
   border-bottom: 20px solid #d44147;
   position: absolute;
   content: '';
   left: -2.5%;
   top: -10px;
   z-index: -1;
}
a.phonenum {
   margin-top: -10px;
}
.contact-info-container {padding-bottom: 5px;/* z-index: 99999; */position: relative;}
div#et_mobile_nav_menu {
   order: 2;
}

.mobile_nav .select_page {
   display: inline-block;
   color: #fff;
   font-family: 'Oswald', sans-serif;
   line-height: 1;
}

.mobile_menu_bar {
   display: inline-block;
   padding-bottom: 0 !important;
}

.mobile_nav {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative !important;
}

.et_mobile_menu {
    top: 42px;
    background-color: #223f59 !important;
    border-color: #d44147;
    box-shadow: 0px 0px 1px 0px #fff;
}

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



.contact-info-container a {
   display: flex;
   line-height: 1.5;
   align-items: center;
   justify-content: center;
   color: #ffffff;
   z-index: 9999;
}
.contact-info-container a:hover {
   color: #223f5b;
}
.contact-info-container a .fa {
   padding-right: 10px;
}

.mobile_menu_bar:before {
   color: #d44147;
}



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

}


/*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: 500px !important;
   min-height: 500px !important;
   height: calc(99vh - 172px) !important;
}
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
   background: rgb(0,0,0);
   background: linear-gradient(0deg, rgb(0 0 0 / 45%) 35%, rgb(51 53 51 / 75%) 80%, #3a3f3e 100%);
}
.et_pb_fullwidth_header_container.center {
   max-height: 500px !important;
   min-height: 500px !important;
   height: calc(99vh - 172px) !important;
   width: 95%;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
   margin: 0 auto !important;
   padding: 0;
   width: 95%;
}
.ws-slogan {
   font-size: 20px;
   text-align: center;
   padding-bottom: 10px;
}

.header-title {
   font-family: 'Oswald', sans-serif;
   font-size: 27px;
}
.header-msg {
   padding-top: 15px;
   font-size: 15px;
   line-height: 1.6;
}
.header-title span {
   font-weight: bold;
   color: #d44147;
}

.rating-header p {
   font-size: 15px;
   line-height: 1;
}

.stars-rating {
   display: flex;
   justify-content: center;
   align-items: center;
   color: #d44147;
   line-height: 1;
   padding-bottom: 5px;
}

.rating-header {
   margin-top: 15px;
   margin-bottom: 15px;
}
.header-button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 20px;
}
.header-button .booking-button-switch {
  margin-right: 15px;
}
.button {
   background: #d44147;
   background-size: contain;
   color: #ffffff;
   font-weight: bold;
   border-radius: 3px;
   padding: 15px 30px;
   display: inline-block;
   line-height: 1;
   /* width: 265px; */
}

.button:hover {background-color: #104911 !important;color: #fff;}

.section-separator-up:after {
       width: 0;
       height: 0;
       border-left: 10vw solid transparent;
       border-right: 90vw solid transparent;
       border-bottom: 5vw solid #d44147;
       position: absolute;
       content: '';
       left: 0;
       bottom: 0;
       z-index: 9999;
}

div#homepage-header-holder {
   position: relative;
}

div#home-title-block {
   position: relative;
   background-color: #ededed!important;
}

.section-separator-down:after {
   width: 0;
   height: 0;
   border-left: 100vw solid transparent;
   border-right: 0vw solid transparent;
   border-top: 5vw solid #d44147;
   position: absolute;
   content: '';
   top: 0;
   z-index: 9999;
}

.section-separator-down:before {
   width: 0;
   height: 0;
   border-left: 10vw solid transparent;
   border-right: 10vw solid transparent;
   border-top: 11vw solid #d44147;
   position: absolute;
   content: "";
   top: 0;
   right: 0;
}
.section-separator-down span:before {
   width: 0;
   height: 0;
   border-left: 8vw solid transparent;
   border-right: 8vw solid transparent;
   border-top: 9vw solid #d44147;
   position: absolute;
   content: "";
   top: 0;
   right: 9vw;
}
/* HTML BADGES STYLE */
div#css-badges-section {
   background-color: #ffffff!important;
}
.badges-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 30px;
}

.badge-holder {
    background: #223f5b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 180px;
    padding: 5px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 4%);
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

p.badge-content {
   color: #fff;
   text-align: center;
   line-height: 1.2;
   text-transform: capitalize;
   font-size: 14px;
   min-height: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 35px;
}

.badge-holder img {
   width: 70%;
}

.badge-title {
   background: #fff;
   font-size: 15px;
   width: 90%;
   text-align: center;
   line-height: 1.2;
   padding: 5px;
   position: absolute;
   bottom: -15px;
   border-radius: 6px;
   box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 28%);
   text-shadow: 0px 15px 15px rgb(0 0 0 / 38%);
   font-family: 'Oswald', sans-serif;
   color: #1b1a1f;
}

.badge-title span {
   font-weight: bold;
   font-size: 15px;
   font-family: 'Oswald', sans-serif;
   line-height: 1em;
}


.entry-title {
   text-align: center;
   line-height: 1.2;
   font-size: 26px !important;
   color: #2d2d2d;
   font-weight: bold;
   font-family: 'Oswald', sans-serif;
}
.section-title-heading {
   color: #3a3f3e;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 32px;
}
div#home-title-block .et_pb_image span:before {
   content: "";
   position: absolute;
   width: 80px;
   height: 80px;
   bottom: -45px;
   right: -49px;
   background: #d44147;
   z-index: 999;
   transform: rotate(45deg);
   border-left: 10px solid #ededed;
}
div#home-title-block .et_pb_image:before {
   background-image: radial-gradient(#d44147 0%, transparent 20%, #fa807200 40%);
   background-size: 19px 20px;
   content: '';
   position: absolute;
   width: 145px;
   height: 152px;
   left: -40px;
   top: -43px;
   background-repeat: repeat;
}

div#home-title-block .et_pb_image {
   max-width: 400px;
   margin: 0 auto;
}

div#home-title-block .et_pb_image span {
   overflow: hidden;
}
.home .entry-title {color: #3a3f3e;text-align: center;line-height: 1.2;font-size: 26px !important;font-weight: normal;padding: 0;text-transform: uppercase;}





/* SERVICES SECTION STYLE */

div#services-blocks-section {
   background-color: #ffffff!important;
}

.srvBlockTitle p {
   text-align: center;
   font-size: 26px;
   color: #3a3f3e;
   line-height: 1.2;
   font-family: 'Oswald', sans-serif;
   padding-top: 30px;
}

.srvElement {
   max-width: 500px;
   margin: 0 auto;
   margin-top: 50px;
   position: relative;
}
.srvElement:first-child::before {
       background-image: radial-gradient(#d44147 0%, transparent 20%, #fa807200 40%);
       background-size: 19px 20px;
       content: '';
       position: absolute;
       width: 152px;
       height: 152px;
       left: -38px;
       top: -42px;
       background-repeat: repeat;
}
.srvElementHeader h2 {
    text-align: center;
    color: #223f59;
    font-family: 'Oswald', sans-serif;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srvElementImg {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 10px;
   position: relative;
   overflow: hidden;
}

.srvElementImg img {
   width: 100%;
   height: 200px;
   object-fit: cover;
   object-position: center;
   position: relative;
}
.srvElementImg:before {
       content: "";
       position: absolute;
       width: 80px;
       height: 80px;
       bottom: -45px;
       right: -49px;
       background: #d44147;
       z-index: 999;
       transform: rotate(45deg);
       border-left: 10px solid #fcffff;
}
.srvElementContent {
   text-align: justify;
   color: #333533;
   padding-left: 15px;
   position: relative;
}
.srvElementContent:before {
   content: "";
   position: absolute;
   height: 100%;
   width: 5px;
   background: #333533;
   left: 0;
}
.srvElement:hover img {
   filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h2 {
   color: #d44147;
   font-weight: bold;
}


div#home-content-section {
   background-color: #ededed!important;
   border-top: 15px solid #d44147;
}

.link-button {
   background: #d44147;
   background-size: contain;
   color: #000;
   font-weight: bold;
   border-radius: 3px;
   padding: 15px 30px;
   display: inline-block;
   line-height: 1;
}
.link-button:hover {
   background-color: #000000 !important;
   color: #fff;
}
.estimate-title {
   font-size: 26px;
   color: #ffffff;
   line-height: 1.2;
   font-weight: bold;
}

.estimate-title span {
   color: #d44147;
   line-height: 1.2;
   font-family: 'Oswald', sans-serif;
}

.estimate-content {
   line-height: 1.6;
   padding-top: 20px;
   color: #fff;
}



div#process-steps-section {
   background-color: #ffffff!important;
}

.prjct-process-title {
   font-size: 26px;
   color: #333533;
   line-height: 1.2;
   font-weight: bold;
   text-align: center;
   margin-bottom: 20px;
}

.prjct-process-title span {
   color: #d44147;
   line-height: 1.2;
   font-family: 'Oswald', sans-serif;
   /* text-shadow: -1px -1px 0 #878787, 1px -1px 0 #878787, -1px 1px 0 #878787, 1px 1px 0 #878787; */
}
.prjct-process-holder {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 500px;
   margin: 0 auto;
   position: relative;
}

.prjct-process-box {
   position: relative;
   font-family: 'Oswald', sans-serif;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin: 10px;
   margin-top: 65px;
}


.prjct-number {
   font-size: 26px;
   font-weight: bold;
   width: 50px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 3px solid #333533;
   background: #d44147;
   color: #fff;
   position: absolute;
   top: -23px;
   z-index: 99;
}

.prjct-process-border-box {
position: relative;
overflow: hidden;
width: 150px;
height: 150px;
background: #ffffff;
}

.prjct-content {
   text-align: center;
   line-height: 1.2;
   font-size: 19px !important;
   padding-top: 15px;
   color: #333533;
}
.prjct-content strong{
   color: #333533;
   font-size: 22px !important;
   line-height: 1.6;
   text-transform: uppercase;
}
.prjct-icon {
   font-size: 50px;
   text-align: center;
   line-height: 1;
   width: 150px;
   height: 150px;
   border: 3px solid #333533;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   /* overflow: hidden; */
}
.prjct-icon:before {
           content: "";
           position: absolute;
           width: 80px;
           height: 80px;
           bottom: -53px;
           right: -53px;
           background: #d44147;
           z-index: 999;
           transform: rotate(45deg);
           border-left: 10px solid #ffffff;
}
.prjct-icon .fa {
   color: #d44147;
}

/* SERVICES LIST SECTION STYLE */


div#services-list-section {
   background-color: #ffffff!important;
}
.homepage-services {
   text-align: center;
   margin: 0 auto;
   padding: 35px 0;
   border-top: 1px solid #d44147;
   border-bottom: 1px solid #d44147;
}
.homepage-services #servcss {
   padding: 0;
}
.homepage-services #servcss li {
   position: relative;
   font-weight: bold;
   margin: 0.3em 0;
   padding-left: 20px;
   display: inline-block;
   color: #333533;
}

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

div#homepage-gallery .et_pb_gallery_items {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}

div#homepage-gallery .et_pb_gallery_item {
   width: 50% !important;
   margin: 0 !important;
   margin-bottom: 30px !important;
   float: none !important;
}

div#homepage-gallery .et_pb_gallery_item img {
   padding: 0 10px;
}

div#homepage-gallery .clearfix:after {
   display: none;
}

div#homepage-gallery a.active {
   color: #ffd100;
}


/* NAP SECTION STYLE */


div#homepage-nap-section {
   background-color: #ffffff!important;
}
.homepage-nap h3 {
   text-align: center;
   color: #333533;
   font-family: 'Oswald', sans-serif;
   line-height: 1.2;
}

.homepage-nap h3 strong {
   color: #333533;
   font-size: 26px;
   line-height: 1.8;
}


/* CONTACT FORM STYLE */


div#contact-form-section {
   background-color: #ffffff!important;
}
div#contact-section {
   background-color: #ededed;
   -webkit-border-radius: 6px;
   border-radius: 4px;
   padding: 20px;
   margin: 20px auto;
   border: 1px solid;
}
/* div#contact-section:before {
   background-image: radial-gradient(#d44147 0%, transparent 20%, #fa807200 40%);
   background-size: 19px 20px;
   content: '';
   position: absolute;
   width: 145px;
   height: 152px;
   right: -34px;
   top: -43px;
   background-repeat: repeat;
   z-index: -1;
} */
p.free-estimate-title {
   font-size: 26px;
   color: #333533;
   font-style: normal;
   line-height: 1.2;
   padding: 0;
   font-family: 'Oswald', sans-serif;
   font-weight: bold;
   text-align: center;
}
p.free-estimate-title span {
   color: #d44147;
   /* text-shadow: -1px -1px 0 #104911, 1px -1px 0 #104911, -1px 1px 0 #104911, 1px 1px 0 #104911; */
}
input#customer_name {
   width: calc(50% - 10px);
   float: left;
}

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

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

#contact img {
   float: left;
   width: 120px;
}

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

form#contactForm {
   text-align: center;
}

input#submitter {
   text-shadow: none;
   box-shadow: none;
   line-height: 1;
   font-weight: bold;
   border-style: solid;
   border-width: 0;
   cursor: pointer;
   height: auto;
   margin-top: 20px !important;
   border: 1px solid #fff0;
   display: inline-block;
   max-width: 280px;
   text-align: center;
   margin: 0 auto;
   background: #d44147;
   color: #000;
   border-radius: 3px;
   padding: 15px 30px;
   font-family: 'Open Sans' !important;
   font-size: 17px;
   line-height: 1;
}

input#submitter:hover {
   background-color: #d44147 !important;
   color: #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
   border: none;
   max-width: 100%;
   margin-bottom: 15px;
   padding: 18px 0px 10px;
   height: auto;
   background-color: transparent;
   -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: #000;
   background-image: none;
   border-bottom: 1px solid #333533;
}

#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 {
   border-bottom-color: #000;
   color: #000 !important;
}

#contact {
   padding: 0;
}


/* TESTIMONIALS SECTION STYLE */


div#home-testimonials {
   background-color: #ededed!important;
}
.testimonials-title {
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   color: #333533;
   font-style: normal;
   line-height: 1.2;
   font-weight: bold;
   text-align: center;
}

div#testimonials-block img {
   display: block;
   margin: 0 auto;
   width: 100px;
   border-radius: 50%;
}

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

.home span.wpcr3_item_name a {
   color: #333533;
}

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

.home div.wpcr3_review blockquote.wpcr3_content {
   text-align: center;
   padding-left: 0;
   border: none;
   margin-bottom: 0;
   color: #333533 !important;
}

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;
   color: #333533;
}

.testimonials-btn {
   display: block;
   width: 280px;
   text-align: center;
   margin: 5px auto;
   background: #ffd100;
   color: #000;
   font-weight: bold;
   border-radius: 3px;
   padding: 15px 30px;
   display: inline-block;
   line-height: 1;
}

.testimonials-btn:hover {
   background-color: #333533 !important;
   color: #fff;
}


/* FOOTER STYLE */

#main-footer {
    background: #223f5a;
    background-image: url(https://americancontractingnc.com/wp-content/uploads/2024/03/bg.webp);
    background-size: contain;
    background-repeat: repeat;
    border-top: 15px solid #d34247;
}
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: #223f5b;
    padding: 15px;
    color: #ffffff;
}

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

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

.footer-widget .textwidget {
   color: #fff;
   font-family: 'Open Sans', sans-serif;
}

#footer-widgets .footer-widget a {
   background-color: #fff;
}
#footer-widgets .footer-widget li {
   padding-left: 0px;
}
#footer-widgets .footer-widget li a {
   background: transparent;
}
#footer-widgets .footer-widget li:before {
  display:none;
}
table.openinghours {
   max-width: 350px;
   margin: 0 auto !important;
}

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

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

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

#closed-day {
   color: #c4c4c4;
}
/* buttons */
.top-header {
   padding: 9px 0;
   z-index: 9999999;
   text-align: center;
}
/* .booking-button-switch {
display: none;
} */
.top_button {
   position: relative;
   display: inline-block;
   background-color: #d44147;
   text-shadow: none;
   color: #ffffff;
   transition: 0.3s ease-in-out;
   padding: 5px 10px;
   font-size: 14px;
   font-weight: bold !important;
   line-height: 1;
  border-radius:3px;
}
.floating-estimate-btn {
   text-align: center;
   padding: 5px 15px;
   background-color: #d44147;
   color: #fff !important;
   border: 2px solid #000;
   border-left: 0px;
   font-size: 15px;
   z-index: 999999;
   font-weight: bold;
   position: fixed;
   bottom: 60px;
   text-transform: uppercase;
   width: 225px;
   border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#main-footer .listing-rev-btn {
   padding: 5px 15px;
   border: 2px solid #000;
   border-left: 0px;
   bottom: 10px;
   background: #d44147;
   color: #fff;
   width: 225px;
   justify-content: center;
   text-transform: uppercase;
   font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#main-footer .listing-rev-btn img {
   display: none;
}
#main-footer .listing-rev-btn .fa {
   display: block;
   margin-right: 5px;
   color: #000;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.single-post div#main-content .container {
   padding: 0px 0 !important;
}
.et_pb_title_meta_container, .post-meta {
   text-align: center;
}
.post-content-inner {
   text-align: justify;
}
.single-post div#main-content .post {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

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

/*min width 981 - align blog meta in the left*/

.et_pb_title_meta_container, .post-meta {
   text-align: left;
}

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

#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) {
   .srvElementImg img {height: 300px;}

   .homepage-services ul#servcss {


       display: flex;
       flex-wrap: wrap;
       justify-content: center;
   }


   .homepage-services li {
       display: inline-block;
       padding: 0 20px;
   }

   .homepage-services ul#servcss {
       padding: 0;
   }
}

@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: 0 !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*/
header#main-header {
   overflow: hidden;
}
  .top-header {
   /* position: fixed; */
   top: 0;
   padding: 0;
}
  .top_button {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
  }
.header-menu-container {
   flex-direction: row;
   justify-content: center;
   align-items: center;
}

.logo_container {
   width: 240px !important;
}

div#et-top-navigation {
   width: calc(100% - 240px);
   flex-direction: row;
   padding: 0 !important;
   align-items: center;
}

.contact-info {
   width: 200px;
   margin: 0;
}

nav#top-menu-nav {
   width: calc(100% - 240px);
   margin-right: 40px;
}

.contact-info-container {
   padding: 0;
}

a.phonenum {
   margin: 0;
   font-size: 23px;
}

.contact-info-container a {
   justify-content: flex-end;
}

.contact-info-container:before {
   border: none;
   width: 100vw;
   height: 300%;
   background: #d44147;
   left: -15px;
   top: -100%;
}

.contact-info-container:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 0;
   border-left: 60px solid #ffffff00;
   border-top: 80px solid #d44147;
   border-bottom: 80px solid #d44147;
   bottom: -50px;
   left: -75px;
}

#top-menu li {
   padding: 5px !important;
}

ul#top-menu {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 100%;
   position: relative;
}
   ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);background-color: #213e5a !important;border-color: #d44147 !important;position: fixed !important;top: auto;margin-top: 10px;}
ul.sub-menu li ul {
   top: 20px;
}
   #top-menu ul.sub-menu a {
       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;
   }

    
   .et_header_style_left #et-top-navigation nav>ul>li>a {
       color: #fff !important;
       padding-bottom: 0px !important;
   }

   .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
       color: #fff !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: 800px !important;
       min-height: 600px !important;
       background-position: 100% 40% !important;
   }

   .et_pb_fullwidth_header_container.center {
       max-height: 800px !important;
       min-height: 600px !important;
   }

   .entry-title {
       text-align: left;
   }

   .home .entry-title {text-align: left;}
   
.section-separator-up:after {
   border-bottom-width: 30px;
   border-left-width: 5vw;
   border-right-width: 75vw;
}

.section-separator-down:after {
   border-top-width: 30px;
   border-left-width: 75vw;
   right: 0;
}

.section-separator-down:before {
   border-top-width: 90px;
   border-left-width: 70px;
   border-right-width: 70px;
}

.section-separator-down span:before {
   right: 75px;
   border-left-width: 50px;
   border-right-width: 50px;
   border-top-width: 60px;
}

.badge-holder:hover {
    transform: scale(1.1);
    z-index: 999;
    background: #d44247;
}
   div#home-title-block .et_pb_image {
   max-width: 100%;
}
   /* SERVICES STYLE DESKTOP*/
   .srvBlockTitle p {
font-size: 32px;
}

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

   .srvElementImg img {
   height: 200px;
}

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

   .srvElementBody {
       /* height: 100%; */
   }

   .srvElementContent {
   /* height: 100%; */
   }

   .srvElementFullWidth .srvElementContent {
       height: auto;
   }

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

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

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

   div#homepage-gallery .et_pb_gallery_item {
       width: 25% !important;
   }
.estimate-section {
   display: flex;
   justify-content: center;
   align-items: center;
   max-width: 820px;
   margin: 0 auto;
}

.estimate-title {
   width: 200px;
   font-size: 32px;
}

.estimate-content {
   width: calc(100% - 250px);
   margin-left: 50px;
}

.estimate-title span {
   display: block;
}
.prjct-process-title {
   font-size: 32px;
}
.prjct-process-holder {
   max-width: 100%;
   justify-content: space-evenly;
}
.prjct-process-holder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    background: #213e5a;
    top: 43%;
}
   .prjct-process-box:hover {
   transform: scale(1.05);
}
   /* NAP SECTION DESKTOP */
   .homepage-nap h3 strong {
       /* font-size: 36px; */
       line-height: 1.5;
   }

   /* CONTACT SECTION DESKTOP */
   div#contact-section {
       max-width: 600px;
   }

   p.free-estimate-title {
       font-size: 36px;
       line-height: 1.5;
   }

   /* TESTIMONIALS SECTION DESKTOP */
   .testimonials-title {
       font-size: 36px;
       line-height: 1.5;
   }

   /* SERVICES LIST SECTION DESKTOP */

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

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

   .et_pb_sidebar_0.et_pb_widget_area_right {
       border-left: 1px solid rgb(6 45 91 / 20%);
   }

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

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

@media screen and (min-width: 1700px) {
.section-separator-up:after {
   border-right-width: 65vw;
   border-bottom-width: 40px;
   border-left-width: 6vw;
}

.section-separator-down:after {
   border-left-width: 65vw;
}

.section-separator-down:before {
   right: 9vw;
}

.section-separator-down span:before {
   right: 13vw;
}
   
}
/***** TESTIMONIALS FORM *****/

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
   background: #525252;
}

.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;
       background: linear-gradient(to bottom, #525252 0%, #1f1f1f 100%);
       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) {
   .homepage-services #servcss li {
       display: block;
   }

   .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%;
   }
.et_pb_post h2.entry-title,
.et_pb_title_meta_container,
.post-meta {
       text-align: center;
}
}
@media screen and (max-width:600px) {
  .header-button {
     flex-direction:column;
  }
  .header-button .booking-button-switch {
   margin-right: 0px;
}  
}
/*CODE FOR THE BLOG*/
.et_pb_title_meta_container, .post-meta {
   text-align: center;
}
.post-content-inner {
   text-align: justify;
}
.single-post div#main-content .post {
   padding-bottom: 0 !important;
   margin-bottom: 0 !important;
}

.single-post .et_pb_post .entry-content {
text-align: justify;
}
.single-post .et_pb_section {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}
.single-post article {
   padding-bottom: 0px !important;
   margin-bottom: 0px !important;
}
.single-post div#main-content .container {
   padding: 77px 0 !important;
}
#main-content .container {
   padding: 77px 0 !important;
}

#main-content .container h1 {
   color: #000000 !important;
}

#main-content .container h2 {
   font-size: 24px !important;
}

@media(min-width: 981px){
  .et_pb_title_meta_container, .post-meta {
   text-align: left;
}
}
/* reviews */

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

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

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

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

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

.external-review-text {
 overflow: hidden;
 -webkit-line-clamp: 3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 margin: 10px auto;
 text-align: center;
 padding: 0 25px;
 width: 95%;
 color: #000;
 font-weight: 300;
 position: relative;
}
.external-review-text:before {
   content: '\f10e';
   font-family: 'FontAwesome';
   position: absolute;
   left: 5px;
   top: 0;
   opacity: 0.5;
}
.external-review-text:after {
   content: '\f10d';
   font-family: 'FontAwesome';
   position: absolute;
   right: 5px;
   bottom: 0;
   opacity: 0.5;
}
a.add-reviews-link {
   color: #ed9e02;
   text-transform: uppercase;
   border-radius: 5em;
   font-size: 14px;
   font-weight: 600;
   margin-top: 20px;
   width: 200px;
   transition: 0.3s ease-out;
   display: block;
}

div#external-reviews {
   padding: 0 !important;
   background: #63d471;
}

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

}
   .static-external-review-container .external-reviews-holder {
       min-height: 420px;
       justify-content: center;
   }

.review-origin-brand {
    position: absolute;
}
}
/* end reviews */

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

.nav-arrows button{background: #d44147;border-color: #d44147;width: 40px;height: 40px;border-style:solid;}

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


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


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

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

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

.slogan-text {
   background: #d44147;
   display: inline;
   padding: 10px 20px;
   color: #222;
   border-radius: 20px;
   text-transform: capitalize;
}

@media (max-width: 480px) {
  .slogan-text {
   font-size: 16px;
   padding: 0;
   background: unset;
   line-height: 1.2em;
}
  #slogan-txt .et_pb_text_inner {
   background: #d44147;
   border-radius: 30px;
   line-height: 1.2em;
   padding: 10px;
}
}

.cs1 {
   background: #000000;
   color: #fff;
}

.cs1 h2 {
   color: #fff;
}

#cont-sec img, .cs2 img {
   height: 100%;
   object-fit: cover;
   width: 100%;
}
#cont-sec .et_pb_image_wrap, #cont-sec .et_pb_image, .cs2 .et_pb_image_wrap, .cs2 .et_pb_image {
   height: 100%;
   width: 100%;
}
#cont-sec .et_pb_row, .cs2 .et_pb_row { 
  display: flex;
}
.srvAdd .srvElementBody {
    width: 100%;
}
@media (max-width: 980px) {
  .cs1 .et_pb_row {
     flex-direction: column-reverse;
  }
  .cs2 .et_pb_row {
   display: block !important;
}
  .cs1 img {
     margin-bottom: 30px;
  }
}
.cs1 {
    background: #213e5a;
    color: #fff;
}

.nav-arrows button svg {
    color: #fff;
}

@media(max-width: 1024px) and (min-width: 1024px){
	#top-menu li {
    font-size: 12px!important;
}
}