:root {
    --green: #6c9082;
    --black: #000;
    --Montserrat: "Montserrat", sans-serif;
    --Roboto: "Roboto Condensed", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: var(--black);
    font-family: var(--Montserrat);
}

a {
    margin: 0;
    padding: 0;
    color: var(--green);
    font-size: 14px;
}

ul,
li {
    padding: 0;
    margin: 0;
}

.contact-number {
    a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        font-family: var(--Montserrat);

        &:hover {
            color: #000;
        }
    }
}

.social-icons {
    .nav-item {
        a {
            border-radius: 100px;
            background-color: #6c9082;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            padding: 0;
            color: #ffffff;

            &:hover {
                background-color: #000000;
                color: #fff;
            }

            @media(max-width: 767px) {
                width: 30px;
                height: 30px;
                line-height: 30px;
            }
        }
    }
}

.top-header {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
}

header nav.navbar {
    background-color: #6c9082;
}

header a.navbar-brand img {
    max-width: 240px;
}

.navbar-brand {
    font-size: 26px;
    font-weight: 900;
    color: #344e43;
    text-transform: uppercase;

    &:hover {
        color: #000;
    }
}

.navbar-nav {
    li {
        a {
            font-size: 14px;
            font-weight: 500;
            color: #ffffff;
            text-transform: uppercase;
        }
    }
}

.navbar-nav li a {
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li a:hover {
    color: var(--black);

}

.navbar-nav li.current_page_item a {
    color: var(--black);

}

.banner-section,
.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
    height: 100vh;
    max-height: calc(100vh - 136px);
}

.banner-section {
    position: relative;

}

.banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(67, 161, 126, 0.56);
}

.banner-section .carousel .carousel-caption {
    z-index: 9;
    color: #fff;
}

.banner-section button span {
    background-color: #6c9082 !important;
    border-radius: 50%;
    filter: none !important;
    padding: 0px !important;
    background-size: 78% !important;
    text-align: center;

}
.banner-section .carousel-caption {
        top: 39%;
 }
 .home-banner .slick-dots {
 bottom: 24px;
  }
 .home-banner .slick-dots li button:before {
   font-size: 13px;
   color: #025032;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
}




.carousel-caption {
    bottom: 50%;
    top: 50%;
    transform: translate(0%, -50%);
}

button.btn-deflt {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8em 1.2em;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    background-color: #6c9082;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
}

button.btn-deflt svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    /* Makes icon color match text */
}

.carousel-caption h5 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 25px;

    span {
        color: var(--black);
    }
}
.home-banner {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/dustmould/assets/images/banner-img.jpg);
    background-size: cover;
    width:100%;
    padding:60px 0px;
}
.left-side img {
    width: 100%;
}
.inner-area .row {
    align-items: center;
}




.process-content {
    h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        font-family: var(--Roboto);
    }

    p {
        font-size: 16px;
        margin: 0;
    }
}

.sub-heading {
    font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.heading {
    font-family: var(--Roboto);
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.text-theme {
    color: var(--green);
}

.heading>span::before {
    content: "";
    width: 100%;
    max-width: 80%;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    height: 1px;
    background-color: var(--green);
}

.heading>span::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid var(--green);
}
.process svg {
    fill: #6c9082;
}

.heading>span {
    position: relative;
}

.footer-heading a img {
    max-width: 232px;
}

.footer-top {
    background-color: #669f89;
    padding: 20px 0;
}

.footer-top h5.sub-heading {
    font-weight: 500;
    font-size: 18px;
}

.footer-heading .social-icons a {
    background-color: #ffffff;
    color: #000;
}

.footer-bootom {
    background: #6c9082;
    padding: 40px 0;

    .nav-item {
        a {
            &:hover {
                background-color: #669f89;
            }
        }
    }
}

.footer-heading p {
    font-size: 15px;
}

.footer-heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer-heading {
    h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        font-family: var(--Roboto);
        margin-bottom: 22px;
    }

    li {
        list-style: none;
        margin-bottom: 14px;

        a {
            text-decoration: none;
            font-size: 15px;
            color: #fff;
        }
    }

    .footer-content {
        .sub-heading {
            font-size: 16px;
            font-weight: 400;
        }

        svg {
            width: 20px;
            height: 20px;
            flex: none;
        }
    }
}

.footer-last {
    background-color: var(--green);

    p {
        font-size: 14px;
    }

    li {
        list-style: none;

        a {
            color: #fff;
            text-decoration: none;
        }
    }
}

.btn-deflt.btn-ab {
    padding: 6px 20px;
    border-radius: 100px;
    position: absolute;
    top: -22px;
}

.blog-secton {
    background-color: #aed7ca1a;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/dustmould/assets/images/pattren.jpg);
    background-size: cover;
}

.blog-secton .card-body {
    position: relative;
    padding: 30px 16px;
}

.blog-secton .card-body .card-title.sub-heading {
    margin-bottom: 0;
}

.strip-section .bx-white {
    background-color: #ffffff;
    margin-top: 30px;
    border: 1px solid #d9d6d6;
    text-align: center;
    width: 100%;

    img {
        width: 100%;
    }
}

.zoom-effect {
    width: 100%;
    height: 100%;
    overflow: hidden;

    img {
        transition: transform 0.2s ease-out;


    }

}

.bx-white:hover img {
    transform: scale(1.20);
    width: 100%;
    height: 100%;

}

.strip-section .bx-text {
    padding: 13px 15px;
}

.bx-text a {
    padding: 10px 8px;
    cursor: pointer;
    font-size: 15px;
    background-color: #6c9082;
    color: #ffffff;
    border-radius: 4px;
    margin: 7px 0px 0px;
    display: inline-block;
    transition: 0.3s linear;

    &:hover {
        background-color: #000;
        color: #ffffff;
    }
}

.service-card {
    margin-bottom: 25px;
}

.service-card .sub-heading {
    margin-bottom: 15px;
    font-size: 18px;
}

.service-card img.img-responsive {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 12px !important;
    transition: all 0.3s ease-in-out;

    &:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transform: translateY(-10px);
    }

}

a {
    text-decoration: none !important;
}

.service-card a:hover {
    text-decoration: none;
    color: var(--green);
}

.strip-section {
    background-color: rgba(218, 243, 235, 0.33);
}

.serviceSingleMain img.img-responsive.mb-20 {
    margin-bottom: 30px;
    width: 100%;
}

.service-text p {
    max-width: 600px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.about-section {
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/dustmould/assets/images/bg-about.jpg");
    background-size: cover;
   
}

.about-section {
    background-color: #aed7ca1a;
}

.padding-tb {
    padding: 60px 0px;
}

.about-section button {
    margin-top: 20px;
}

.card-button button.btn.btn-light:hover {
    background-color: #6c9082;
}

.blog-secton .card-button button.btn.btn-light:hover svg {
    fill: #ffffff;
}

/**start contact css**/
.contact-info h5 {
    color: #6c9082;
    margin-bottom: 15px;
}

.contact-info h2 {
    font-weight: 600;
}

.contact-list {
    margin-top: 20px;

    li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        font-size: 15px;
        align-items: center;

        &:hover {
            color: #108e61;

        }

        a {
            color: #000;

            &:hover {
                color: #108e61;
            }

        }

        svg {
            fill: #6c9082;
            width: 25px;
        }

        p {
            margin: 0px 0px 0px 10px;
        }

        span {
            margin-left: 10px;
        }
    }
}

.contact-map {
    padding-top: 30px;

    iframe {
        height: 450px;
        max-width: 100%;
    }
}

/**close contact css**/





/*Responsive*/

@media(max-width: 1199px) {
    .carousel-caption h5 {
        font-size: 40px;
    }

    .banner-section .carousel .carousel-caption {
        padding: 0px !important;
    }

    .process {
        margin-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .contact-list {
        li {
            font-size: 14px;

            svg {
                fill: #6c9082;
                width: 20px;
            }
        }
    }

    .footer-top h5.sub-heading {
        font-size: 16px;
    }

    .navbar ul li {
        border-bottom: 1px solid rgb(247 244 244 / 21%);
        display: flex;
    }

    .navbar ul li a {
        padding: 7px 0px;
    }

    .navbar ul li:last-child {
        border-bottom: none;
    }

    button.btn-deflt {
        font-size: 0.85rem;

    }

    .sub-heading {
        font-size: 18px;

    }

    .heading {
        font-size: 50px;

    }

    .aboutBnt button.btn-deflt {
        font-size: 0.75rem;
    }

    .navbar .navbar-toggler {
        padding: .10rem .15rem;
        font-size: 1.35rem;
        line-height: initial;
        background-color: #6c9082;
    }

    .navbar .navbar-toggler:focus {
        box-shadow: none;
    }

    .process {
        margin-bottom: 12px;
    }


}


@media(max-width: 767px) {
    .navbar-brand {
        font-size: 16px;
    }

    button.navbar-toggler {
        background: #098c62;
        color: #fff;
        padding: 7px 10px;

    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .about-section {
        .content {
            padding-top: 50px;
            padding-left: 0;

            .heading {
                font-size: 35px;
                line-height: 40px;
            }
        }
    }

    .process {
        margin-bottom: 20px;
    }

    .heading {
        font-size: 45px;
    }

    .footer-content .sub-heading {
        font-size: 16px !important;
        font-weight: 500;
    }

    .footer-content {
        margin-bottom: 10px;
    }

    .footer-end {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .padding-tb {
        padding: 40px 0px;
    }

    .aboutcontent {
        margin-top: 20px;
    }

    .navbar .navbar-toggler {
        padding: 0.55rem .85rem;
        font-size: 1.95rem;
        line-height: 0;

    }

    .carousel-caption h5 {
        font-size: 32px;
    }

    .about-images {
        margin-bottom: 20px;
    }

    .carousel-caption {
        top: 36%;

    }
.about-section {
    background-position: center;
}
.home-banner {
    background-position: center;
}
.right-side {
    margin-top: 20px;
}
}


@media(max-width: 575px) {
    header a.navbar-brand img {
        max-width: 170px;
    }

    .padding-tb {
        padding: 30px 0px;
    }

    .contact-list {
        margin-top: 12px;
    }

    .footer-content svg {
        width: 25px;
    }

    .footer-content {
        gap: 8px !important;
    }

    .contact-list li {
        font-size: 12px;

        svg {
            font-size: 18px;
        }

    }

    .contact-info {
        margin-bottom: 25px;
    }

    .footer-heading h3 {
        margin-bottom: 10px;
    }

    .footer-content .sub-heading {
        font-size: 14px !important;
        font-weight: 500;
    }

    .heading {
        font-size: 36px;
    }

    .blog-secton .secton-heading.pb-5 {
        padding-bottom: 1rem !important;
    }

    .aboutBnt button.btn-deflt:nth-child(1) {
        margin-bottom: 12px;
    }

    .process {
        margin-bottom: 20px;
        justify-content: center !important;
    }

}