html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 1080px;
    width: 95%;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 !important;
    margin: 5px 0 !important;
}
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;
    margin: 0;
    box-sizing: border-box;
}
.container {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    /* justify-content: center !important; */
}

.section-about .container {
    flex-direction: column-reverse;
}
/*HEADER STYLES*/
header#main-header {
    background: #C51E30;
    padding: 10px 0;
    box-sizing: border-box;
}
.header-menu-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.logo-container {
    display: flex;
    justify-content: center;
    order: 1;
}
.logo-container a {
    text-align: center;
    color:#F6B551;
    text-decoration:none;
    font-weight:800;
    font-size: 26px;
}
.logo-container img {
    width: 85% !important;
    object-fit: contain;
    object-position: center;
    max-width: 300px;
}
.contact-info {
    order: 2;
    background: #040404;
    margin-bottom: 10px;
    position: relative;
    margin-top: 25px;
    box-sizing: border-box;
}
.contact-info-container {
    position: relative;
    padding-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-info-container:before {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 20px solid #040404;
    position: absolute;
    content: '';
    left: -2.5%;
    top: -19px;
    z-index: 0;
}
.contact-info-container a {
    text-decoration: none;
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 999;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
.contact-info-container a p{
    margin: 0;
}
.contact-info-container i {
    margin-right: 10px;
}
.desktop-menu {
    display: none;
}
/* MOBILE NAV */
.mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    order: 3;
    transition: 0.2s;
    position: relative;
}
.mobile-nav .dont-change {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile-nav .select-page {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-menu-bar {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #C51E30;
}
/* Mobile Menu (Initially hidden) */
.mobile-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    background-color: #333;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    transition: max-height 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    top: 47px;
}
/* Animated menu open */
.mobile-menu.menu-open {
    border-top: 2px solid #C51E30;
    max-height: 300px;
   /* Adjust based on your menu size */
    background-color: #1b1a1f;
    position: absolute !important;
    top: 47px;
    padding: 7px;
}
.mobile-menu .menu-item {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.mobile-menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}
/* Header */
/* section first */
.section-first {
    max-height: 500px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-first img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    filter: brightness(0.4);
    z-index: -1;
}
.header-content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    text-align: center;
}
.ws-slogan {
    font-size: 20px;
    text-align: center;
   /*padding-bottom: 10px;
   */
    color: #fff;
}
.header-title h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.header-msg {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}
.header-msg a {
    color: #C51E30;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000;
}
.header-msg a:hover {
    color: #e4162d;
}
.header-title span {
    font-weight: bold;
    color: #C51E30;
}
.rating-header p {
    font-size: 15px;
    line-height: 1;
}
.stars-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e4162d;
    line-height: 1;
    padding-bottom: 5px;
}
.rating-header {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.header-button {
    display:flex;
    align-items:center;
    justify-content:center;
}
/* .header-button .booking-button-switch {
    margin-right: 15px;
} */

.header-button .button:first-of-type {
    margin-right: 15px;
}

@media (max-width: 590.9px) {
    .header-button {
        flex-direction: column;
    }
    .header-button .button:first-of-type {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.button {
    background: #C51E30;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    width: 265px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}
.button:hover {
    background: #e4162d;
    /* color: #000; */
}
/* SECTION SEPARATORS */
.section-separator-up {
   display: block;
   position: relative;
}
.section-separator-up:after {
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 90vw solid transparent;
    border-bottom: 5vw solid #C51E30;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 999;
}
.section-separator-down {
    position: relative;
}
.section-separator-down:after {
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-right: 0vw solid transparent;
    border-top: 5vw solid #C51E30;
    position: absolute;
    content: '';
    top: 0;
    z-index: 999;
}
.section-separator-down:before {
    width: 0;
    height: 0;
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 11vw solid #C51E30;
    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 #C51E30;
    position: absolute;
    content: "";
    top: 0;
    right: 9vw;
}
section.section-badges {
    background-color: #2B2B2B !important;
    padding: 30px 0;
}
section.section-badges p {
    color: #fff;
    text-align: center;
    margin: 1px 0 10px 0 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}
section.section-badges p a {
    color: #F6B551;
}
.section-about {
    padding: 80px 0;
    background-color: #fff!important;
    text-align: center;
}
.section-about .container {
    position: relative;
    color: #000!important;
}
.section-about .title {
   color: #C51E30;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
   text-shadow: 1px 1px 5px #fff;
}
.section-about .sub-title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #c4c4c4!important;
}
.section-about .content {
    text-align: justify;
}
.section-about img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-about .img {
    position: relative;
    overflow: hidden;
    WIDTH: 80%;
    max-width: 400px;
    margin: 20px auto;
}
.section-about .img:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #C51E30;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #000000;
}
.section-services, section#projects {
    padding: 80px 0;
    background: #fff;
    border-bottom: 15px solid #C51E30;
}
.section-services .container {
    position: relative;
}
section#services p.content {
    text-align: justify;
}
.section-services .title {
   color: #C51E30;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-shadow: 1px 1px 5px #fff;
   text-align: center;
}
.section-services .sub-title {
   text-align: center;
   font-weight: 600;
   text-transform: uppercase;
   color: #c4c4c4 !important;
}
.section-services .container > div {
    text-align: center;
    color: #c4c4c4 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-services .img img {
    object-fit: cover;
    position: relative;
    width: 100%;
}
.section-services .img {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}
.section-services .img:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -45px;
    right: -49px;
    background: #F6B551;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #000000;
}
.services-boxes{
    padding:0;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.services-boxes li{
    padding:20px;
    margin: 10px;
    background: #2B2B2B;
    box-shadow: 0 0 3px #C51E30;
    text-align:left;
    color:#e6e6e6;
    list-style:none;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 555px;
}
.services-boxes li img {
    
width: 100%;
    
object-fit: cover;
    
height: 250px;
}
@media (max-width: 767.9px) {
    .services-boxes li {
        width: 100%;
        height: fit-content;
    }
    .services-boxes li img {
        width: 100%;
    }
}
.services-boxes li span{
    display:block;
    font-weight:900;
    color:#fff;
}
.section-features {
    padding: 80px 0;
    background-color: #2B2B2B !important;
    text-align: center;
    color: #fff!important;
}
.section-features .container{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}
.section-features .title-container{
    width:100%;
}
.section-features .title {
   color: #C51E30;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
   width:100%;
}
.section-features ul {
    padding: 0;    
    width:100%
}
.section-features ul li {
    list-style-type: none;
    padding: 10px 0;
    text-align: justify;
}
.section-features .email-form{
    width:100%;
    /* background:red; */
    display:flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.section-features .email-form h4{
    background:#F6B551;
    padding: 20px 0 0;
    border-radius:10px 10px 0 0;
    /* box-shadow:2px 2px 5px #000; */
    width:100%;
    margin-bottom: 0;
    color: #fff;
}
.section-features .email-form h4 span{
    color: #1b1a1f;
}
.section-features .email-form form{
    background:#F6B551;
    padding:20px;
    border-radius: 0 0 10px 10px;
    /* box-shadow:2px 2px 5px #000; */
    width:100%;
}
.section-features .email-form form .form-row{
    border-radius:5px;
    padding:10px;
    width:100%;
}
.section-features .email-form form .form-row input{
    border-radius:5px;
    padding:5px;
    width:100%;
    border:none;
}
.section-features .email-form form .form-row button{
    border-radius:5px;
    padding:5px;
    width:100%;
    background: #1b1a1f;
    color: #fff;
    font-weight: 900;
    border: none;
    transition:0.2s;
}
.section-features .email-form form .form-row button:hover {
    background: #454448;
    color: #ffffff;
}
.prjct-process-container {
    width: 95%;
    max-width: 1080px;
    margin: auto;
}
.prjct-process-title {
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.prjct-process-title span {
    color: #C51E30;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
.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 #C51E30;
    background: #fff;
    color: #000;
    position: absolute;
    top: -23px;
    z-index: 99;
}
.prjct-process-border-box {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    background: #1b1a1f;
}
.prjct-content {
    text-align: center;
    line-height: 1.2;
    font-size: 19px !important;
    padding-top: 15px;
    color: #000;
}
.prjct-content strong{
    color: #C51E30;
    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 #C51E30;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.prjct-icon:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -53px;
    right: -53px;
    background: #C51E30;
    z-index: 999;
    transform: rotate(45deg);
    border-left: 10px solid #fff;
}
.prjct-icon .fa {
    color: #fff;
}
/* Gallery */
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 0;
    text-align: center;
}

    .gallery-section {
        display: flex;
        justify-content: center;
        padding: 80px 0;
        background-color: #2B2B2B !important;
        border-bottom: 15px solid #C51E30;
    }

.lp-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.lp-gallery a {
  width: 44vw;
  height: 44vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 5px 5px;
}

.lp-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


@media (min-width: 981px) {
  .lp-gallery a {
    width: calc(91vw/3);
    max-width: 360px;
    height: calc(91vw/3);
    max-height: 360px;
  }
}
/* END Gallery */
.section-review {
    padding: 80px 0;
    background-color: #fff!important;
    border-bottom: 15px solid #C51E30;
}
.reviews-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.section-review .title {
   color: #C51E30;
   font-weight: 500;
   border-bottom: 1px solid;
   padding-bottom: 10px;
   font-family: 'Oswald', sans-serif;
   font-size: 26px;
   text-align: center;
}
.section-review .review-body {
    text-align: center;
    color: #ffffff;
    padding: 20px;
    background-color: #2B2B2B;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 5px !important; */
}
p.review-title {
    font-size: 19px;
    font-weight: 600;
}
.section-review .review-content {
    text-align: justify;
    order: 3;
}
.section-review .review-name {
    color: #ffffff;
    text-align: left;
    order: 1;
    /* width: 100%; */
    border-right: 3px solid #fff;
    padding-right: 10px !important;
}
.section-review  .review-google {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.section-review  .review-google img {
    
width: 110px;
    
margin-left: 10px;
}
.section-review .review-star i {
    color: #F6B551 
}
.review-star {
    display: flex;
    order: 2;
}
.review-star i {
    margin: 5px;
}
.section-contact {
    padding: 80px 0;
    background-color: #1b1a1f94 !important;
    background-image: url(../img/estimates-bg.webp);
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    background-blend-mode: overlay;
}
.section-contact .content {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    margin-bottom: 0;
}
.section-contact .content a {
    color: #C51E30;
    font-weight: 900;
    text-decoration: none;
    text-shadow: 1px 1px 5px #000;
}
.section-contact .content a:hover {
    color: #e4162d;
}
.link-button {
    background: #F6B551;
    background-size: contain;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s;
}
.link-button:hover {
    background: #1b1a1f;
}
.estimate-title {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    text-align: center;
}
.estimate-title span {
    color: #F6B551;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px 5px #000;
}
.estimate-content {
    line-height: 1.6;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
footer {
    padding: 25px 0;
    background: #2B2B2B;
}
footer .footer-content {
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    font-weight: 900;
    text-shadow: 1px 1px 10px #000000;
}
@media (min-width:600px) {
    .section-features ul {
        columns: 1;
        column-gap: 20px;
        padding: 0;
        list-style-type: none;
   }
    .section-features ul li {
        break-inside: avoid;
        padding: 10px 0;
   }
}
@media (min-width: 981px) {
    /* header#main-header {
        overflow: hidden;
   }
    header>.container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
   }
    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
   }
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
   }
    .logo-container a {
        text-align: center;
        width: 100%;
   }
    .logo-container img {
        width: 100% !important;
        object-fit: contain;
        object-position: center;
   }
    .contact-info {
        order: 3;
        background: #F6B551;
        position: relative;
        margin: 0;
        height: 100%;
        padding: 15px;
   }
    .contact-info-container a {
        text-decoration: none;
        display: flex;
        height: 100%;
        line-height: 1.5;
        align-items: center;
        justify-content: center;
        color: #000;
        z-index: 9999;
        font-weight: 800;
        z-index: 5;
        position: relative;
   }
    .contact-info-container {
        padding: 0;
   }
    .contact-info-container i {
        margin-right: 10px;
   }
    .contact-info-container:before {
        border: none;
        width: 100vw;
        height: 500%;
        background: #F6B551;
        left: -15px;
        top: -200%;
   }
    .contact-info-container:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 60px solid #ffffff00;
        border-top: 80px solid #F6B551;
        border-bottom: 80px solid #F6B551;
        bottom: -65px;
        left: -74px;
   }
    .desktop-menu {
        display: flex;
        flex-direction: row;
        order: 2;
   }
    .desktop-menu .menu {
        display: flex;
        flex-direction: row;
       /* justify-content: space-between;
        */
        /*align-items: center;
   }*/
    /*.desktop-menu .menu .menu-item {
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        padding: 10px;
   }
    .desktop-menu .menu .menu-item a {
        color: #ffffff;
        text-decoration: none;
   } */
   /* MOBILE NAV */
    /* .mobile-nav {
        display: none;
   } */
   /* Header */
   /* section first */
    .section-first {
        max-height: 800px !important;
        min-height: 600px !important;
   }
    .section-first img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
        filter: brightness(0.5);
   }
    .section-first .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
   }
    .section-first h1 {
   }
    .section-first h1 span {
        color: #C51E30;
        text-shadow: 1px 1px 5px #000;
   }
    .section-first .section-separator-up:after {
        width: 0;
        height: 0;
        border-left: 10vw solid transparent;
        border-right: 90vw solid transparent;
        border-bottom: 5vw solid #F6B551;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 9999 
   }
    .section-badges {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #000000;
        color: #ffffff;
        font-weight: 600;
   }
    .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: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;
   }
    .section-badges p {
        text-align: center;
   }
    .section-badges p a {
        color: #F6B551;
        text-decoration: none;
        font-weight: 900;
   }
    .section-badges p span {
        font-weight: 900;
        border-bottom: 2px solid #F6B551;
   }
    .section-about {
        text-align: left;
   }
    .section-about .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
   }
    .section-about .container > div{
        width:48%;
        max-width: 100%;
        margin-left: 0;
   }
    .section-about .title {
        text-align: left;
        border-bottom: 2px solid #C51E30;
        margin-top: 0;
   }
    .section-about .sub-title {
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
   }
    .section-about .content {
        text-align: justify;
   }
    .section-about img {
        object-fit: cover;
        width: 100%;
        height: 450px;
   }
    .section-services {
   }
    .section-services .container, section#projects .container {
        position: relative;
        display: flex;
        flex-direction: row;
        /* align-items: center;
        */
        justify-content: space-between;
   }
    .section-services .title {
        text-align: left;
   }
    .section-services .sub-title {
        text-align: left;
   }
    .section-services .container > div {
        text-align: justify;
        width: 100%;
   }
    .section-services .img{
        width: 48%;
        object-fit: cover;
        max-width: 100%;
        margin-right: 0;
   }
    .section-services img {
        object-fit: cover;
        width: 100%;
        height: 100%;
   }
    .section-features {
   }
    .section-features .title {
        text-align: left;
   }
    .section-features ul {
        width:100%;
        padding: 0;
   }
    .section-features ul li {
        list-style-type: none;
        padding: 10px 0;
        text-align: left;
   }
    .section-features .email-form{
        width:50%;
        /* background:red; */
        display:flex;
        justify-content:center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .section-features .email-form h4{
        width:80%;
    }
    .section-features .email-form form{
        width:80%;
    }
    .prjct-process-holder {
        max-width: 100%;
        justify-content: space-evenly;
   }
    .prjct-process-holder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 15px;
        background: #C51E30;
        top: 43%;
   }
    .prjct-process-box:hover {
        transform: scale(1.05);
   }
    .section-review {
   }
    .section-review .title {
        text-align: left;
   }
    .section-review .container {
       display: flex;
       flex-wrap: wrap;
       flex-direction: unset;
       justify-content: space-between;
   }
    .section-review .container div {
        width: 100%;
   }
    .section-review .review-body {
        text-align: center;
        color: #ffffff;
        padding: 20px;
        background-color: #2B2B2B;
        margin: 20px 4px 0 4px;
        width: 49% !important;
        height: 273px;
   }
    .section-review .review-content {
        text-align: justify;
   }
    .section-review .review-name {
        color: #ffffff;
   }
    .section-review .review-star i {
        color: #F6B551;
   }
    .section-contact {
   }
    .section-contact .content {
        text-align: left;
        margin-top: 0;
   }
    .estimate-section {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 820px;
        margin: 0 auto;
   }
    .estimate-title {
        width: 200px;
        font-size: 32px;
        text-align: left;
   }
    .estimate-content {
        width: calc(100% - 250px);
        margin-left: 50px;
        text-align: left;
   }
    .estimate-title span {
        display: block;
   }
    footer {
   }
    footer .footer-content {
        color: #ffffff;
        text-align: center;
   }
}

@media (min-width: 1091px) {
    header#main-header {
        overflow: hidden;
   }
    header>.container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
   }
    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
   }
    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 340px;
   }
    .logo-container a {
        text-align: center;
        width: 100%;
   }
    .logo-container img {
        width: 100% !important;
        object-fit: contain;
        object-position: center;
   }
    .contact-info {
        order: 3;
        background: #F6B551;
        position: relative;
        margin: 0;
        height: 100%;
        padding: 15px;
   }
    .contact-info-container a {
        text-decoration: none;
        display: flex;
        height: 100%;
        line-height: 1.5;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 9999;
        font-weight: 600;
        z-index: 5;
        position: relative;
        margin: 0 5px;
        font-size: 20px;
   }
    .contact-info-container {
        padding: 0;
   }
    .contact-info-container i {
        margin-right: 10px;
   }
    .contact-info-container:before {
        border: none;
        width: 100vw;
        height: 500%;
        background: #040404;
        left: -15px;
        top: -200%;
   }
    .contact-info-container:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 60px solid #ffffff00;
        border-top: 80px solid #040404;
        border-bottom: 80px solid #040404;
        bottom: -56px;
        left: -75px;
   }
    .desktop-menu {
        display: flex;
        flex-direction: row;
        order: 2;
   }
    .desktop-menu .menu {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between;
        */
        align-items: center;
   }
    .desktop-menu .menu .menu-item {
        color: #ffffff;
        text-decoration: none;
        list-style: none;
        padding: 10px;
   }
    .desktop-menu .menu .menu-item a {
        color: #ffffff;
        text-decoration: none;
   }
    .mobile-nav {
        display: none;
   }
}

.socials{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  
  .socials a{
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    background: #C51E30;
    align-items: center;
    justify-content: center;
    border-radius:5px;
    transition:0.2s;
    margin:0 10px;
  }
  
  .socials a:hover{
    background: #e4162d;
  }

.socials a img {
    width: 20px;
    height: auto;
    filter: invert(1);
}

  .socials a:hover img {
    filter: invert(0);
  }


#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: #81d742;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        border: none;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
    }

    #callnowbutton a img {
        height: 2em;
    }
}


.section-services li {
    color: #fff;
    text-align: justify;
}


@media (max-width: 1090.9px) {
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #2B2B2B;
    }
    
    body {
        padding-top: 46px;
    }

    .mobile-menu.menu-open {
        position: fixed;
        top: 43px;
        /* z-index: 1000000; */
        left: 0;
        width: 100%;
        background-color: #2B2B2B;
    }
}

@media (min-width: 1091px) {
    header#main-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        background: #c51e30;
    }

    .header-menu-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .desktop-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        order: 2;
    }

    .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
    }

    body {
        padding-top: 60px;
    }
}


/* BADGES STYLE */
div#home-badges-section {
	background-color: #0e0900 !important;
	background-size: auto;
	background-image: url(/wp-content/uploads/2022/08/wood-bg.png);
	background-repeat: repeat;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #C51E30;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 200px;
	padding: 15px 5px 22px 5px;
	/* margin-top: 10px; */
	margin: 10px 5px 30px 5px;
	/* margin-bottom: 30px; */
	/* border-radius: 8px; */
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
	font-family: 'Nunito', sans-serif;
	border: 1px solid #C51E30;
}

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

p.badge-content {
	color: #fcfffc;
	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: 'Oswald', sans-serif;
}

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

.badge-title {
	background: #040404;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #fff;
	font-weight: bold;
	/* border-radius: 8px; */
}

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