html {
    scroll-behavior: smooth;
}

body {
    font-family: 'TeXGyreAdventor';
    margin: 0px;
    padding: 0px;
    color: #000;
    overflow-x: hidden;
}


ul {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
    font-family: 'TeXGyreAdventor';
}

p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'TeXGyreAdventor';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TeXGyreAdventor';
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
    font-family: 'TeXGyreAdventor';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}


@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../font/TeXGyreAdventor-BoldItalic.woff2') format('woff2'),
        url('../font/TeXGyreAdventor-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../font/TeXGyreAdventor-Italic.woff2') format('woff2'),
        url('../font/TeXGyreAdventor-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../font/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../font/TeXGyreAdventor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../font/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../font/TeXGyreAdventor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Painting With Chocolate';
    src: url('../font/PaintingWithChocolate.woff2') format('woff2'),
        url('../font/PaintingWithChocolate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

input{
    font-family: 'TeXGyreAdventor';
}
label{
    font-family: 'TeXGyreAdventor';
}
select{
    font-family: 'TeXGyreAdventor';
}
textarea{
    font-family: 'TeXGyreAdventor';
}

/* ------------------------------owl-dots-css----------------------- */
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}


#team-slide2 .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}

#team-slide2 .owl-prev span {
    background-color: #c9940c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #c9940c;
    font-size: 24px;
    text-align: center;
}

#team-slide2.owl-next span {
    background-color: #c9940c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #c9940c;
    font-size: 24px;
    text-align: center;
}

#team-slide2 .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}

#team-slide2 .owl-nav {
    display: none;
}

#team-slide2 .owl-dot span {
    background-color: #535252;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}

#team-slide2 .owl-dot.active span {
    background-color: #c9940c;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius: 50%;
}

#team-slide2 .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: -33px;
    ;
    justify-content: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
#mnmwp-main-menu > ul > li.current-menu-item > a, #mnmwp-main-menu > ul > li.current-menu-ancestor > a {
    color: #29634a !important;
}
/* -------------------------end----------------------------- */


/* / ---------------Pop-Up--------------- / */

.formrotate {
    transform: rotate(270deg);
    position: fixed;
    z-index: 555;
    right: -60px;
    top: 50%;
    border-radius: 8px;
}

.popup-link a {
    color: #fff;
    background-color: #004620;
    border-radius: 7px 7px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding: 12px 25px;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}

.popup-link a:hover {
    color: #fff;
    background-color: #bd8a07;
    transition: 0.5s ease-in-out;
}



.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
}

.popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}

.popup-content a.close {
    color: #004620;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.popup-content a.close:hover {
    color: #004620;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.enquire-form-btn:hover {
    background-color: #004620 !important;
}

.enquire-form-heading {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #004620;
}

.enquire-form .form-control {
    line-height: 36px;
}

.enquire-form .form-control textarea {
    line-height: 50px;
}

.enquire-form-btn {
    margin: 0px auto 10px 0;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff;
    background-color: #004620 !important;
    font-size: 19px;
    padding: 6px 19px;
    border-radius: 8px;
    width: 100%;
    border: none;
}



section.enquire-form-section {
    padding: 100px 0px;
}


/* / ---------------Pop-Up-End-------------- / */




/*nav*/
/* header.header-section.fixed-nav .main-menulist::after {
    height: 191px;
} */

header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    background-color: #fff;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
}

.fixed-nav {
    background-color: #fff;
    width: 100%;
    z-index: 99;
    transition: ease-in-out 5s;
    position: fixed;
/*     overflow: hidden; */
}

#mnmwp-main-menu {
    margin: inherit !important;
}
#mnmwp-main-menu > ul > li > a {
    padding: 20px !important;
    font-size: 19px !important;
	letter-spacing: 0px !important;}

.navbar span{
	display:inline;
}

.mnmwp-menu-nav ul > li.has-sub > a:after { right: 6px !important; }
.mnmwp-menu-nav ul > li.has-sub > a:before { right: 10px !important; }
.mnmwp-menu-nav ul li a:hover {   color: #004620 !important;}
.mnmwp-menu-nav ul ul li a:hover {  color: #bd8a07 !important;}
.mnmwp-menu-nav > ul > li > a { text-transform: capitalize !important;}
#mnmwp-main-menu > ul > li:hover > a {  color: #004620 !important;}
#mnmwp-main-menu ul ul li a { z-index: 1 !important; background: #fff !important;  width: 230px !important;   color: #000000 !important; font-size: 15px !important;}
#mnmwp-main-menu ul ul{border: 1px solid #bd8a07 !important; z-index:1}
#mnmwp-main-menu ul ul > li:hover > a { background: #b18209 !important;   color: #ffffff !important;}
#mnmwp-main-menu > ul > li:hover { background: transparent;}
ul#menu-menu-1 { position: relative;    z-index: 1;}
#mnmwp-main-menu > ul > li {  background: transparent !important; }














/* -----------------header-section-------------------} */

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.btn-secondary {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    background-color: transparent;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #004620;
    background-color: transparent;
    border-color: #fff;
}

.navbar .nav-link {
    font-size: 19px;
    color: #000;
    font-weight: bold;

}

.navbar .nav-link:hover {
    color: #004620;
}
/* .navbar {
position: relative;
}

.nav-paint-img{
    position: absolute;
} */

.nav-item {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.nav-phone {
    border-left: 1px solid #9c9c9d;
    position: relative;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.nav-contact {
    color: #004620;
    font-size: 19px;
    font-weight: bold;

}

.nav-contact:hover {
    color: #004620;
}

.main-menulist {
    padding: 20px 0px 20px 50px;
    box-shadow: 0px 0px 15px #ccc;
}

.navbar .btn:hover {
    color: #004620;
}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}

.btn-secondary:hover {
    color: #004620;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:focus {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

#mnmwp-main-menu li:hover > ul > li {
    height: 37px !important;
}
.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #004620;
/*     border-radius: 8px; */
}

.sub-menu li a {
    font-size: 17px;
    line-height: 32px;
    color: #004620;
    padding: 0px 10px;
    font-weight: 600;
}

.sub-menu li:hover {
    background-color: #004620;
    color: #fff;
}

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

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0;
    text-align: center;
}
.main-menulist {
    position: relative;
/*     overflow: hidden; */
}
.main-menulist::after {
    content: "";
    top: -48px;
    background: url(https://michaels.digicornstechnologies.com/wp-content/uploads/2024/09/navbar-paint-img.webp);
    right: 0px;
    position: absolute;
    transition: all 0.5s ease-in;
    width: 428px;
    height: 191px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 8px;
}
.nav-right {
    display: flex;
    justify-content: start;
    position: relative;
}



/* -----------------banner-content-------------------- */

.home-banner-content {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 43%;
    width: 880px;
    display: flex;
    left: 50px;
    background: #004620c9;
    padding: 40px 40px;
    border-radius: 8px;
}

.banner-btn {
    padding: 28px 30px;
    background-color: #fff;
    color: #004620;
    border-radius: 8px;
    font-size: 19px;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}

.banner-btn:hover {
    background-color: #bd8a07;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.home-banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    line-height: 0;
}


.home-banner-content .main-title {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}

.image {
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.image img {
    transition: 0.5s ease-in-out;
}

.image img:hover {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

/* ---------------------home-inner-section------------------- */
.welcome-sec-1 {
    padding: 100px 10px;
}

.welcome-text {
    padding: 0px 40px;
}

.top-image {
    margin-bottom: 25px;
}


.paint-heading {
    font-size: 93px;
    font-weight: 300;
    color: #004620;
    font-family: 'Painting With Chocolate';
    margin: 0;
}

.main-title {
    font-size: 48px;
    font-weight: bold;
    color: #004620;
    margin-bottom: 30px;
}

.years-sec-2 {
    padding: 50px 0px;
    background-color: #f6f3f3;
}

.number {
    font-size: 150px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.text {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    padding-left: 60px;
}

.plus {
    font-size: 26px;
    color: #000;
    font-weight: bold;

}

.number span {
    font-size: 55px;
    position: absolute;
    top: 34%;
}

.years-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.years-sec-2 .box-img {
    text-align: center;
    transition: 0.5s ease-in-out;
    padding: 0px 0px 25px 0px;
}

.years-right-boxes {
    margin-left: 40px;
}

.years-sec-2 .years-box {
    padding: 20px 0px 30px 0px;
    border: 1px solid #dcdcdc;
    background: #fff;
    /* box-shadow: 0px 0px 10px #ccc; */
    border-radius: 8px;
    transition: 0.5s ease-in-out;
}

.years-sec-2 .years-box:hover {
    background-color: #004620;
    transition: 0.5s ease-in-out;
}


.years-sec-2 .years-box:hover .box-title {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.years-box:hover img {
    filter: invert(100);
    transition: 0.5s ease-in-out;
}

.services-sec-3 {
    padding: 100px 0px;
}

.services-sec-3 .main-title {
    text-align: center;
   
}

.services-card {
    position: relative;
    overflow: hidden;
    
    margin: 3px 3px;
    /* height: 100%; */
    transition: .4s ease-in-out;
    border-radius: 8px;
}

.services-text {
    position: absolute;
    height: 143px;
    width: 100%;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding: 80px 0px 0px;
    color: #fff;
    background: linear-gradient(180deg, #fff0 -10%, #000 90%);
    transition: .4s ease-in-out;
}

.services-card:hover .services-text {
    height: 100%;
    bottom: 0px;
    padding: 80% 10px 0px 10px
}

.text-copy {
    position: absolute;
    height: 143px;
    width: 100%;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding: 80px 0px 0px;
    color: #fff;
    background: linear-gradient(180deg, #fff0 -10%, #000 90%);
    transition: .4s ease-in-out;
}

.services-card:hover .text-copy {
    height: 100%;
    bottom: 0px;
    padding: 20% 10px 0px 10px;
}



.services-card-2 img {
    margin-bottom: 7px;
    object-fit: cover;
    border-radius: 8px;
}

.services-btn .button {
    padding: 14px 30px;
    color: #fff;
    background-color: #bd8a07;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    font-size: 17px;
}

.services-btn .button-1 {
    padding: 14px 45px;
    margin-right: 5px;
}



.services-btn .button:hover {
    color: #fff;
    background-color: #004620;
    transition: 0.5s ease-in-out;

}

.service-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}





.serving-areas-sec-4 {
    padding: 100px 0px;
    background-image: url(https://michaels.digicornstechnologies.com/wp-content/uploads/2024/09/areas-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.areas-list {
    column-count: 4;
    padding: 20px 0px;
}

.areas-list li {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.areas-list li img {
    position: absolute;
    left: 4px;
    top: 5px;
}


.areas-btn {
    padding: 15px 50px;
    color: #fff;
    background-color: #bd8a07;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    font-size: 17px;
}

.areas-btn:hover {
    color: #fff;
    background-color: #004620;

}

.Portfolio-sec-5 {
    padding: 100px 0px;
}
.Portfolio-sec-5 .main-title {
    font-size: 48px;
    font-weight: bold;
    color: #004620;
    margin-bottom: 0px;
}

.Portfolio-sec-5 .main-title {
    text-align: center;
    padding-right: 20px;
}

.port .image {
    border-radius: 0;
}

.portfolio-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
}

.portfolio-images {
    padding: 0px 20px;
    display: flex;
}

.portfolio {
    display: flex;
    justify-content: center;
}

.port {
    margin-left: 10px;

}

.port-btn {
    padding: 14px 40px;
    color: #fff;
    background-color: #bd8a07;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
}

.port-btn:hover {
    color: #fff;
    background-color: #004620;

}

.port-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.portfolio-button {
    border-left: 1px solid #9c9c9d;
    padding-left: 20px;
}

.Testimonials-sec-6 {
    padding: 160px 0px 0px 0px;
    background-image: url(https://michaels.digicornstechnologies.com/wp-content/uploads/2024/09/testimonial-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Testimonials-sec-6::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #00000054;
}

.quotes-img {
    padding: 30px 0px 20px 0px;
}

.client-box {
    background: #000000bd;
    text-align: center;
    color: #fff;
    padding: 60px 20px 100px 20px;
    border-radius: 7px 7px 0px 0px;
}

.Testimonials-sec-6 .main-title {
    color: #fff;
}


.test-name {
    font-size: 18px;
    color: #c9940c;
    font-weight: 400;
    padding: 20px 0px;
}

.industry-link-sec-7 {
    padding: 100px 0px;
}

.industry-link-sec-7 .main-title {
    text-align: center;
}

.industry-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-link-sec-7 .link {
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 10px;
    height: 100%;
    border-radius: 8px;
}


.link:is(:hover, :focus) {
    box-shadow: 0px 8px 10px #dcdcdc;
    transform: translateY(-8px);
    transition: 0.5s ease-in-out;
}



/* -----------------------inner-banner-section------------- */


.breadcrumb {
    list-style: none;
   padding: 20px 60px;
   border-bottom: 1px solid #ccc;
}

.breadcrumb ul li {
    display: inline;
    font-size: 18px;
    color: #013d1d;
    font-weight: 600;
}

.breadcrumb ul li a {
    color: #bd8a07;
}

.breadcrumb li+li:before {
    padding: 8px;
    color: #013d1d;
    content: "/\00a0";
    font-weight: bold;
}

.breadcrumb ul li a:hover {
    color: #013d1d;
    text-decoration: underline;
}

.inner-banner-section {
    position: relative;
}

.inner-banner-section::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #00000078;
}

.inner-banner-title {
    position: absolute;
    bottom: 27%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.inner-banner-title .inner-main-title {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}



/* ---------------------testimonial-section------------------ */
.testimonial-section {
    padding: 130px 0px 30px 0px;
}

.testi-box {
    border: 1px solid #e3e2e2;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 0px 20px #e3e2e2;
    position: relative;
    border-radius: 8px;
    margin-bottom: 100px;
    margin-left: 20px;
	min-height: 330px;
	border: 3px solid transparent;
	transition:0.5s ease-in-out;
}
.testi-box:hover {
    border: 3px solid #017035;
    transition:0.5s ease-in-out;
	box-shadow: 0px 0px 5px #017035;
}
.testi-admin img {
    border-radius: 50%;
    border: 3px solid #017035;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}

.testi-admin {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: -60px;
}

.testi-box p {
    margin-top: 50px;
}

.testi-name {
    font-size: 18px;
    color: #242424;
    font-weight: bold;
    padding: 10px 0px
}

/* ------------------industry-link-section----------------- */

.industry-link-section {
    padding: 100px 0px;
}

.link-right-images .link {
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 10px;
    height: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}


.link-right-images {
    border: 1px solid #dcdcdc;
    padding: 70px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #dcdcdc;
    width: 910px;
    position: relative;
    z-index: 1;
    background: #fff;
}



/* -----------gallery-page--------------- */

i.fa.fa-search-plus {
    display: none;
}

.img-gallery-magnific {
    padding: 100px 40px;
}

.magnific-img img {
    width: 100%;
    height: auto;
}


.magnific-img img {
    border-radius: 8px;
}


.magnific-img {
    display: inline-block;
    width: 452px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}




/* -------------------end-------------------- */

/* ------------------------services-html------------------- */

.services-sec-1 {
    padding: 100px 0px;
}
.service-text p{
    color: #242424;
}
.service-list li {
    color: #242424;
    font-size: 18px;
    padding: 0px 0px 20px 20px;
    position: relative;
    font-weight: 400;
}
.service-list li i {
    font-size: 7px;
    top: 11px;
    left: 0;
    position: absolute;
}

.service-list-title {
    color: #004620;
    font-weight: 500;
    font-size: 26px;
    padding: 10px 0px;
}


.service-image::after {
    content: "";
    bottom: -19px;
    background: #ccdad2;
    right: 40px;
    position: absolute;
    transition: all 0.5s ease-in;
    width: 316px;
    height: 680px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    border-radius: 8px;
}
.service-image{
    position: relative;
   border-radius: 8px;
}

.service-image img{
   border-radius: 8px;
}

.interior-sec-2{
    padding: 100px 0px;
    background-color: #f7f3f4;
}

.interior-list li {
    color: #242424;
    font-size: 18px;
    padding: 0px 0px 20px 20px;
    position: relative;
    font-weight: 400;
}
.interior-list li i {
    font-size: 7px;
    top: 11px;
    left: 0;
    position: absolute;
}
.interior-sec-2 .main-title{
    text-align: center;
}

.interior-title{
    color: #004620;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.interior-box {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
}
.interior-box:hover {
    background: #b18209;
    transition: 0.5s ease-in-out;
    color: #fff;
}
.interior-box:hover .interior-title{
    color: #fff;
    
}
.interior-box:hover .interior-list li{
    color: #fff;
    
}

.exterior-sec-3{
padding: 100px 0px;
}

.exterior-list li {
    color: #333333;
    font-size: 18px;
    padding: 0px 0px 10px 20px;
    position: relative;
    font-weight: 400;
    transition: 0.5s ease-in-out;
}

.exterior-list li i {
    font-size: 7px;
    top: 11px;
    left: 0;
    position: absolute;
}
.exterior-list:hover{
    background: #b18209;
    transition: 0.5s ease-in-out;
    color: #fff;
}

.exterior-list:hover li{
    color: #fff;
}
.exterior-title{
    color: #171717;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    
}

.exterior-list{
    border: 1px solid #c8c7c7;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
}

.exterior-image {
    text-align: end;
    position: relative;
}

.exterior-image img {
    border-radius: 8px;
}

.powerwashing-image {
    position: relative;
    z-index: 1;
    width: 666px;
    float: left;
    margin: 0px 50px 0px 0px;
}

.powerwashing-text{
    position: relative;
    z-index: 1;
}


.powerwashing-text .main-title{
       color: #fff;
}

.powerwashing-text p{
    color: #fff;
}
.exterior-image::before {
    content: "";
    bottom: -15px;
    background: #ccdad2;
    left: 45px;
    position: absolute;
    transition: all 0.5s ease-in;
    width: 316px;
    height: 700px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    border-radius: 8px;
}

.powerwashing-sec-4{
    padding: 100px 0px;
    background: url(../images/power-washing-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
}

.powerwashing-sec-4::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #0000009c;
   
}
.seasonal-sec-5{
    padding: 100px 0px;
}
.seasonal-image {
    text-align: end;
    position: relative;
}
.seasonal-image img {
    border-radius: 8px;
}


.seasonal-image::before {
    content: "";
    bottom: -15px;
    background: #ccdad2;
    left: 45px;
    position: absolute;
    transition: all 0.5s ease-in;
    width: 316px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    border-radius: 8px;
}

.deck-staining-sec-6{
    padding: 100px 0px;
    background: #f7f3f4;
}


.deck-text {
    padding-left: 15px;
}
.deck-inner{
    background: #fff;
    border-radius: 8px;
}




/* -------------------------request-quote-css------------------ */

.request-quote-section{
    padding: 100px 0px;
}

.contact-form{
    max-width: 900px;
    margin: auto;
    box-shadow: 0px 0px 30px #e1dfdfb8;
    padding: 30px;
    border: 1px solid #e1dfdf;
    border-radius: 8px;
}
.contact-form input::placeholder{
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}


.contact-form textarea::placeholder {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}

.input-text {
    border: 1px solid #e1dfdf;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
}
.label-text{
color: #242424;
font-size: 16px;
font-weight: 400;
padding-bottom: 10px;
}
.input-textarea{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    height: 200px;
}

.textarea {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    margin-bottom:0px;
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}
.check-box{
    width: 40px; 
    height: 30px; 
    border-radius: 8px;
    border: 1px solid #e1dfdf;
}

.checkbox-item label {
    position: relative;
    top: -10px;
    padding: 10px;
}

.submit-btn{
    padding: 15px 80px;
    color: #fff;
    border-radius: 8px;
    background-color: #bd8a07;
    border: none;
    font-size: 17px;
    font-weight: bold;
     transition: 0.5s ease-in-out;
}

.submit-btn:hover{
    background-color: #014822;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.check-box-title{
    color: #242424;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
.checkbox-item {
    padding: 0px 20px;
}

.request-quote-section .wpcf7-form-control-wrap {  width: 100%;}

.request-quote-section .wpcf7-list-item {  margin: 0 0 0 0em;}
.request-quote-section  span.wpcf7-list-item-label {  position: relative;  top: -10px;  padding: 10px; padding: 10px;}
.request-quote-section  input[type=checkbox] { width: 20px;  height: 30px;  border-radius: 8px; border: 1px solid #e1dfdf; }
 






/* -------------------------error-page---------------------- */

.error-section {
    padding: 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    position: relative;
}

.error-title {
    color: #004620;
    font-weight: 900;
    font-size: 80px;
    text-align: center;
    margin-top: 30px;
    font-family: 'Painting With Chocolate';
}
  .error {
    color: #004620;
    text-align: center;
   
  }
  .error > .code {
    font-size: 18em;
    margin: 0;
    line-height: 330px;
    letter-spacing: 50px;
    font-weight: bold;
    color: #004620;
    font-family: cursive;


}
  .error > p {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'TeXGyreAdventor';
  }

 
  .error-btn {
    color: #fff;
    color: #004620;
    font-size: 22px;
    padding: 12px 50px;
    border-radius: 8px;
    font-weight: bold;
    transition: 0.5s ease-in-out;
    color: #fff;
    background-color: #004620;
}

.error-btn:hover {
    color: #fff;
    background-color: #bd8a07;
   transition: 0.5s ease-in-out;
   
}




/* --------------thanku-page-css---------------- */

.thanku-section{
    padding: 100px 0px;
}

.message {
    box-shadow: 0px 0px 30px #ccc;
    padding: 60px 40px;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.thanku-text{
    font-size: 100px;
    font-family: 'Painting With Chocolate';
    color: #b18209;
}

.message p{
    font-size: 25px;
    color: #004620;
    font-weight: bold;
    padding: 10px 0px 20px 0px;
    letter-spacing: 2px;
}

.thanku-btn{
    color: #fff;
    background-color: #b18209;
    padding: 12px 40px;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    font-weight: 600;
}
.thanku-btn:hover{
    color: #fff;
    background-color: #004620;
    transition: 0.5s ease-in-out;
}

/* ------------------------end--------------------------------- */











/* ----------------------footer-section------------------------- */
/* .footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 50px 50px 50px ;
    position: relative;
} */


.footer-inner {
    position: relative;
}


.footer-content .footitl {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0px 0px 15px 0px;

}

.footer-content ul li {
    font-size: 17px;
    color: #fff;
    padding: 0px 0px 5px 0px;
    font-weight: 300;
}

.footer-content a {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin-right: 5px;
    padding: 0px 0px 5px 0px;
}



.copy-right {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
}

.copy-right p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}

.copy-right a {
    color: #fff;
    font-size: 16px;
}

.copy-right a:hover {
    color: #bd8a07;
}


.Our-Address a:hover {
    color: #bd8a07;
}




.discover-list a:hover {
    color: #bd8a07;
}

.services-list a:hover {
    color: #bd8a07;
}


.social-links {
    float: right;
    width: 100%;
    padding-left: 100px;
}

.Our-Address {
    background-color: #015026;
    height: 100%;
    padding: 70px 50px 30px 50px;

}

.discover-list {
    height: 100%;
    padding: 70px 20px 150px 20px;
    background-color: #014822;
}

.services-list {
    height: 100%;
    background-color: #013d1d;
    padding: 70px 20px 30px 20px;
}

.hours-content { height: 100%; background-color: #023218; padding: 70px 20px 30px 20px;}
.desktop-banner	{ display:block;}
.wpcf7-not-valid-tip { font-size: 12px !important;}
.wpcf7 form .wpcf7-response-output {  margin: 0em 0.5em 1em !important;  font-size: 12px !important;}

/* blog css start */
.blog-sec-4{padding:50px 0px 0px 0px;}
.news-pt-sec-3-heading-2 {
  font-size: 21px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: capitalize;
}

.wp-block-search__label {
	font-size: 21px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: capitalize;
}
.news-pt-sec-3-heading-1 {
  font-size: 30px;
  color: #191919;
  font-weight: 500;
  text-transform: capitalize;
}
.news-sec-dp-sec-search {padding-bottom: 25px;}
.blog-sec-3-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  background-color: #fff;
  text-transform: capitalize;
}
.news-dp-category li{padding: 10px 0px 10px 0px;border-bottom: 1px solid #bababa;position: relative;}
.news-dp-category li:last-child{border-bottom: none;}
  .news-dp-category li a {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    background-color: #fff;
    text-transform: capitalize;
	padding-left: 10px;
}
.news-dp-category li a:hover {color:#bd8a07}
.blog-sec-3-img img:hover {opacity: 1;transform: scale(1.1);box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);}
.blog-sec-3-img img {transition: opacity 1s, transform 0.7s ease-in;}
.blog-sec-3-img{ overflow: hidden;border-radius: 5px 5px 5px 5px;}
.blog-sec3-image-box{position: relative;border-radius: 5px;}
.blog-date-box {
  padding: 20px 20px;
  background: #e9d3bfe3;
    border-radius: 5px 5px 0px 0px;
    width: 150px;
    text-align: center;
    position: absolute;
    bottom: 0px;

}
.blog-date{font-size: 16px;color: #0a0a0a;font-weight: 400;}
.blog-year{font-size: 26px;color: #0a0a0a;font-weight:bold;}
.news-pt-sec-3 {padding-left: 30px;}
.blog-sec-3-container {height: 100%;border: 1px solid #efeeee; background: #fff; box-shadow: 0px 0px 1px #ccc;border-radius: 5px;}
.blog-sec4-right {background: #fff;border-radius: 5px;  box-shadow: 0px 0px 20px #ccc;
    background: #ffff !important;
    padding: 20px 25px 80px 25px;}
.news-sec-dp-form:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 0;
}
.content h2 {
	color: #fff;
	font-size: 100px;
	position: absolute;
  text-transform: capitalize;
}
.content h2:nth-child(1) {color: transparent;-webkit-text-stroke: 2px #000;}
.content h2:nth-child(2) {color: #000;animation: animate 4s ease-in-out infinite;}
.hm-sec7-client-item:hover img {
  border: 2px solid #e9d3bfe3;
  box-shadow: 0px 0px 20px #ccc;
  transition: ease-in-out 1s;
}
.hm-sec7-client-item img {
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 5px;
  transition: ease-in-out 1s; width:100%;
}
.blog-sec3-image-box a{display:block;}
.blog-dt-sec1-heading{font-size: 28px;padding-bottom: 8px;margin-top: 20px; color: #1b1b1b;font-weight: 500;}
.blog-sec-3-text{padding:20px;}
.blog-dt-sec1-text h4{font-size: 16px;color: #2a2a2a;font-weight: 400;}
.blog-dt-sec1-text p{font-size: 18px;line-height: 30px; color: #2a2a2a;font-weight: 400;}
.blog-dt-sec1-list li{font-size: 18px;padding-bottom: 10px; color: #2a2a2a;font-weight:500;list-style: disc;}
ul.blog-dt-sec1-list {padding-left: 20px;}
/* -----------------blog-detail-------------- */
.blog-detail-sec-1{padding: 20px 0px 50px 0px;}
.blog-dt-img{padding-bottom: 80px;}
.blog-dt-sec1-text{padding-bottom: 30px;}
.blog-dt-sec1-text-heading{font-size: 30px;padding-bottom: 15px; font-weight: 300;color: #242424;}
.blog-dt-sec1-text-container p{font-size: 18px;line-height: 32px; font-weight: 400;color: #242424;}
.blog-detail-sec2-text p{font-size: 18px;line-height: 32px; font-weight: 400;color: #242424;}
.blog-detail-sec3-heading{font-size: 30px;padding-bottom: 10px;font-weight: 300;color: #242424;}
.blog-detail-sec-3-text p{font-size: 18px;line-height: 32px; font-weight: 400;color: #242424;}
.blog-detail-sec-1 img{border-radius: 8px;}
.blog-detail-sec2-text {padding-left: 20px;}
.blog-detail-right{padding: 30px 20px; background: #e898c9;color: #fff;border-radius: 8px;}
.blog-dt-right-heading{font-size: 24px;font-weight: 300;color: #fff;text-transform: capitalize;}
.blog-dt-heading-2{font-size: 24px;font-weight: 300;color: #fff;text-transform: capitalize;}
.blog-dt-category li{padding: 10px 0px;border-bottom: 1px solid #edadd4;}
.blog-dt-category li a{font-size: 17px;font-weight: 400;color: #fff;font-family: 'Poppins';}
.blog-dt-category li a:hover {color: #982dcb;}
.blog-dt-search-btn{font-size: 24px;padding: 9px 18px; font-weight: 300;border:none; border-radius: 5px;color: #fff; background: #f1109a;border: 1px solid #f1109a; text-transform: capitalize;}
.blog-dt-search-btn:hover {background: #982dcb;border: 1px solid #982dcb;}
.blog-dt-right-searching::placeholder{font-size: 18px;font-weight: 500;color: #221e1b;}
.blog-dt-dp-form{padding-bottom: 20px;display: flex;gap: 10px;}
.leave-form .form-control {
  width: 100%;
  padding: 8px 12px 10px 12px !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #221e1b;
  background-color: #fff;
  border: 1px solid #d0d0d0;}
.blog-detail-sec-2{padding-bottom: 60px;}
/* .blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;} */




.blog-dt-imgage-1{overflow: hidden;border-radius: 5px; }
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}

.blog-dt-imgage-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}

.pad-more{ padding:60px 0px;}
.leave-form .form-submit input{
	padding: 15px 40px !important;
    color: #fff;
    background-color: #bd8a07 !important;
    font-weight: 500;
    border-radius: 8px;
    transition: 0.5s ease-in-out;
    font-size: 17px; border:none;}

form.comment-form input[type=text], form.comment-form input[type=email], form.comment-form input[type=url]{width:100%; border: 1px solid #00462070; padding:5px 10px; border-radius:5px;}
.comment-form textarea{width:100%; border: 1px solid #00462070;padding:5px 10px; border-radius:5px;}
.comment-form p label{display:block; margin-top:15px;}
.comment-reply-title{font-size: 38px;
    font-weight: bold;
    color: #004620;
    margin-bottom: 30px;}
form.comment-form input[type=submit]:hover{background-color:#004620;}

form.comment-form p.comment-form-author label, form.comment-form p.comment-form-email label, form.comment-form p.comment-form-url label, form.comment-form p label{display:block !important;}
/* blog css end */

.blog-sec-3-btn {
    padding: 15px 40px;
    color: #fff;
    background-color: #bd8a07;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    font-size: 16px;
}
.blog-sec-3-btn:hover {
    color: #fff;
    background-color: #004620;
}

.news-dp-category li {
    display: block;
}

.wp-block-search__input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
}

.blog-sec4-right button.wp-block-search__button.wp-element-button {
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background-color: #bd8a07;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    border: none;
}
.blog-sec4-right button.wp-block-search__button.wp-element-button:hover {
	color: #fff;
    background-color: #004620;
}

.page-content label input{
	 width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
}
.page-content .search-submit{
	padding: 13px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background-color: #bd8a07;
    transition: 0.5s ease-in-out;
    border-radius: 7px;
    border: none;
}









/* -----------------media-querry---------------- */



@media (max-width: 1600px) {
.main-menulist::after { right: -53px; height: 157px;}
.popup-content { width: 25%;}
.nav-item { padding: 0px 10px;}
.navbar .nav-link { font-size: 17px;}
.logo-box { width: 250px;}
.btn-secondary { font-size: 17px;}
.nav-contact { font-size: 17px;}
.phone-icon {  width: 16px;}
.home-banner-content .main-title { font-size: 48px;}
.home-banner-content { top: 40%;  width: 765px;  padding: 30px 30px;}
.banner-btn {  padding: 25px 22px;  font-size: 18px;}
.popup-link a { font-size: 17px;  padding: 15px 20px;}
.formrotate { right: -68px;}
.paint-heading {font-size: 80px;}
.main-title {  font-size: 40px;  margin-bottom: 20px;}
.welcome-sec-1 { padding: 80px 10px;}
p { font-size: 17px;  line-height: 30px;  margin-bottom: 10px; }
.number { font-size: 130px;}
.number span {  font-size: 51px; }
.text {  font-size: 30px;}
.box-title { font-size: 20px;}
.years-sec-2 .years-box { padding: 20px 0px 20px 0px;}
.services-sec-3 {padding: 80px 0px;}
.service-title {  font-size: 26px;}
.services-text p { font-size: 15px;}
.services-btn .button {  padding: 12px 30px; font-size: 16px;}
.services-text {  height: 130px;}
.text-copy { height: 125px;}
.services-card:hover .text-copy { padding: 18% 10px 0px 10px;}
.areas-list li {font-size: 18px;}
.areas-btn { padding: 12px 40px; font-size: 16px;}
.serving-areas-sec-4 { padding: 80px 0px;}
.industry-link-sec-7 { padding: 80px 0px;}
.Portfolio-sec-5 { padding: 80px 0px;}
.port-btn { padding: 10px 40px;}
.portfolio-title { font-size: 22px;  padding-top: 15px;}
.quotes-img { padding: 20px 0px 20px 0px;   width: 55px;   margin: auto;}
.client-box { padding: 50px 20px 80px 20px; }
.Testimonials-sec-6 {  padding: 120px 0px 0px 0px;}
.Our-Address { padding: 70px 25px 30px 35px;}
.footer-content ul li { font-size: 16px;}
.footer-content a { font-size: 16px;}
.copy-right p { font-size: 16px;}
.footer-content .footitl { font-size: 24px;}
.Portfolio-sec-5 { padding: 80px 0px;}
.port-btn { padding: 8px 40px;   font-size: 16px;}
.testi-name {  font-size: 17px;}
.testimonial-section { padding: 120px 0px 0px 0px;}
.discover-list { padding: 70px 20px 120px 20px;  }
.copy-right { padding: 0px 25px;}
.copy-right p { font-size: 15px;}
.copy-right a { font-size: 15px;}
.magnific-img { width: 372px;}
.service-list li { font-size: 17px; padding: 5px 0px 10px 15px;}
.interior-title { font-size: 22px;  margin-bottom: 15px; }
.interior-list li { font-size: 17px;  padding: 0px 0px 10px 15px;}
.interior-list li i { font-size: 6px;top: 12px;}
.service-list li i { font-size: 6px; top: 16px;}
.service-list-title { padding: 10px 0px 0px 0px;  margin: 0; }
.interior-sec-2 { padding: 80px 0px; }
.exterior-sec-3 { margin-bottom: 10px; padding: 80px 0px; }
.exterior-title { font-size: 22px;}
.exterior-list li { padding: 5px 0px 10px 15px; font-size: 17px;}
.exterior-list {  padding: 15px 15px;}
.exterior-list li i { font-size: 6px; top: 15px;}
.powerwashing-sec-4 { padding: 80px 0px;  }
.seasonal-sec-5 {padding: 80px 0px; }
.deck-staining-sec-6 { padding: 80px 0px; }
.error-section { padding: 20px 0px 60px;}
.error > .code { font-size: 15em;   line-height: 265px;  letter-spacing: 35px; }
.error-btn { font-size: 20px;}
.error > .code {font-size: 12em; line-height: 185px; letter-spacing: 35px;  }
.error-title { font-size: 60px;}
.error > p { font-size: 22px;}
.error-btn { font-size: 18px;  padding: 10px 40px; }
.industry-link-section { padding: 80px 0px; }
.img-gallery-magnific { padding: 80px 0px; }
.request-quote-section { padding: 80px 0px;}
.input-text { font-size: 15px;  padding: 10px 12px;}
.contact-form input::placeholder{ font-size: 15px; }
.contact-form textarea::placeholder{ font-size: 15px; }
.input-textarea { height: 150px; }
.check-box { width: 30px;  height: 25px;}
.label-text { font-size: 15px;}
.checkbox-item label {  top: -7px; padding: 8px; }
.textarea {padding: 10px 12px;}
.submit-btn { padding: 12px 70px;}
.testi-box { margin-bottom: 100px; min-height: 320px;}
.btn-contact input {font-size: 17px;padding: 8px 55px;}
.popup-contact a {font-size: 19px;padding: 15px 25px;}
#mnmwp-main-menu > ul > li > a { padding: 15px !important; font-size: 17px !important;} 
.main-menulist { padding: 15px 0px 15px 50px;} 
#mnmwp-main-menu ul > li.has-sub > a:after { right: 0px !important;}
#mnmwp-main-menu ul > li.has-sub > a:before { right: 5px !important;}
.welcome-text { padding: 0px 20px 0px 40px;}	
.welcome-text p{ font-size:16px;}
.Portfolio-sec-5 .main-title { font-size: 40px;}	
.services-sec-1 {  padding: 80px 0px;}	
.breadcrumb ul li { font-size: 14px;}	
.inner-banner-title .inner-main-title { font-size: 50px;}	
.breadcrumb {  margin-bottom: 0rem;}	
.request-quote-section input[type=checkbox] { width: 35px; height: 25px;}	
.request-quote-section span.wpcf7-list-item-label { top: -8px;}	
section.enquire-form-section {  padding: 80px 0px;}	
.formrotate { right: -50px;  }	
.input-textarea { padding: 4px 15px;  margin-bottom: 0px; }
.input-text {  margin-bottom: 0px; }
.text { font-size: 25px; }	
.years-text { margin-bottom: 20px;}	
	
	
	
	
}
    
    
    
    
body, html{overflow-x: hidden;}
    
@media (max-width: 1440px) {
.logo-box { width: 250px; }
.main-menulist::after {  right: -84px; }
.formrotate { top: 50%;}
.enquire-form-heading {  font-size: 22px; padding-bottom: 15px;}
.popup-content { width: 28%;}
.paint-heading { font-size: 65px;}
.service-title { font-size: 23px;}
.number { font-size: 110px;}
.number span {   top: 25%;}
.text {  font-size: 32px;    padding-left: 50px;}
.services-card:hover .text-copy {   padding: 15% 10px 0px 10px;}
.services-card:hover .services-text {   padding: 70% 10px 0px 10px;}
.Our-Address { padding: 70px 0px 30px 25px;}
.discover-list { padding: 40px 20px 100px 20px;}
.Our-Address { padding: 40px 0px 30px 25px;}
.services-list { padding: 40px 20px 30px 20px;}
.hours-content { padding: 40px 20px 30px 20px;}
.footer-content .footitl {  padding: 0px 0px 10px 0px;}
.link-right-images {  width: 822px;     padding: 50px}
.industry-link-section { padding: 70px 0px;}
.magnific-img { width: 336px;}
.img-gallery-magnific {  padding: 70px 40px;}
.service-image img { width: 500px;  }
.services-sec-1 { padding: 80px 0px;  }
.service-image::after { bottom: -17px;  right: 24px;  height: 630px;  }
.service-list-title { font-size: 23px;  padding: 5px 0px;    }
.interior-sec-2 { padding: 70px 0px; }
.interior-sec-2 {  padding: 70px 0px; }
.exterior-image img { width: 500px;  }
.exterior-image::before {bottom: -15px;  left: 25px;   height: 653px; }
.exterior-sec-3 { padding: 70px 0px; }
.seasonal-image img {   width: 500px; }
.seasonal-image::before { bottom: -15px;  left: 22px;  height: 542px;  }
.request-quote-section { padding: 70px 0px; }
.main-menulist::after { height: 157px;    }
.welcome-sec-1 { padding: 70px 0px; }
.services-sec-3 { padding: 70px 0px; }
.areas-list li { font-size: 16px; }
.industry-link-sec-7 { padding: 70px 0px; }
.box-title { font-size: 18px; }
.main-title { font-size: 35px;  margin-bottom: 20px; }
.Portfolio-sec-5 .main-title { font-size: 35px;}    
.interior-list li {  font-size: 16px; padding: 0px 0px 10px 15px; }   
.exterior-list li { padding: 5px 0px 7px 15px; font-size: 16px; }		
p { font-size: 16px; line-height: 28px; margin-bottom: 10px; }		
.testi-box {  min-height: 310px; }		
.powerwashing-image { width: 575px;}		
		
		
}
    
@media (max-width: 1400px) {
.text-copy { height: 125px;}
.link-right-images { width: 762px !important;}
.magnific-img { width: 326px;}
.service-image img { width: 470px; }
.exterior-image img { width: 470px; }
.seasonal-image img { width: 470px; }
.service-image::after { right: 14px; height: 595px;}
.exterior-image::before { bottom: -15px;   left: 15px;  height: 618px; }
.seasonal-image::before { bottom: -15px;  left: 13px; height: 510px; }
.testi-box { min-height: 350px; }  




        
        
}
    
    
    
    
@media (max-width: 1366px) {
.logo-box {width: 230px;}
.navbar .nav-link { font-size: 16px;}
.btn-secondary { font-size: 16px;}
.nav-item {  padding: 0px 5px;}
.nav-contact { font-size: 15px;}
.home-banner-content {  width: 630px; padding: 25px 30px;}
.home-banner-content .main-title {font-size: 40px;}
.popup-link a { font-size: 15px;  padding: 12px 20px;}
.formrotate { top:50%;}
.banner-btn {padding: 22px 25px; font-size: 16px;}
.home-banner-content .main-title {padding: 0px 0px 0px 0px;}
.paint-heading { font-size: 60px;}
.main-title { font-size: 30px;}
.welcome-sec-1 {  padding: 60px 10px;}
p { font-size: 16px;  line-height: 27px; }
.number { font-size: 90px;}
.number span { top: 30%; font-size: 40px;}
.text { font-size: 26px;  padding-left: 40px;}
.years-box img {  width: 50px;}
.years-sec-2 .box-img {  padding: 0px 0px 15px 0px;}
.box-title { font-size: 17px;}
.years-sec-2 .years-box {  padding: 15px 0px 15px 0px;}
.services-sec-3 {  padding: 60px 0px;}
.text-copy {  height: 125px;}
.services-text {   height: 125px;}
.service-title { font-size: 20px;}
.services-btn .button {  padding: 10px 30px; font-size: 15px;}
.areas-list li {  font-size: 16px; padding-bottom: 15px;}
.areas-list li img {  padding-right: 10px; width: 22px;}
.areas-btn { padding: 10px 30px;  font-size: 15px;}
.serving-areas-sec-4 {    padding: 60px 0px;}
.portfolio-title {font-size: 20px;    padding-top: 10px;}
.quotes-img {    padding: 15px 0px 15px 0px;    width: 45px; }
.test-name { font-size: 16px;       padding: 15px 0px;}
.client-box {    padding: 40px 20px 70px 20px;}
.industry-link-sec-7 { padding: 60px 0px;}
.footer-content .footitl { font-size: 22px;}
.footer-content ul li {  font-size: 15px;}
.footer-content a {  font-size: 15px;}
.testi-admin img { width: 115px;}
.testi-box p { margin-top: 40px;}
.testi-name { font-size: 16px;}
.testi-box { padding: 20px 15px 20px 15px; }
.inner-banner-title .inner-main-title { font-size: 45px;}
.magnific-img { width: 313px;}
.service-list li {  font-size: 16px;  padding: 0px 0px 10px 20px; }
.interior-title { font-size: 20px;  margin-bottom: 10px; }
.interior-sec-2 {  padding: 60px 0px; }
.interior-list li {  font-size: 16px;  padding: 0px 0px 12px 20px; }
.exterior-title {  font-size: 20px; }
.exterior-list li {   font-size: 16px;    }
.exterior-list {  padding: 15px 15px;}
.exterior-sec-3 {  padding: 60px 0px;  }
.deck-staining-sec-6 {  padding: 70px 0px; }
.contact-form input::placeholder{  font-size: 14px; }
.contact-form textarea::placeholder{  font-size: 14px; }
.input-text {  font-size: 14px; padding: 8px 12px; }
.label-text { font-size: 14px;}
.check-box-title {  font-size: 16px;}
.check-box {  width: 25px;  height: 20px; }
.checkbox-item label { top: -4px;}
.textarea {   padding: 8px 12px;  height: 50px;}
.submit-btn { padding: 8px 40px; font-size: 16px; }
.checkbox-item label {  padding: 5px;  }
.thanku-text {  font-size: 80px;  }
.message p { font-size: 22px;  padding: 10px 0px 10px 0px; }
.thanku-btn { padding: 10px 30px; }
.message {  padding: 50px 40px; }
.enquire-form .form-control {  line-height: 36px;padding: 3px 10px; font-size: 13px; }
textarea.form-control { height: 50px;}
.enquire-form-btn { font-size: 18px;}
#mnmwp-main-menu > ul > li > a { font-size: 15px !important; }
.main-menulist { padding: 10px 0px 10px 50px; }
.request-quote-section  input[type=checkbox] { width: 20px;  height: 20px;}
.request-quote-section span.wpcf7-list-item-label {top: -4px;}
.checkbox-item { padding: 10px 20px;}
.main-menulist::after { height: 149px; }
.testi-box {min-height: 280px;}
.service-list-title { padding: 10px 0px 5px; }	
.Portfolio-sec-5 .main-title { font-size: 30px; }
#foogallery-gallery-230 .fg-image { width: 270px !important;}	
.testi-admin img { width: 95px; }	
.testi-admin img { top: -10px;}
.testi-box { margin-bottom: 80px; }		
.input-text { margin-bottom: 0px; }		
section.enquire-form-section {  padding: 60px 0px;}		
.service-list li i { font-size: 6px; top: 10px;}		
.comment-reply-title{font-size:30px; margin-bottom: 10px;}		
.blog-sec-3-btn {padding: 10px 40px;}		
.blog-year {font-size: 22px;}		
.blog-date-box {padding: 10px 10px;}	
.blog-sec-3-heading {font-size: 22px;}
.wp-block-search__label {font-size: 20px;}
.blog-dt-sec1-text p {font-size: 16px;line-height: 28px;}	
.blog-dt-sec1-heading { font-size: 26px;padding-bottom: 0px;}	
.leave-form .form-submit input{padding: 10px 30px !important;font-size:16px}
.comment-form p label {font-size: 15px;}

	
		
		
}

@media (max-width: 1360px) {
.powerwashing-image { width: 540px; }

}

@media (max-width: 1280px) {
.service-image img {  width: 420px; }
.service-image::after {  height: 535px;}	
.exterior-image img {width: 420px; }	
.exterior-image::before { height: 555px; }	
.seasonal-image img { width: 425px; }	
.seasonal-image::before { height: 465px; }	
.deck-inner {  padding-right: 17px;}	
.powerwashing-image { margin: 0px 30px 0px 0px;}	
.powerwashing-sec-4 { padding: 60px 0px; }	
.news-pt-sec-3-heading-2 {	font-size:18px;}
.wp-block-search__input {padding: 5px; font-size: 14px;}	
.leave-form .form-submit input {padding: 8px 30px !important; font-size: 14px;}		
form.comment-form input[type=text], form.comment-form input[type=email], form.comment-form input[type=url]
{padding: 2px 10px !important;}	
.comment-reply-title {font-size: 26px;}	
.blog-sec4-right {padding: 12px 12px 70px 12px;}	
.news-sec-dp-sec-search {padding-bottom: 15px;}
.blog-year { font-size: 20px;}	
.blog-date-box {padding: 5px 10px;width: 130px;}
.blog-sec-3-heading { font-size: 20px;}
.blog-sec-3-btn {padding: 8px 30px;  font-size: 15px;}	
.pad-more {padding: 50px 0px;}	
	
	
}

    
 @media (max-width: 1152px) {
.logo-box { width: 200px; }
.main-title { font-size: 26px; }
.number { font-size: 70px; }	 
.text { font-size: 22px;  }	 
.years-right-boxes { margin-left: 0px;}	 
.box-title { font-size: 15px; }	 
.text-copy p { font-size: 14px; line-height: 27px; }
.logo-box { width: 200px; }	 
.service-image::after { height: 445px; }	 
.exterior-image img { width: 345px; }	 
.exterior-image::before { height: 460px; }	 
.seasonal-image img { width: 350px;}
.seasonal-image::before { height: 390px; }
.deck-inner { padding-right: 14px; }
.deck-text  p { font-size: 14px;line-height: 25px; }	 
.deck-text { padding-left: 0px;}	 
#foogallery-gallery-230 .fg-image {  width: 240px !important; }	 
.link-right-images {  width: 582px !important; padding: 30px 30px 10px; }	 
.testi-box { min-height: 310px;}
.inner-banner-title .inner-main-title { font-size: 40px; }	 
.powerwashing-image {  width: 450px; }	 
.seasonal-sec-5 {  padding: 50px 0px; }	 
.services-sec-1 { padding: 50px 0px; }	 
.interior-sec-2 { padding: 50px 0px; }	
.exterior-sec-3 { padding: 50px 0px; }	 
.main-menulist::after { height: 136px; }	 
.page-content label input {padding: 8px;}	 
.page-content .search-submit {padding: 9px 30px;}	 
	 
	 
}   




@media (max-width: 1024px) {
.main-menulist { padding: 10px 0px 10px 30px; }
.request-quote-section { padding: 50px 0px; }
#mnmwp-main-menu > ul > li > a { font-size: 14px !important; }
.logo-box {  width: 180px;  }
.top-image { margin-bottom: 20px;}
.welcome-sec-1 { padding: 50px 10px 50px 0px; }	
.welcome-text { padding: 0px 0px 0px 40px;}	
.services-sec-3 { padding: 50px 0px; }	
.serving-areas-sec-4 { padding: 50px 0px; }	
.Portfolio-sec-5 { padding: 50px 0px; }	
.industry-link-sec-7 { padding: 50px 0px; }	
.services-btn .button { padding: 7px 15px; font-size: 14px; }	
.services-card:hover .text-copy { padding: 11% 0px 0px 10px; }	
.service-image img { width: 345px; }	
.services-sec-1 { padding: 60px 0px 40px; }	
.interior-sec-2 { padding: 50px 0px; }	
.exterior-sec-3 { padding: 50px 0px; margin-bottom: 0px; }	
.powerwashing-sec-4 { padding: 50px 0px; }	
.seasonal-sec-5 { padding: 50px 0px;}	
.deck-staining-sec-6 { padding: 50px 0px; }	
.powerwashing-image { width: 470px; float: left; margin: 0px 30px 0px 0px;}	
#foogallery-gallery-230 .fg-image {  width: 210px !important; }	
.img-gallery-magnific { padding: 50px 0px; }	
.main-menulist::after { height: 131px;}	
.industry-link-section { padding: 50px 0px; }
.testimonial-section { padding: 90px 0px 0px 0px; }	
.wp-block-search__label { font-size: 18px; margin-bottom: 5px; }
.blog-sec4-right button.wp-block-search__button.wp-element-button {padding: 3px 15px; font-size: 14px;}	
.wp-block-search__input {padding: 5px; font-size: 13px;}	
.fa-angle-right:before {font-size: 12px;}	
.news-dp-category li a {font-size: 15px; padding-left: 5px;}	
p.comment-notes {font-size: 15px;}	
.comment-form p label {font-size: 14px;}	
.leave-form .form-submit input {padding: 6px 30px !important;}	
.no-results .page-title {font-size: 26px;}	

	
	
}


@media (max-width:991px) {
.main-menulist::after {  z-index: -1;}	
header { position: relative;  z-index: 5;}	
.container{ max-width: 95%; }	
.text-copy p { font-size: 13px; line-height: 26px; }	
.navbar { flex-wrap: inherit; display:block;}	
.nav-right { position: absolute; top: 30px; left: 80%;}	
.main-menulist::after { height: 138px; }	
.logo-box { width: 210px; }	
.is_mobile #mnmwp-main-menu { position: absolute;  top: 7px;}	
.is_mobile #mnmwp-main-menu ul { background: #fff;  margin-top: 18px;}	
.main-menulist { padding: 10px 0px 10px 0px; }	
.logo-box { position: relative; z-index: 9; left: 25px; }	
#mnmwp-main-menu ul ul li a {  width: 100% !important;}	
.service-image img { width: 335px; }
.service-image::after { height: 435px; }	
.exterior-image img {  width: 335px; }	
.exterior-image::before { height: 450px; }	
.seasonal-image img { width: 340px;}	
.seasonal-image::before { height: 380px;}	
.seasonal-image {  margin-top: 30px;}	
.deck-text p { line-height: 24px; }	
.services-list { padding: 40px 20px 70px 35px; }
.Our-Address { padding: 40px 0px 30px 35px; }	
.discover-list { padding: 40px 20px 100px 25px; }	
.hours-content { padding: 40px 20px 30px 25px;  }	
.interior-box { padding: 30px 15px;}	
.testi-box { margin-left: 0px;}	
.inner-banner-title { bottom: 20%;}	
#mnmwp-main-menu > ul > li > a { font-size: 18px !important; }	
.service-title { font-size: 24px; }	
.text-copy p { font-size: 16px;  }	
.services-text p { font-size: 16px;}	
.services-card:hover .text-copy { padding: 11% 10px 0px 20px;  }
.box-title { font-size: 16px; }	
.formrotate { right: -48px; }	
.nav-phone {   border-left: 0px solid #9c9c9d;}	
#mnmwp-main-menu li:hover > ul > li {  height: 40px !important;}	
.blog-year { font-size: 17px;}	
.blog-date {font-size: 15px;}	
.pad-more {padding: 40px 0px;}		

	
}





@media (max-width:912px) {
.box-title { font-size: 13px; }
.areas-list { padding: 0px 0px 20px;}	
.Testimonials-sec-6 { padding: 60px 0px 0px 0px;  }	
.services-card:hover .services-text { padding: 60% 10px 0px 10px; }		
.service-image img { width: 305px; }	
.service-image::after {  height: 400px; }	
.exterior-image img { width: 305px; }
.exterior-image::before { height: 410px; }	
.seasonal-image img { width: 310px; }	
.seasonal-image::before { height: 350px;  }	
.deck-inner {  padding-right: 14px; padding: 50px 15px; }	
#foogallery-gallery-230 .fg-image {  width: 260px !important; }	
.formrotate {right: -49px; }	
.serving-areas-sec-4 { padding: 35px 0px; }	
.page-content .search-submit {  padding: 6px 30px;}	
	
	
}


@media (max-width:840px) {
.nav-right { position: absolute; top: 30px;left: 75%; }
.home-banner-content .main-title { font-size: 35px;}	
.container { max-width: 97%; }	
.home-banner-content {  top: 35%; width: 600px;  }	
.text { font-size: 18px; } 
.box-title { font-size: 14px; }	
.service-image img { width: 275px; }	
.service-image::after { height: 360px; width: 265px; }
.powerwashing-image { width: 340px; }	
.seasonal-image::before { height: 340px; }	
#foogallery-gallery-230 .fg-image { width: 240px !important; }	
.link-right-images .link { padding: 5px;}	
.link-right-images { padding: 15px 30px 0px;  }	
.testi-box { min-height: 340px; }	
.footer-content .footitl { font-size: 24px; }	
.blog-dt-sec1-text p { font-size: 15px; line-height: 26px; }	
.comment-reply-title { font-size: 24px; }	
p.comment-notes { font-size: 14px; }	
.comment-form p label { font-size: 12px;}	
.wp-block-search__input {padding: 4px; font-size: 12px;}	
.news-pt-sec-3-heading-2 {font-size: 17px; }
.news-dp-category li a {font-size: 14px;}	
	
	
	
}

@media (max-width: 768px) {
.box-title { font-size: 13px; }
.testi-box {  min-height: 360px; }	
p.comment-notes { font-size: 13px; }	
 form.comment-form input[type=text], form.comment-form input[type=email], form.comment-form input[type=url] {
	 padding: 0px 10px !important;}
.leave-form .form-submit input {  padding: 4px 30px !important; }	
	
}
@media (max-width: 767px) {
.nav-right {  left: 50%; }
.logo-box { width: 170px; left: 15px; }	
.main-menulist::after { height: 130px;  right: -100px; }	
.contact-form { padding: 15px;}	
.Our-Address { padding: 40px 0px 30px 30px; }	
.discover-list { padding: 40px 20px 30px 30px;}	
.hours-content { padding: 40px 10px 110px 30px; }	
.copy-right { padding: 0px 15px; }	
.copy-right { width: 100%; display: block; }
.inner-banner-title .inner-main-title { font-size: 36px; }	
.request-quote-section {  padding: 30px 0px; }	
.inner-banner-title { bottom: 15%; }	
.nav-item { padding: 0px 4px; gap: 5px;  }
.home-banner-content { top: 45%; width: 95%; left: 0px;  margin: 10px; }	
.desktop-banner	{ display:none;}
.mobile-banner{ display:block !important;}	
.home-banner-content .main-title { font-size: 30px; line-height: 45px; }	
.welcome-sec-1 { padding: 30px 15px 30px 15px; }	
.welcome-text { padding: 0px 0px 0px 0px; }	
.top-image { margin-bottom: 20px; margin-top: 20px; }	
.years-sec-2 {  padding: 30px 0px;}	
.years-sec-2 .years-box {  margin-bottom: 20px;  }	
.box-title {  font-size: 18px;  }	
.services-sec-3 {  padding: 30px 0px 10px;    }	
.services-card { margin: 0px 3px 20px;}	
.areas-list { column-count: 2;}	
.portfolio-images { display: block;}	
.port .image { margin-bottom: 25px;}	
.Portfolio-sec-5 { padding: 30px 0px 20px; }	
.industry-link-sec-7 .link {  margin-bottom: 25px;}	
.industry-link-sec-7 {  padding: 30px 0px 10px; }	
.services-list { padding: 30px 20px 40px 35px;}	
.services-list {  padding: 30px 20px 40px 30px; }	
.is_mobile #mnmwp-main-menu ul { margin-top: 10px; }
.port { margin-left: 0px;}	
.service-image::after{ display:none;}	
.service-image img { width: 100%; margin-bottom: 15px;}	
.services-sec-1 {  padding: 30px 0px 30px; }	
.container { max-width: 100%; }	
.interior-sec-2 {  padding: 30px 0px; }	
.interior-title { text-align: left;}	
.interior-box { height: auto;  margin-bottom: 25px;}	
.exterior-sec-3 {  padding: 30px 0px;  }	
.interior-sec-2 { padding: 30px 0px 0px; }	
.exterior-image img {  width: 100%; }	
.exterior-image::before{ display:none;}	
.powerwashing-sec-4 {  padding: 30px 0px;  }	
.powerwashing-image { width: 100%; margin: 0px 0px 10px 0px;  }	
.seasonal-sec-5 {  padding: 30px 0px; }	
.main-title { margin-bottom: 20px; }	
.seasonal-image img {  width: 100%; }	
.seasonal-image::before{ display:none;}	
.seasonal-image { margin-top: 10px; }	
.deck-inner { padding: 0px 0px; }	
.deck-staining-sec-6 { padding: 30px 0px; }	
.image { margin-bottom: 10px;}	
.deck-staining-sec-6 {  background: none; }	
.deck-staining-sec-6 { padding: 0px 0px 30px; }	
#foogallery-gallery-230 .fg-image { width: 100% !important; }	
.img-gallery-magnific { padding: 30px 0px; }	
.industry-link-section { padding: 30px 0px; }	
.link-right-images { width: 100% !important; padding: 15px 15px 0px; }	
.link-right-images {  margin-bottom: 25px; }	
.breadcrumb {  padding: 20px 20px}
.testi-box { min-height: auto; }
.testi-box { margin-bottom: 70px; }	
.testimonial-section { padding: 80px 0px 0px 0px; }	
section.enquire-form-section { padding: 30px 0px; }	
#mnmwp-main-menu ul ul li a {  padding: 15px 15px !important;}	
.is_mobile #mnmwp-main-menu #mnm-menu-button {  padding: 10px 0px;}	
.number {  font-size: 60px; }	
.serving-areas-sec-4 { padding: 30px 0px; }
.client-box { padding: 40px 15px 60px 15px; }	
.service-list li { padding: 0px 0px 10px 13px; }	
.interior-list li { padding: 0px 0px 12px 13px;}	
.exterior-list {  padding: 10px 15px; }	
.interior-box { padding: 20px 15px; }	
.main-title { font-size: 28px;}	
.request-quote-section span.wpcf7-list-item-label { padding: 10px; padding: 10px 150px 10px 10px;}	
.checkbox-item { padding: 10px 15px; }	
.error > .code { font-size: 5em; line-height: 80px; letter-spacing: 15px; }	
.error-title { font-size: 40px; }	
.error > p { font-size: 20px; }	
.error-section { padding: 50px 0px 50px; }	
.footer-content a { font-size: 16px;}	
.footer-content ul li { font-size: 16px; }	
.banner-button { padding: 0px;}	
#team-slide2 .owl-dot.active span { width: 10px;  height: 10px;}	
#team-slide2 .owl-dot span { width: 10px; height: 10px;}	
.areas-list li { font-size: 18px; }	
#mnmwp-main-menu li:hover > ul > li {  height: 47px !important; }	
.copy-right { padding: 0px 15px 20px; }	
ul.hours-list {  margin-bottom: 20px;}	
.comment-reply-title{font-size:20px;}		
form.comment-form input[type=text], form.comment-form input[type=email], form.comment-form input[type=url]{width:100%;}
.blog-dt-sec1-text {padding-bottom: 0px;}	
textarea#comment {height: 80px;}	
.blog-sec4-right {padding: 20px 25px 50px 25px; margin-top: 40px;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
}










    