@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @font-face {
    font-family: "concertone";
    src: url(../fonts/ConcertOne-Regular.ttf);
}
@font-face {
    font-family: "dongle";
    src: url(../fonts/Dongle-Regular.ttf);
} */
/* Common CSS */
* {margin: 0;padding: 0;font-family: "Poppins", sans-serif;box-sizing: border-box;}
h1,
h2,
h3,
h4,
h5,
h6 {margin: 0;}
p {margin: 0;}
ul {margin: 0;padding: 0;}
li {list-style: none;}
a {color: #000;text-decoration: none;font-weight: 400;}
a:hover {transition: 0.5s;}
.section-spacing {margin-bottom: 80px;}
.container {max-width: 1500px;}




.heading {font-size: 30px;margin-bottom: 20px;font-weight: 700;color: #000; transition: 0.5s;}
.heading .heading-span {color: #e31e23;position: relative;}
.description {color: #131418;font-size: 16px;margin-bottom: 20px;font-weight: 400;transition: 0.5s;}
.tagline {font-size: 15px;margin-bottom: 20px;color: #004b1e;display: inline-block;}
.border-btn {background-color: transparent;padding: 10px 20px;display: inline-block;transition: 0.2s;color: #007730;border-radius: 7px;border: 1px solid #007730;}
.border-btn:hover {background-color: #007730;border: 1px solid transparent;color: #FFF;}


.top-header{
    background-color: #004b1e;
    padding: 10px 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.top-header .top-header-details{
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-header-address{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.top-header .top-header-details .top-header-address a{
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
/* .top-header .top-header-details .top-header-address a img{
    vertical-align: bottom;
    margin-right: 5px;
} */

.main-header{
    background-color: transparent;
    position: relative;
    z-index: 99;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 0; */
    background-color: #191919;
    border-radius: 5px;
    padding: 0;
    position: relative;
}
header .main-header .container-fluid {
    max-width: 1814px;
}
.logo{
    display: flex;
    width: 258px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background-color: var(--grdeen-white, #fff);
    padding: 10px 30px;
    margin-bottom: -9px;
    margin-top: -12px;
    border-radius: 0 0 0 4px;
    position: relative;
    z-index: 1;
}
.logo img {
    width: 100%;
}
.logo::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    z-index: 2;
    border-right: 10px solid transparent;
    border-top: 8px solid rgba(var(--grdeen-base-rgb, 26, 145, 32), 0.8);
    right: -10px;
    bottom: 0;
}
.cerified-logo-details{
    display: flex;
    align-items: center;
    column-gap: 50px;
}
.cerified-logo{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.logo-name{
    font-size: 15px;
    font-weight: 600;
}

.logo-description{
    font-size: 12px;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    /* background-color: #009846; */
}
.menu{
    display: flex;
    align-items: center;
}
.menu li a{
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    height: auto;
    padding: 20px 20px;
    border-left: 1px solid #148e45;
    border-right: 1px solid #007730;
    font-family: poppins, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    display:block;
    transition: 0.5s;
}
.menu li a.active{
    background: #007730;
}

.menu li a:hover{
    background: #007730;
}

.call{
    padding: 20px 30px;
    background: #191919;
}
.call a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

/*  */
.hero-banner{
    background-image: url(../images/hero-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    min-height: 800px;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    top: -90px;
}

.banner-contnet .title{
    font-weight: 600;
    color: #004b1e;
    font-size: 40px;
    /* line-height: 92px; */
    display: inline-block;
    overflow: hidden;
    margin: 0 0 20px;
}

.banner-contnet .description{
    color: #131418;
    max-width: 600px;
}
.banner-contnet .border-btn:hover{
    background-color: #004b1e;
    color: #FFF;
}


.about-image img{
    /* border-radius: 50%; */
    /* overflow: hidden; */
    border: 10px solid #148e45;

}


.quality-experience{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.quality {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
p.quality-name{
    font-size: 18px;
    font-weight: 500;
}


/*  */
.feature-box{
    padding: 0;
    overflow: hidden;
    background-color: var(--grdeen-gray2, #f1f4f1);
    position: relative;
    border-bottom: 2px dashed var(--grdeen-base, #1a9120);
    height: 100%;
    border-radius: 4px;
    position: relative;
    padding: 30px 20px;
}
.feature-box:hover .shape-one{
    filter: brightness(0.6);
}
.feature-box:hover .shape-2{
    transform: translate(10px, -10px);
    filter: brightness(0.6);
}
.shape-one{
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
}
.shape-2{
    position: absolute;
    top: 0;
    right: 0;
    transition: 1s;
}
.feature-name img{
    max-width: 60px;
    width: 100%;
}

.feature-name{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.name-feature{
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

/* .feature-box{
    padding: 0;
    overflow: hidden;
    background-color: var(--grdeen-gray2, #f1f4f1);
    position: relative;
    border-bottom: 2px dashed var(--grdeen-base, #1a9120);
    height: 100%;
    border-radius: 4px;
}

.feature-name img{
    max-width: 60px;
    width: 100%;
}

.feature-name{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.name-feature{
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.feature-one__item__bg {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -9px;
    z-index: 1;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.feature-one__item__bgshape {
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    bottom: initial;
    top: 0;
    transition: all 0.5s ease;
}

.feature-item{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 34px 20px 41px 40px;
} */


/*  */
.service-list-box{
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 50px;
}
.landscaping-bg{
    background-image: url(../images/landscaping.jpg);
}
.building-bg{
    background-image: url(../images/bulding.jpg);
    height: 100%;
}
.home-service-list li{
    margin-bottom: 10px;
    color: #FFF;
}
.home-service-list li img{
    max-width: 28px;
    margin-right: 10px;
}

.service-list-box .heading{
    color: #FFF;
}

.explore-btn{
    text-align: right;
}
.explore-btn .border-btn{
    border-color: #FFF;
    color: #FFF;
}
.explore-btn .border-btn:hover{
    border-color: transparent;
    background-color: #FFF;
    color: #007730;
}


.work-box{
    text-align: center;
    position: relative;
    counter-increment: count;
    background-color: var(--grdeen-white2, #f2f4ec);
    border-radius: 8px;
    padding: 41px 20px 25px 20px;
    overflow: hidden;
    transition: 0.5s;
}
.work-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 270px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: rgba(var(--grdeen-black-rgb, 23, 32, 0), 0.03);
    transition: all 0.5s ease;
}
.work-box:hover{
    box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.2);
}
.work-box:hover::before{
    transform: translate(15%, 15%);
    background-color: rgba(var(--grdeen-base-rgb, 26, 145, 32), 0.09);
}
.work-box:hover .work-image-box img{
    background-color: #148e45;
    border: 3px solid #131418;
    scale: 1.1;
}
.work-box:hover .work-number{
    background-color: #004b1e;
    border-color: #007730;
}
.work-image-box{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.work-image-box img{
    background-color: #004b1e;
    padding: 30px;
    border: 3px solid #FFF;
    border-radius: 50%;
    transition: 0.5s;
}
.work-number{
    background-color: #007730;
    padding: 10px 12px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    color: #FFF;
    left: -20px;
    top: 0;
    border: 2px solid #FFF;
    transition: 0.5s;
}

.work-name{
    color: var(--grdeen-text-dark, #07370a);
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 12px;
}

.our-work-process{
    background-color: rgba(var(--grdeen-gray2-rgb, 241, 244, 241), 0.85);
    padding: 70px 0;
}

.testimonial-profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-profile-box{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.profile-image{
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
    width: 106px !important;
    height: 106px;
    border-radius: 50%;
}
.rating{
    max-width: 130px;
}

.testimonial-profile{
    background-color: rgba(var(--grdeen-white2-rgb, 242, 244, 236), 0.9);
}

.testimonial-box{
    transition: all 500ms ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    /* padding-bottom: 34px; */
    margin: 30px 20px;
}

.client-image{
    flex-shrink: 0;
    margin-right: 22px;
    border: 2px dashed var(--grdeen-base, #1a9120);
    border-radius: 8% 50% 50% 0;
    transition: all 500ms ease;
    width: 138px;
    min-width: 138px;
    height: 138px;
    background-color: var(--grdeen-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.client-image::after{
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    top: -2px;
    left: -8px;
    z-index: 1;
    border-radius: 0 55% 55% 0;
    background-color: var(--grdeen-white, #fff);
    transition: all 500ms ease;
}
.quote{
    position: absolute;
    right: 40px;
    top: 32px;
    width: 70px;
    height: 70px;
    background-color: var(--grdeen-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: var(--grdeen-base, #1a9120);
    font-size: 28px;
}
.quote img{
    max-width: 28px;
}

.slider-content{
    padding: 40px 40px 20px;
}

.client-heading{
    text-align: center;
}

/*  */
.cta-content{
    background-image: url(../images/cta-banner.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 6px;
}
/* .cta-content .heading{
    max-width: 500px;
} */
.cta-content .description{
    max-width: 1100px;
}

/*  */
footer{
    background-image: url(../images/footer-pattern.png);
    padding: 50px 0 20px;
}

.footer-link-heading{
    color: #FFF;
    margin-bottom: 30px;
}
.footer-links li a{
    color: #FFF;
    transition: 0.5s;
}
.footer-links li a:hover{
    color: #007730;
}
.footer-links li a img{
    margin-right: 10px;
}
.footer-links li{
    margin-bottom: 15px;
}

.mini-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #148e45;
    padding: 20px 0 0 0;
}
.mini-footer .description{
    color: #FFF;
    margin: 0;
}
.company-link{
    color: #FFF;
    transition: 0.5s;
}
.company-link:hover{
    color: #148e45;
}

.footer-logo{
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.footer-logo .description{
    margin: 0;
}


/*  */
.inner-banner-section{
    background-image: url(../images/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    /* top: -90px; */
    margin-top: -90px;
    z-index: -1;
}
.inner-banner-content{
    margin-top: 90px;
}
.inner-banner-content{
    text-align: center;
}
.inner-banner-content nav{
    justify-content: center !important; 
}
.inner-banner-content .title{
    color: #FFF;
    margin-bottom: 20px;
}
.inner-banner-content .breadcrumb-item a{
    color: #FFF;
}
.inner-banner-content .breadcrumb-item{
    color: #fff;
}
.inner-banner-content .breadcrumb-item.active{
    color: #FFF;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #FFF;
}



.contact-page{
    background-image: url(../images/cta-banner.jpg);
    padding: 100px 0px;
}
.bg-shadow{
    border-radius: 20px;
   border: 1px solid rgb(170, 170, 170);
}
.contact-page-content{
    max-height: auto;
    background-color: #E8F4E6;
    border-radius: 20px 0px 0px 20px;
    padding: 70px;
    height: 100%;
}
.contact-page .row{
    --bs-gutter-x: 0;
    /* --bs-gutter-y: 0; */
}
.form-section .row{
    --bs-gutter-x: 30px;
}
.contact-info{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 30px;
    background-color: #2A7D2E;
    border-radius: 20px;
    margin-bottom: 30px;

}

.contact-info div i{
    font-size: 22px;
    padding: 15px;
    border-radius: 50%;
    color: #2A7D2E;
    background-color: #fff;
}
.contact-info div p{
   color: #fff;
   font-size: 25px;
   font-weight: 500;
   margin-bottom: 5px;
}
.contact-info div a{
    color: #fff;
 }
 .contact-info .location i{
    padding: 15px 18px;
}


.form-section {
    padding: 100px 50px;
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
    height: 100%;
}
.form-group{
    margin-bottom: 20px;
}
.form-heading {
    font-size: 25px;
    margin-bottom: 6px;
    color: #D5A533;
    text-align: center;
}
.form-control {
    display: block;
    margin-top: 3px;
    padding: 10px 15px;
    font-size: 16px;
    color: #212529;
    background-color: #f3f3f3;
    background-clip: padding-box;
    /* border: 1px solid #231F20; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    border-radius: 0px;
    margin-top: 3px;
    padding: 10px 15px;
    border: 1px solid #212529;
}
.form-select:focus {
    /* border: 1px solid #231F20; */
    box-shadow: rgba(199, 199, 199, 0.25) 0px 0px 0px 0.25rem;
}
.form-control:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    border-color: #231F20 !important;
    outline: 0px;
    box-shadow: rgba(199, 199, 199, 0.25) 0px 0px 0px 0.25rem;
}
.map{
    height: 450px;
}


.why-choose-us-page{
    background-image: url(../images/why-choose-us-bg.png);
    padding: 80px 0px;
    margin-bottom: 80px;
}
.wcu-heading{
    margin-bottom: 40px;
}
.wcu-desc{
    width: 70%;
    margin: auto;
}
.why-choose-us-cantent{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.why-choose-us-points{
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
}
.why-choose-us-points i{
    font-size: 40px;
    color: #4B914E;
    transition: 0.5s;
}
.why-choose-us-points div p:first-child{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 0.5s;
 }
 .point-number{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #dddddd;
    transition: 0.5s;
 }
 .why-choose-us-points:hover{
    background-color: #133A16;
 }
 .why-choose-us-points:hover p{
    color: #fff;
 }


 .service-type{
    margin: 60px;
 }

 .service-type > a > h2:hover{
    color: #007730;
 }

.service-data{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.service-type-cantent{
    border: 2px solid #00773050;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}
.service-type-cantent a img{
    border-radius: 15px 15px 0px 0px;
}
.service-type-cantent a p{
    padding: 15px 0px;
    transition: 0.5s;
}
.service-type-cantent:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    border: 2px solid #007730;
}
.service-type-cantent:hover a p{
    color: #007730;
}
/* .service-type-cantent:hover a img{
    transform: scale(1.1);
} */


.landscaping-page{
    margin-bottom: 60px;
}
/* .landscaping-page .landscaping-page-content ul li{
    position: relative;
    margin-left: 20px;
    margin-top: 7px;
    color: #686767;
}
.landscaping-page .landscaping-page-content ul li::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #007730;
    top: 7px;
    left: -20px;
    border-radius: 50%;
} */
.landscaping-page-content h3{
    display: inline-block;
    border-bottom: 1px solid #007730;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
/* .landscaping-page .landscaping-page-content .desc-heading{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px; 
} */
.landscaping-page .landscaping-img{
    border: 2px solid #007730;
    border-radius: 8px;
}
.landscaping-page2{
    background-color: #E8F4E6;
    padding: 60px 0px;
}
.landscaping-page-content2{
    margin-left: 40px;
}
/* .landscaping-page-content.landscaping-page-content2 h3,
.landscaping-page-content.landscaping-page-content2 .desc-heading{
    color: #fff;
}
.landscaping-page-content.landscaping-page-content2 ul li{
    color: #b4b4b4;
    
}
.landscaping-page2 .landscaping-img2{
    border: 2px solid #007730;
    border-radius: 8px;
} */


/*  */
.service-box {
    padding: 15px;
    border: 1px solid #d5ddcf;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s;
    height: 95%;
}
.service-name{
    font-size: 18px;
    margin-bottom: 20px;
    color: #007730;
}
.service-list-image{
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}
.service-list-image img{
    transition: 0.5s;
}
.service-box:hover .service-list-image img{
    scale: 1.2;
}
.service-box:hover{
    box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.2);
}

.service-cta{
    background-color: #e9efe5;
    border-radius: 6px;
    position: relative;
    display: block;
    padding: 32px 40px 40px;
    overflow: hidden;
    z-index: 1;
}

.detail-img{
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}
.services-details-shape-1{
    position: absolute;
    top: -24px;
    right: -7px;
    z-index: -1;
}
.services-details-img-1{
    position: absolute;
    top: -8px;
    right: 0;
    z-index: -1;
}
.call-details {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.call-text .description{
    margin-bottom: 10px;
    color: #6d756d;
}
.call-text a{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #148e45;
}

.call-img{
    background-color: #004b1e;
    padding: 20px;
    border-radius: 50%;
}

.sidebar-list{
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    background-color: #e9efe5;
    border-radius: 6px;
}
.sidebar-list li{
    margin-bottom: 20px;
}
.sidebar-list li:last-child{
    margin-bottom: 0;
}
.sidebar-list li a{
    position: relative;
    display: block;
    background-color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #192919;
    border-radius: 6px;
    padding: 12px 20px 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.sidebar-list li a img{
    transition: all 500ms ease;
}

.sidebar-list li a:hover{
    background-color: #004b1e;
    color: #FFF;
}
.sidebar-list li a:hover img{
    filter: brightness(8) grayscale(1);
}

.sidebar-list li a.active{
    background-color: #004b1e;
    color: #FFF;
}
.sidebar-list li a.active img{
    filter: brightness(8) grayscale(1);
}
.sidebar-cta-img img{
    width: 100%;
}

.sidebar-cta{
    background-color: #004b1e;
    border-radius: 6px;
    overflow: hidden;
}

.sidebar-details{
    padding:50px;
    text-align: center;
}
.sidebar-details .heading{
    color: #FFF;
    margin-bottom: 30px;
}
.sidebar-details .description{
    color: #FFF;
    margin-bottom: 10px;
}
.sidebar-details .sidebar-cta-detail{
    margin-bottom: 30px;
}
.sidebar-details .sidebar-cta-detail a{
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
}

.sidebar-details .border-btn{
    background-color: #FFF;
    border-color: #FFF;
    color: #004b1e;
}


.menu-dropdown{
    position: relative;
}
.menu-dropdown:hover .mega-menu{
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.mega-menu{
    position: absolute;
    /* top: 30px; */
    left: 0;
    background-color: #000;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.mega-menu li a{
    border: none;
    border-bottom: 1px solid #004b1e;
    padding: 10px 30px;
}

.socical-media{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.socical-media a{
    background-color: #FFF;
    padding: 5px 8px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.socical-media a img{
    transition: 0.5s;
    max-width: 18px;
}
.socical-media a:hover{
    background-color: transparent;
    border: 1px solid #FFF;
}
.socical-media a:hover img{
    filter: brightness(3) grayscale(1);
}


.toggle {width: 38px;height: 38px;cursor: pointer;right: 0;position: relative;margin-left: 0;z-index: 1;display: none !important;}
.toggle-icon::before,
.toggle-icon::after {content: "";position: absolute;top: 0;right: 0;height: 10%;width: 110%;background: #007730;transition: 0.3s linear;}
.toggle-icon::before {transform: translateX(0);}
.toggle-icon::after {top: 13px;width: 90%;}
.closeMenu .toggle-icon::after {width: 110%;}

/* gallery */
.horizontal:after {content: "";display: flex;clear: both;}
.vertical {float: left;width: 25%;padding: 10px;}
.vertical img {margin-top: 12px;width: 100%;cursor: pointer;}

@media(max-width: 720px) {
  .vertical {width: 50%;}
}

.tabs__buttons--container {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    column-gap: 30px;
  }
  
  .tabs__tab-btn {
    background: none;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: solid 3px #004b1e;
    color: #004b1e;
    font-size: 20px;
    background-color: #004b1e;
    color: #FFF;
  }
  
  .tabs__tab-btn--not-selected {
    /* border-bottom-color: #148e45; */
    background-color: transparent;
    color: #004b1e;
  }
  
  .tabs__tab-btn:hover {
    /* background-color: #50adff; */
    /* color: #1a9120; */
    transition: 0.3s;
  }
  
  .tabs__tab--hide {
    display: none;
  }
  
  .tabs__tab--show {
    display: block;
  }
  
  .tabs__tab {
    animation: tabApear 0.6s;
  }
  
  @keyframes tabApear {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }



  /* our work page gallery css */
.main .container {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 1rem;justify-content: center;align-items: center;}
.main .card {color: #252a32;border-radius: 2px;background: #ffffff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);}
.main .card-image {position: relative;display: block;width: 100%;padding-top: 70%;background: #ffffff;}
.main .card-image img,
.main .card-image video {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}


.thank-you-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 33px -5px rgba(0, 0, 0, 0.2);
    padding: 50px 20px;
}
.thank-you-content .heading{
    color: #004b1e;
}
.write-image{
    margin-bottom: 20px;
}


@media (min-width: 1200px) and (max-width: 1499px) {
    .container {max-width: 96%;}
    .name-feature{
        font-size: 20px;
    }
    .work-box{
        height: 90%;
    }
    .work-name{
        font-size: 22px;
    }
    .footer-links li a{
        font-size: 14px;
        display: inline-flex;
    }
    .mini-footer .description{
        font-size: 14px;
    }
    .description{
        font-size: 14px;
    }
    .cta-content .description{
        max-width: 980px;
    }
  }

@media (min-width:768px) and (max-width:1199px) {
    .container {max-width: 96%;}
    .toggle {display: block !important;z-index: 6;top: 5px;right: 0;}
    .closeMenu .toggle-icon::before {visibility: visible;opacity: 1;top: 0;transition: 0.3s linear;transform: rotate(135deg);background-color: #fff;}
    .closeMenu .toggle-icon::after {top: 0;transition: 0.3s linear;transform: rotate(42deg);background-color: #fff;}
    .menu{
        flex-direction: column;position: absolute;top: 0;left: -100%;height: 100vh;width: 100%;justify-content: flex-start;align-items: flex-start;row-gap: 25px;transition: 0.3s;overflow: hidden;background-color: #004b1e;padding: 100px 0 0 40px;
    }
    .menu.show-menu{
        left: 0;z-index: 4;
    }
    header .main-header .container-fluid{
        padding: 0;
    }
    .top-header{
        margin-bottom: 0;
    }
    .call{
        display: flex;
    align-items: flex-start;
    padding: 0 20px;
    background: #191919;
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    }
    .logo{
        margin-bottom: -6px;
        margin-top: 0px;
        padding: 10px;
        height: auto;
    }
    .menu li a{
        border: none;
        padding: 0;
    }
    .menu li a.active {
        background: transparent;
        border-bottom: 2px solid #FFF;
    }
    .hero-banner{
        background-position: left;
        min-height: 450px;
        top: 0;
        margin-bottom: 50px;
    }
    .banner-contnet .description{
        max-width: 500px;
    }
    .about-image{
        margin-bottom: 20px;
    }

    .service-list-box{
        margin-bottom: 30px;
    }
    .work-box{
        margin-bottom: 30px;
    }
    .footer-logo .description{
        margin-top: 20px;
    }
    .mini-footer{
        flex-direction: column;
    }
    .inner-banner-content {
        margin-top: 0;
    }
    .inner-banner-section{
        height: 240px;
        margin-top: 0;
    }
    .mega-menu {
        position: inherit;
        top: 16px;
        left: 0;
        background-color: transparent;
        transition: 0.5s;
        visibility: visible;
        opacity: 1;
        gap: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .contact-page-content{
        border-radius: 20px 20px 0px 0px;
    }
    .form-section{
        border-radius: 0px 0px 20px 20px;
    }
    .why-choose-us-cantent{
        grid-template-columns: repeat(2, 1fr);
    }
    .why-choose-us-points div p:first-child{
        font-size: 19px;
    }
    .description{
        font-size: 14px;
    }
    .footer-link-heading{
        margin-bottom: 15px;
    }
    .footer-links{
        margin-bottom: 30px;
    }
    .contact-info div p{
        font-size: 20px;
    }
    .contact-page-content
    {
        padding: 40px;
    }
    .form-section{
        padding: 50px;
    }
    .section-spacing{
        margin-bottom: 50px;
    }
}
@media (min-width:320px) and (max-width:767px) {
    .container {max-width: 96%;}
    .call  a .span-number{
        display: none;
    }
    .section-spacing{
        margin-bottom: 50px;
    }
    .banner-contnet{
        max-width: 500px;
    }
    .banner-contnet .title{
        font-size: 40px;
    }
    .toggle {display: block !important;z-index: 6;top: 5px;right: 0;}
    .closeMenu .toggle-icon::before {visibility: visible;opacity: 1;top: 0;transition: 0.3s linear;transform: rotate(135deg);background-color: #fff;}
    .closeMenu .toggle-icon::after {top: 0;transition: 0.3s linear;transform: rotate(42deg);background-color: #fff;}

    .top-header-address a span{
        display: none;
    }
    .menu{
        flex-direction: column;position: absolute;top: 0;left: -100%;height: 100vh;width: 100%;justify-content: flex-start;align-items: flex-start;row-gap: 25px;transition: 0.3s;overflow: hidden;background-color: #004b1e;padding: 100px 0 0 40px;
    }
    .menu.show-menu{
        left: 0;z-index: 4;
    }
    header .main-header .container-fluid{
        padding: 0;
    }
    .top-header{
        margin-bottom: 0;
    }
    .call{
        display: flex;
    align-items: flex-start;
    padding: 0 20px;
    background: #191919;
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    }
    .logo{
        margin-bottom: -6px;
        margin-top: 0px;
        padding: 10px;
        height: auto;
    }
    .menu li a{
        border: none;
        padding: 0;
    }
    .menu li a.active {
        background: transparent;
        border-bottom: 2px solid #FFF;
    }
    

    .banner-contnet .title{
        font-size: 30px;
    }
    .hero-banner{
    background-position: left;
    min-height: 380px;
    object-fit: cover;
    top: 0;
    margin-bottom: 50px;
    }
    .about-image{
        margin-bottom: 20px;
    }
    .heading {
        font-size: 25px;
    }
    .description{
        font-size: 14px;
    }
    .quality-experience{
        flex-direction: column;
        align-items: self-start;
        row-gap: 20px;
    }
    .service-list-box{
        padding: 20px;
        margin-bottom: 30px;
    }
    .our-work-process{
        padding: 40px 0;
    }
    .work-box{
        margin-bottom: 30px;
    }
    .quote{
        display: none;
    }
    .client-profile-box{
        column-gap: 0;
    }
    .client-name{
        font-size: 15px;
    }
    .slider-content{
        padding: 30px 20px 0px;
    }
    .testimonial-section.section-spacing{
        margin-bottom: 0;
    }
    .cta-content{
        padding: 20px;
    }
    .footer-logo .description{
        margin-top: 20px;
    }
    .footer-link-heading{
        margin-bottom: 15px;
    }
    .footer-links{
        margin-bottom: 30px;
    }
    .mini-footer{
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }

    .inner-banner-section{
        margin-top: 0;
        height: 200px;
    }
    .inner-banner-content .title{
        font-size: 20px;
    }
    .inner-banner-content {
        margin-top: 0;
    }
    .service-cta{
        margin-bottom: 20px;
    }
    .call-text .description{
        color: #FFF;
    }
    .call-text a{
        color: #FFF;
    }
    .wcu-desc {
        width: 100%;
        margin: auto;
    }
    .why-choose-us-cantent{
        grid-template-columns: 1fr;
    }
    .why-choose-us-points div p:first-child{
        font-size: 20px;
    }
    .why-choose-us-points{
        padding: 20px;
        gap:15px;
    }
    .why-choose-us-points .description{
        margin-bottom: 0;
    }
    .why-choose-us-page{
        padding: 50px 0;
    }
    .contact-page-content{
        padding: 30px 20px;
    }
    .contact-info{
        flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 10px;
    }
    .contact-info div p{
        font-size: 20px;
    }
    .form-section{
        padding: 40px  30px;
    }

    .mega-menu {
        position: inherit;
        top: 16px;
        left: 0;
        background-color: transparent;
        transition: 0.5s;
        visibility: visible;
        opacity: 1;
        gap: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .tabs__buttons--container{
        flex-wrap: wrap;
		row-gap: 20px;
    }
    .main .container{
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-page-content{
        border-radius: 20px 20px 0px 0px;
    }
    .form-section{
        border-radius: 0px 0px 20px 20px;
    }
    .breadcrumb{
        justify-content: center;
    }
}
