body{
    font-family: "Poppins", sans-serif;
    background: #000;
}

.container{
    max-width: 1500px;
    margin: auto;
}

h1,h2,h3,h4,h5{
    letter-spacing: 0px;
     font-family: "Montserrat", sans-serif;
}

p,a{
    letter-spacing: 0;
}

i{
    color: #f0be49;
}

:hover{
    transition: all 800ms;
}

h1{
    font-weight: bold;
    letter-spacing: 2px;
}

.page h1{
    letter-spacing: 0;
}

h2{
    font-size: 20px;
    color: #f0be49;
    text-align: center;
      margin-bottom: 0;
      text-transform: uppercase;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #f0be49;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 140px;
  height: 2px;
  background-color: #f0be49;
}

h3{
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    margin-top: .25em;
}

a, a:hover{
    color: #f0be49;
    cursor: pointer !important;
}

a.btn{
    border: 2px solid #f0be49;
    font-weight: bold;
    font-size: 20px;
    color: #f0be49;
}

a.btn:hover{
    background: #f0be49;
    color: #000;
}

 a.btn:hover i{
    color: #000;
 }

:focus{
    outline: none !important;
}

p, li{
    font-size: 16px;
    color: #CCC;
    line-height: 30px;
}

.page #header{
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-image: none;
    border-bottom: 2px solid #333;
}

.home #header{
        padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(../assets/images/banner-bg.webp);
    background-size:contain;
    background-position:top right;
    background-repeat: no-repeat;
}

.page .logo img{
    max-width:200px;
}

.home .logo img{
    max-width: 266px;
}

.header-desktop-row{
    display: flex;
    align-items: center;
}

.home .header-desktop-row{
    align-items: unset;
}

.inner-page{
    background: #222;
}

.inner-page h1{
    color: #FFF;
}

.inner-page .container{
    max-width: 1200px;
}

.inner-page h2{
    font-size: 26px;
    text-transform: none;
    margin-bottom: .75em;
    margin-top: .75em;
}

.inner-page h3{
    font-size: 22px;
    font-weight: 500;
}

.services-page h3{
    margin-top: 1.5em;
}

.list-3{
    columns: 3;
}

.list-2{
    columns: 2;
}

.inner-page ul li{
    font-size: 18px;
    line-height: 34px;
}

.services-page .title{
     padding: 5em;
     background-position: center;
}

.page-id-387 .services-page .title{
    background-image: url(../assets/images/kitchen.webp);
}

.page-id-397 .services-page .title{
    background-image: url(../assets/images/bathroom.webp);
}

.page-id-403 .services-page .title{
    background-image: url(../assets/images/painting.webp);
}

.page-id-423 .services-page .title{
    background-image: url(../assets/images/renovation.webp);
}

.page-id-434 .services-page .title{
    background-image: url(../assets/images/general-construction.webp);
}

.page-id-441 .services-page .title{
    background-image: url(../assets/images/drywall.webp);
}

.page-id-450 .services-page .title{
    background-image: url(../assets/images/carpentry.webp);
}

.page-id-457 .services-page .title{
    background-image: url(../assets/images/roof.webp);
}


.services-page .title h1{
    background: #000000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
}

#menu-main-menu{
    float: right;
    list-style: none;
    padding: 1.5em 0;
    margin: 0;
}

#menu-main-menu li{
    float: left;
    margin-left: 2.5em;
}

#menu-main-menu li a{
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: .75em;
}

#menu-main-menu li.current-menu-item a {
    color: #f0be49;
    border-bottom: 3px solid #f0be49;
}

#menu-main-menu .sub-menu{
    z-index: 999;
    position: absolute;
    width: auto;
    max-width: 328px;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #222;
    border-radius: 0;
    list-style: none;
    display: none;
    border: 1px solid #666;
}

#menu-main-menu .sub-menu li{
    margin-left: 0;
}

#menu-main-menu li:last-child a{
    border-right: 0;
    padding-right: 0;
}

#menu-main-menu .sub-menu li a{
    border-right: none;
    padding: 10px 14px;
    float: left;
    border-bottom: 1px solid #333;
    width: 100%;
    text-transform: none;
    font-size: 16px;
}

#menu-main-menu .sub-menu li a i{
    display: none;
}

#menu-main-menu .sub-menu li{
    width: 100%;
}

#menu-main-menu .sub-menu li a:hover{
        color: #f0be49;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu{
    display: block;
}

.banner-header p{
    color: #f0be49;
    font-weight: bold;
    font-size: 20px;
}

#get-estimate-home, .contact-page{
    background: rgb(0, 0, 0, .63);
    box-shadow: rgb(51, 51, 51) 0px 0px 8px;
    border: 2px solid #f0be49;
    float: right;
    max-width: 350px;
}

#get-estimate-home input, .page-id-75 input, #get-estimate-home select, .page-id-75 select, #get-estimate-home textarea, .page-id-75 textarea{
    background: rgb(0, 0, 0, .74);
    color: #FFF;
    width: 100%;
    font-size: 16px;
    margin-bottom: .8em;
    padding: .7em;
    border: 1px solid #f0be49;
}

.page-id-75 input:focus{
    border-color: #FFF;
}

#get-estimate-home input::placeholder, #get-estimate-home textarea::placeholder, .page-id-75 input::placeholder, .page-id-75 textarea::placeholder{
      color: #FFF;
}

#get-estimate-home ::placeholder{
    color: #07202a;
}

#get-estimate-home textarea, .page-id-75 textarea{
    height: 140px;
    resize: none;
}

#get-estimate-home h3{
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
}

#get-estimate-home .wpcf7{
    padding: 0 1em 1em;
}

#get-estimate-home .wpcf7 input[type="submit"], .page-id-75 input[type="submit"]{
    color: #000;
    padding: 1em;
    margin-bottom: 0;
    background: #f0be49;
    border: 1px solid #FFF;
}

#get-estimate-home p{
    margin-bottom: 0;
}

#get-estimate-home .wpcf7-response-output{
    margin: 0;
    padding: 0;
    color: RED;
    text-align: center;
    font-size: 14px;
}

.home-content, .our-process, .testimonials, .cta-home{
    background: #111;
}

.process-step, .process-arrow{
    float: left;
}

.process-step{
    Width: 18%;
    background: #000;
    border: 2px solid #f0be49;
    padding: .75em;
    min-height: 184px;
}

.process-step h4{
    color: #f0be49;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: .75em;
}

.process-arrow{
    width: 2.5%
}

.process-arrow i{
        text-align: center;
    width: 100%;
    font-size: 28px;
    padding: 0 5px;
}

.cta-home p{
    max-width: 1200px;
    margin: 0 auto;
}

.cta-home .call-cta{
    color: #f0be49;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

.areas-we-serve ul{
    list-style: none;
    padding: 0;
    columns: 3;
    max-width: 900px;
    margin: 0 auto;
}

.areas-we-serve ul li{
    font-size: 20px;
        line-height: 34px;
}

.footer-top .logo img{
    max-width: 200px;
}

.footer-top h3{
    font-size: 24px;
    color: #f0be49;
}

.footer-top ul{
    list-style: none;
}

.footer-top ul li{
    line-height: 32px;
}

.footer-top ul li a{
    color: #CCC;
    text-decoration: none;
}

.footer-top ul li a i{
    color: #f0be49;
}

.footer-top ul li.phone-footer a{
    font-size: 20px;
    font-weight: bold;
}

.footer-top ul.social-footer li{
    float: left;
    margin-right: 1em;
}

.copyright{
    background: #0f0f0f;
}

.copyright p, .copyright a{
    color: #FFF !important;
    font-size: 12px;
    line-height: normal;
}

#mmenu{
    position: absolute;
    top: 0px;
    right: calc(var(--bs-gutter-x)* .5);
}

#mobile-header .logo img{
    max-width: 180px;
    margin-bottom: .5em !important;
}

#mobile-header h2.phone {
    font-size: 24px !important;
    border: 3px solid #6fa742;
    padding: 6px;
}

.services-content img{
    border: 1px solid #f0be49;
}

.services-content ul{
    list-style: none;
}

.services-content h4{
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
}

.services-content a.btn{
        padding: .25em 1.5em;
    font-weight: normal;
}

.what-set-apart{
    background: #111;
    border: 1px solid #747474;
    padding: .75em;
    margin-bottom: 1em;

}

.what-set-apart i{
    text-align: center;
    width: 100%;
    font-size: 36px;
}

.testi-title{
    font-size: 18px;
    color: #FFF;
}

.testimonial-content{
    background: #000;
    border: 2px solid #f0be49;
}

.faq .accordion{
    max-width: 1100px;
    margin: 0 auto;
}

.faq .accordion-body{
    color: #CCC;
}

.faq .accordion-button{
        background: #111;
    color: #FFF;
    border: 2px solid #585858;
    border-radius: .5em !important;
}

.faq .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f0be49'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faq .accordion-button:focus{
    box-shadow: 0 0 0 0.25rem #f0be49;
}

.faq .accordion-item{
    margin-bottom: .75em;
        background: none;
            border: none;
}

.inner-content-li{
    list-style: none;
}

.inner-page ul{
    list-style: none;
    padding: 0;
}

#menu-footer-menu{
    padding: 0;
}

#menu-footer-menu li a:hover{
    color: #f0be49;
}

@media only screen and (max-width: 1300px) {
    .process-arrow i{
        padding: 0;
        font-size: 14px;
    }
}


@media only screen and (max-width: 1180px) {
    #menu-main-menu li a{
        font-size: 16px;
    }

    .logo img{
        max-width: 250px;
    }
	.carousel-control-prev{
	left: 0px;
}

.carousel-control-next{
	right: 0px;
}

}

@media only screen and (max-width: 980px) {
    .footer-top .logo img{
        margin: 0 auto;
        display:block;
    }
    h4, .services-content h4{
        font-size: 20px;
    }
    .footer-info p, .footer-info ul{
        text-align: center;
    }
    .process-step, .process-arrow{
        width: 100%;
        min-height: 0;
    }
    .process-arrow i{
        font-size: 22px;
        padding: .25em 0;
    }
    .process-step p{
        text-align: center;
    }
    .process-step h4{
        margin-bottom: .25em;
    }
    .banner h1 br{
      display: none;
    }
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 26px !important;
    }
    .home h3{
        font-size: 18px !important;
		margin-bottom: 12px !important;
    }
    p{
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .copyright p, .copyright a{
        font-size: 12px !important;
        line-height: normal !important;
    }


    .phone a{
        text-decoration: none;
    }

    .about h2 span{
        font-size: 18px;    
    }

    .title p{
        font-size:18px !important;
         line-height: normal !important;
    }

    #get-estimate-home h3{
        font-size: 20px;
    }

    .footer-top .footer-div{
        margin-bottom: 1.5em;
    }
    .contact-us h3{
        font-size: 18px !important;
    }
    .top-header li a, .top-header li i{
        font-size: 14px !important;
    }
    .inner-page ul{
        columns: 2;
    }
    .services-page .wp-block-image .alignright{
        margin: 0;
        margin-bottom: 2em;
    }
    .services-page .wp-block-image img{
        width: 100% !important;
    }

}

@media only screen and (max-width: 767px) {
    .inner-page ul{
        columns: 1;
    }

    .services-page .title{
        padding: 4em 0;
    }

    .inner-page ul li{
        font-size: 16px;
    line-height: 30px;
    }
    .page #header{
        background-color: #000;
    }

    .home #header{
        background-size: cover !important;
        background-color: #333;
        background-blend-mode: overlay;
    }
    .areas-we-serve ul{
        columns: 2;
    }
    .areas-we-serve ul li{
            font-size: 16px;
    line-height: 30px;
    }
    .accordion-button{
        font-weight: 600;
    }
    .banner-header p{
        text-align: center;
    }
    a.btn{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
    }
    #get-estimate-home{
        max-width: none;
        width: 100%;
    }
    .section-title::before, .section-title::after{
            width: 50px;
    }
    h1{
        font-size: 24px !important;
        text-align: center !important;
    }
    h2{
        font-size: 20px !important;
    }
    h3{
        font-size: 16px !important;
    }

    #get-estimate-home h3{
        font-size: 20px;
    }

	html{
		margin-top: 0 !important;
	}
	.banner{
		padding-left: 0 !important;
    	padding-right: 0 !Important;
	}
	#get-estimate-home .wpcf7{
		    padding: .5em 1em;
	}
	.carousel-control-prev, .carousel-control-next{
		display: none;
	}
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
		display: none;
    }
    .inner-page img{
        width: 100% !important;
    }
	.wp-block-image figure{
        margin: 0 0 15px;
        width: 100%;
	}
}


@media screen and (max-width: 389px) {
    .footer-info li{
        font-size: 13px;
    }
}



.mburger{
	color: #f0be49 !important;
    border: 1px solid #f0be49 !important;
        background: #111 !important;
}

.mm-panels{
	width: auto;
}

.mm-navbar{
    background: #f0be49 !important; 
}

.mm-navbar__title{
    color: #FFF !important;
}

.mm-panel{
	background: #222 !important;
}

#get-estimate-home .wpcf7-response-output{
	color: #FFF !important;
    margin-top: 1em;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
	color: #FFF;
}

.mm-listitem{
    border-color: #555;
}

.mm-btn_prev:before {
    border-color: #000 !important;
}
.mm-navbar a span{
    color: #000;
    font-weight: 600;
}

.mm-btn_next:after{
	border-color: #FFF !important;
}

#menu-main-menu-1 li a i.fa-caret-down{
	display: none;
}

.mm-menu_offcanvas {
      position: absolute;
    width: 80%;
min-width: 0;
}

#beforeAfter .carousel-control-prev, #beforeAfter .carousel-control-next{
	background: none !important;
}