/****************
common css
*****************/

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

button {
    border: none;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}


/*****************
navigation menu
*****************/

#header {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
}

.text {
    font-weight: 500;
    font-size: 15px;
    color: #222222;
}

.green-btn {
    background: #980B1F;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.625px;
    color: #FFFFFF;
    height: 100%;
    padding: 0 20px;
}

.green-btn a {
    color: white;
}

.drop-down {
    position: relative;
}

.nav {
    width: 100%;
    display: flex;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
}

.nav li {
    cursor: pointer;
}

.nav li a {
    padding: 15px;
    display: block;
    color: #222222;
}

.drop-down {
    position: relative;
}

.drop-down:hover .drop-down-list {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.drop-down-list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 70%;
    left: 14px;
    height: auto;
    min-width: 200px;
    width: auto;
    max-height: 400px;
    font-weight: 700;
    line-height: 15px;
    color: #222222;
    font-size: 13px;
    background-color: rgb(247, 247, 247);
    transition: all 0.5s;
    overflow-y: auto;
    z-index: 1;
}

.drop-down-list li {
    width: auto;
}

.drop-down-list li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 15px;
    color: #222222;
    width: auto;
    font-size: 13px;
    padding: 12px 5px;
}

.drop-down-list li:hover {
    background-color: #980B1F;
    color: white;
    cursor: pointer;
}

.drop-down-list li:hover a {
    color: white;
}


/******************
banner css
****************/

#banner {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-banner {
    background: url('../images/Homepage Image.png');
}

.residential-construction-banner {
    background: url('../images/Residential-construction-bg.png');
}

.commercial-construction-banner {
    background: url('../images/Commercial Construction.png');
}

.carpentry-banner {
    background: url('../images/carpentry-bg.png');
}

.custom-woodwork-banner {
    background: url('../images/concrete-work-bg.png');
}

.doors-banner {
    background: url('../images/doors-bg.png');
}

.flooring-banner {
    background: url('../images/flooring-bg.png');
}

.gutter-banner {
    background: url('../images/gutter-bg.png');
}

.elecrical-banner {
    background: url('../images/Electrical Baner.png');
}

.home-repaires-banner {
    background: url('../images/home-repaires-bg.png');
}

.home-repaires-banner {
    background: url('../images/home-repaires-bg.png');
}

.hvac-banner {
    background: url('../images/hvac-bg.png');
}

.painting-banner {
    background: url('../images/painting-bg.png');
}

.plumbing-banner {
    background: url('../images/plumbing-bg.png');
}

.roofing-banner {
    background: url('../images/roofing-bg.png');
}

.windows-banner {
    background: url('../images/windows-bg.png');
}

.wood-flooring-banner {
    background: url('../images/wood-flooring-bg.png');
}

.deck-construction-banner {
    background: url('../images/deck-construction-bg.png');
}

.general-contractor-banner {
    background: url('../images/general-contractor-bg.png');
}

.patio-construction-banner {
    background: url('../images/patio-construction-bg.png');
}

.patio-construction-banner {
    background: url('../images/patio-construction-bg.png');
}

.home-addition-banner {
    background: url('../images/home-additon-bg.png');
}

.framing-banner {
    background: url('../images/framing-bg.png');
}

.siding-banner {
    background: url('../images/siding-bg.png');
}

.basement-remodeling-banner {
    background: url('../images/basement-remodeling-bg.png');
}

.kitchen-remodeling-banner {
    background: url('../images/kitchen-remodeling-bg.png');
}

.commercial-remodeling-banner {
    background: url('../images/commercial-remodeling-bg.png');
}

.residential-remodeling-banner {
    background: url('../images/residential-remodeling-bg.png');
}

.custom-countertrops-banner {
    background: url('../images/custom-countertrops-bg.png');
}

.custom-cabinets-banner {
    background: url('../images/custom-cabinets-bg.png');
}

.tile-flooring-banner {
    background: url('../images/tile-flooring-bg.png');
}

.bathroom-remodeling-banner {
    background: url('../images/bathroom-remodeling-bg.png');
}

.banner-title {
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
}

.yellow-btn {
    background: #980B1F;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.625px;
    color: white;
}

.yellow-btn a {
    color: white;
}

.banner-btn {
    padding: 15px 30px;
}


/********************
feature css
**********************/

.feature-img {
    border-bottom: 1px solid #E8E8E8;
}

.feature-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.feature-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}


/**************
our service css
****************/

#our-services {
    background-color: #F5F5F5;
    background: url('../images/ourservice-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-color: #F5F5F5;
}

.our-services-pre-title {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #888888;
    border-bottom: 2px solid #FEB32F;
    padding-bottom: 10px;
}

.section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    /* identical to box height, or 135% */
    color: #222222;
}

.section-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    color: #888888;
}

.view-more-service {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #222222;
}

.view-more-service:hover {
    color: #222222;
}

.view-more-service img {
    width: auto !important;
    display: inline !important;
}

.service-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}

.service-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.service-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
    position: relative;
}

.carousel-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: #222222;
    top: 0;
    left: 0;
    opacity: 0;
}

.our-services-carousel-nav {
    width: calc(100% + 100px);
    z-index: 9999;
    transform: translateY(-50%);
}

.our-services-carousel-nav .previous {
    transform: translateX(-60px);
    cursor: pointer;
}

.our-services-carousel-nav .next {
    transform: translateX(60px);
    cursor: pointer;
}

#our-services .owl-nav {
    display: none;
}

#our-services .owl-dots {
    display: none;
}


/****************
experience worksmanship css
******************/

.experience-worksmanship-pretitle {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 1px;
    color: #FF9827;
}

.experience-worksmanship-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}


/*******************
customer-testimonial css
******************/

#customer-testimonial {
    background: url('../images/cutomer-testimonial-bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-color: #F5F5F5;
}

#customer-testimonial .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}

#customer-testimonial .owl-theme .owl-dots .owl-dot.active span,
#customer-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #222222;
}

#customer-testimonial .owl-theme .owl-dots .owl-dot span {
    background: #D1D1D1;
}

#customer-testimonial .owl-nav {
    display: none;
}

.testimonial-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.0885599);
}

.author {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #222222;
}

.designation {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #888888;
    font-style: italic;
}

.rating i {
    color: #FFAF0B;
}

.testimonial {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}

.divider {
    outline: 1px solid #888888;
    margin: 0 20px;
}

.customer-testimonial-nav .prev,
.customer-testimonial-nav .next {
    cursor: pointer;
}

.testimonial-carousel .owl-dots {
    margin-top: 20px;
}

#customer-testimonial .owl-carousel .owl-stage {
    display: flex;
}

#customer-testimonial .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#customer-testimonial .testimonial-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


/***************
past work
***************/

.our-work-img {
    display: block;
}

.our-work-img img {
    width: 100%;
}

.add {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.our-work-img .black-screen {
    opacity: 0;
    transition: all 0.5s;
}

.our-work-img:hover .black-screen {
    opacity: 0.5;
}

.our-work-img:hover .add {
    top: 50%;
    opacity: 1;
}


/*****************
construction-detail css
********************/

.construction-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    /* identical to box height */
    color: #182333;
}

.construction-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}


/* .construction-points {
    padding-left: 40px;
}
 */

.construction-points li {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222222;
    display: flex;
    padding: 5px 0;
    align-items: start;
}

.construction-points li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #FEB32F;
    border-radius: 50%;
    display: block;
    margin: 0 15px 0 0;
    /* margin-bottom: 2px; */
    margin-top: 5px;
    flex-shrink: 0;
}


/*****************
get-quote-form
*******************/

.form-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.form-subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #888888;
}

#get-quote-form form input,
#get-quote-form form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    outline: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #222222;
    border-bottom: 2px solid #DBDBDB;
    padding-left: 0;
}

#get-quote-form form input::placeholder {
    color: #888888;
}

#get-quote-form form input:focus,
#get-quote-form form textarea:focus {
    border-bottom: 2px solid #FEB32F;
}


/*********************
testimonial page css
*******************/

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev-page-link {
    margin-right: 20px;
}

.next-page-link {
    margin-left: 20px;
}

.prev-page-link a {
    color: #888888;
}

.next-page-link a {
    color: #888888;
}

.page-link {
    border: none;
}

.page-link a {
    color: #888888;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.page-link.active {
    background: #FEB32F;
}

.page-link.active a {
    color: white;
}


/**************
Contact page css
*****************/

.aside-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #222222;
    margin-bottom: 15px;
}

.aside-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #888888;
}

.contact-form label {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #222222;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 50px;
    background-color: #F3F3F3;
    border: none;
    outline: 0;
    padding: 15px;
    color: #222222;
}

.contact-form textarea {
    height: auto;
}

.contact-form input:focus,
.contact-form textarea:focus {
    background: transparent;
    outline: 1px solid #FEB32F;
    color: #FEB32F;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #888888;
}

.form-note {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #888888;
}


/******************
about us page
*******************/

#about-us .feature-title {
    font-size: 18px;
}

#customer-offer {
    background-color: #F3F3F3;
}

.offer-container {
    padding-top: 100%;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.251612);
}

.offer-box {
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: white;
    padding: 30px 25px;
}

.active-container .offer-box {
    outline: 1px solid #EAEAEA;
}

.active-container .offer-box .offer-title {
    color: #FEB32F;
}

.active-container .offer-box .offer-img img {
    filter: brightness(0);
}

.offer-container::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background: #FEB32F;
    top: 25px;
    left: 25px;
    /* z-index: -1; */
    transition: all 0.25s;
}

.active-container::before {
    top: 0;
    left: 0;
}

.offer-container::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    background: #FEB32F;
    bottom: 25px;
    right: 25px;
    /* z-index: -1; */
    transition: all 0.25s;
}

.active-container::after {
    bottom: 0;
    right: 0;
}

.offer-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #222222;
}

.offer-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    text-align: center;
    color: #888888;
}

.offer-read-more {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #222222;
}

.offer-read-more:hover {
    color: #222222;
}


/************
footer
*************/

#footer-ad {
    background: gray;
}

.footer-ad-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    /* identical to box height */
    color: white;
}

#footer {
    background-color: black;
}

.footer-paragraph {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* or 160% */
    color: #FFFFFF;
}

.footer-link {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.footer-link-head {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 40px 0 25px 0;
    border-bottom: 2px solid;
}

.footer-link-list {
    padding-top: 10px;
}

.footer-link-list a {
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    /* or 227% */
    color: #FFFFFF;
}

.footer-form {
    padding-top: 10px;
}

.footer-form input {
    width: 100%;
    padding: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #888880;
    outline: 0;
    border: none;
}

.footer-btn {
    padding: 15px;
}

.copy-right {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
}

.terms-cond {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    color: #FFFFFF;
}

.white-cirlce {
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 20px;
    display: inline-block;
    padding-top: 10px;
}


/******************
mobile nav
******************/

.mobile-menu {
    top: 112px;
    width: 100%;
    display: none;
    z-index: 5;
}

.mobile-menu li {
    margin: 8px 0;
    text-transform: uppercase;
}

.mobile-menu li a {
    color: #222222;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.mobile-menu li a:hover {
    color: #6D702D;
}

.drop-down-list-mobile {
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    transition: all 0.25s;
}

.drop-down-list-mobile li a {
    font-weight: 400;
}


/* .opend-drop-down .drop-down-list-mobile {
    height: auto;
} */

.closed-drop-down .drop-down-list-mobile {
    height: 0px;
}

.opend-dropdown .bar-img {
    display: none;
}

.opend-dropdown .cross-img {
    display: block !important;
}

.drop-down {
    position: relative;
}

.open-drop-down-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0.5;
    top: 0;
    left: 0;
}

@media(max-width:1200px) {
    .our-services-carousel-nav {
        top: 100% !important;
        position: relative !important;
        margin-top: 50px;
    }
    .our-services-carousel-nav .next {
        transform: translateX(20px);
    }
    .our-services-carousel-nav .previous {
        transform: translateX(-20px);
    }
}

@media(max-width:992px) {
    .border-top-lg {
        border-top: 1px solid #E8E8E8;
    }
    .banner-title {
        font-size: 50px;
    }
}

@media(max-width:768px) {
    .section-title {
        font-size: 30px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .footer-ad-title {
        font-size: 30px;
    }
    .offer-container {
        width: 80% !important;
        padding-top: 80% !important;
        margin: 0 auto;
    }
}

@media(max-width:576px) {
    .border-top-lg {
        border-top: 1px solid #E8E8E8;
    }
    .banner-title {
        text-align: center;
        font-size: 40px;
    }
    .banner-btn {
        display: block;
        margin: 0 auto;
    }
    .feature-title {
        font-size: 20px;
    }
    .section-title {
        font-size: 25px;
    }
    .offer-box {
        padding: 30px 0px;
    }
}

@media(min-width:992px) {
    .mobile-menu {
        display: none !important;
    }
}

#footer .container div div img {
    width: 60% !important;
}

.exterior_painting {
    background: url('../images/services/Exterior_Painting.png') !important;
}

.interior_painting {
    background: url('../images/services/Interior_Painting.png') !important;
}

.cabinet_refinishing {
    background: url('../images/services/Cabinet_Refinishing.png') !important;
}
.concrete_staining {
    background: url('../images/services/Concrete_Staining.png') !important;
}
.crown_molding {
    background: url('../images/services/Crown_Moldings.png') !important;
}
.drywall_repair {
    background: url('../images/services/Drywall_Repair.png') !important;
}
.deck_staining {
    background: url('../images/services/Deck_Staining.png') !important;
}
.powerwashing {
    background: url('../images/services/Powerwashing.png') !important;
}
.colour_consultation {
    background: url('../images/services/Colour_Consultation.png') !important;
}
.tile_installation {
    background: url('../images/services/Tile_Installation.png') !important;
}
.repair_and_renewal {
    background: url('../images/services/Repair_and_Renewal.png') !important;
}
.kitchen_remodeling {
    background: url('../images/services/Kitchen_Remodeling.png') !important;
}
.bathroom_remodeling {
    background: url('../images/services/Bathroom_Remodeling.png') !important;
}
.exterior_walls_and_floors {
    background: url('../images/services/Exterior_Walls_and_Floors.png') !important;
}
.stone_fabrication {
    background: url('../images/services/Stone_Fabrication.png') !important;
}
.fireplaces {
    background: url('../images/services/Fireplaces.png') !important;
}






























