@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "AldotheApache";
    src: url(../fonts/AldotheApache.ttf);
}

@font-face {
    font-family: "Proxima-Nova-Regular";
    src: url(../fonts/Proxima-Nova-Regular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "AldotheApache";
    font-size: 66px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "AldotheApache";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "AldotheApache";
    font-size: 65px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "AldotheApache";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "AldotheApache";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "AldotheApache";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 18px;
    font-family: "Proxima-Nova-Regular";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSection {
    background: #25352c;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 255px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffffde;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 400;
}

a.GET_btn {
    background: #25352c;
    position: relative;
    z-index: 1;
}

.menuSection::before {
    position: absolute;
    content: '';
    width: 14%;
    background: #7b9e36;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}

a.GET_btn::after {
    position: absolute;
    content: '';
    width: 161px;
    height: 58px;
    background: #25352b;
    left: -12px;
    top: -15px;
    z-index: -1;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.banner_text.inner-text h1 {
    line-height: 60px;
}

.banner_text {
    position: relative;
    z-index: 1;
    height: 615px;
    display: block;
    align-content: center;
    padding-left: 50px;
}

.banner_text a {
    background: #25352c;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 25px;
}

.banner_text p {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #585858;
}

.banner_text::before {
    position: absolute;
    content: '';
    width: 108%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(90deg, rgba(239, 239, 239, 1) 67%, rgb(239 239 239 / 4%) 100%);
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-item {
    height: 100vh;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.carousel-item img {
    /* width: 100%; */
    /* height: 100vh; */
    /* padding: 46px 0 50px 256px; */
}

.banner_img img {
    position: absolute;
    width: 70%;
    right: 0;
    top: 61px;
    z-index: -1;
    height: 615px;
}


/*banner css end*/

.about {
    padding: 100px 0;
}

.about_text p {
    font-family: 'Poppins';
    text-align: justify;
    font-size: 17px;
    padding: 20px 0;
    line-height: 29px;
    color: #8a8a8a;
    font-weight: 500;
}

.about_text.inner-about p {
    padding: 11px 0 0;
}

.about_text h1 {
    color: #25352c;
    line-height: 60px;
}

.about_text span {
    color: #000;
}

.about_text a {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.about_img img {
    width: 100%;
    height: 450px;
}

.year img {
    height: 200px;
    width: 350px;
    position: absolute;
    bottom: -71px;
    left: 35px;
    object-fit: cover;
    border: 3px solid #fff;
}

.about_img {
    position: relative;
}

.about_text {
    padding-left: 25px;
}

.year_of {
    display: flex;
    align-items: center;
    gap: 33px;
    background: #25352c;
    width: 236px;
    height: 75px;
    position: absolute;
    left: 353px;
    bottom: -34px;
    border: 2px solid #fff;
    border-radius: 5px;
    justify-content: center;
}

.year_of h3 {
    font-size: 57px;
    color: #fff;
}

.year_of h5 {
    font-size: 27px;
    color: #fff;
}

.our_services {
    background-image: url(../images/our_services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.our_services::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #263928d6;
    top: 0;
    left: 0;
    z-index: -1;
}

.our_services_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our_services_content h5 {
    color: #7a9d36;
    font-size: 25px;
}

.our_services_content h1 {
    color: #fff;
    padding-bottom: 11px;
}

.our_services_content a {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 25px;
}

.Services img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.Mowing img {
    height: auto !important;
    width: auto !important;
    object-fit: cover;
    background: #7a9d36;
    padding: 11px;
}

.Mowing {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: center;
    background: #fff;
    width: 83%;
    padding: 11px 14px;
    position: absolute;
    left: 36px;
    bottom: -39px;
    border: 4px solid #30452b;
}

.Services {
    position: relative;
}

.why_chose_Us {
    padding: 100px 0;
}

.why_chose_Us_text h4 {
    color: #7a9d36;
    font-size: 27px;
}

.quntiy {
    display: flex;
    gap: 27px;
    align-items: center;
    position: relative;
}

.quntiy::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 66px;
    background: #7a9d49;
    left: 28px;
    top: 83px;
}

.quntiy h3 {
    font-size: 28px;
    width: 80px;
    border: 2px solid #7a9d36;
    height: 53px;
    border-radius: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7a9d36;
    font-family: 'Proxima-Nova-Regular';
}

.quntiy p {
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #656565bd;
}

.quntiy.one::before {
    background: #fff;
    top: 97px;
}

.why_chose_Us_text {
    padding-bottom: 16px;
}

.why_chose_Us_img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.plant img {
    width: 330px;
    height: 240px;
    position: absolute;
    top: 40px;
    left: -14px;
    border: 1px solid #fff;
}

.why_chose_Us_img {
    position: relative;
    padding-left: 30px;
}

.Area {
    position: relative;
    z-index: 1;
}

.Area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #7a9d366e;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 0;
}

.our_service_area_slider .slick-active {
    opacity: 1.5;
}

.Area h4 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 27px;
    right: 0;
    bottom: 0;
    align-content: center;
    text-align: center;
    margin: auto;
}

.our_service_area {
    background: #d7e2c2;
    padding: 100px 0 200px;
}

.service_area h1 {
    color: #fff;
    padding-bottom: 20px;
}

.service_area.inner_service_area h1 {
    color: #000;
}

.Get_A_Free_Quote form input {
    width: 100%;
    height: 50px;
    margin-bottom: 11px;
    padding: 15px;
    border: 1px solid;
}

.Get_A_Free_Quote form textarea {
    width: 100%;
    height: 209px;
    padding: 12px;
}

.Get_A_Free_Quote form button {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: unset;
}

.Get_A_Free_Quote {
    padding-top: 65px;
}

.get_a_fre {
    box-shadow: 17px 0 24px 0 #ebebeb;
    /* position: absolute; */
    /* bottom: -454px; */
    background: #fff;
    margin-top: -163px;
}

.Get_Qoute {
    position: relative;
}

.our_reviews {
    padding: 100px 0;
}

.carousel-caption::before {
    position: absolute;
    content: '';
    background: #bdce9a;
    width: 100%;
    height: 18%;
    bottom: 0;
    z-index: -1;
}

.our_reviews_card_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
}

.our_reviews_card {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 30px;
}

img.test {
    border-radius: 75px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.our_reviews_card p {
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
    text-align: justify;
}

.our_reviews_card h5 {
    font-size: 26px;
    padding-left: 38px;
    padding-top: 20px;
    position: relative;
}

.our_reviews_card h5::before {
    width: 31px;
    height: 4px;
    background: #7b9e36;
    position: absolute;
    content: '';
    left: 0;
    bottom: 14px;
}

img.Qoutation {
    height: 51px;
    width: 51px;
}

.our_reviews_slider .slick-active {
    opacity: 1.5;
}

.our_reviews_text h3 {
    color: #7a9d36;
    font-size: 28px;
    font-family: 'Proxima-Nova-Regular';
    text-transform: uppercase;
    font-weight: 800;
}

.our_reviews_text h1 {
    font-size: 67px;
}

.our_reviews_slider .slick-prev:before {
    content: '';
    background-image: url(../images/arrow-right-copy-3.png);
    background-color: #7b9e36;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    position: absolute;
    padding: 20px 26px;
    right: 3px;
    top: 5px;
    background-position: center;
}

.our_reviews_slider .slick-next:before {
    content: '';
    background-image: url(../images/arrow-right-copy-4.png);
    background-color: #7b9e36;
    padding: 20px 28px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
}

.our_service_area_slider .slick-next:before {
    content: '';
    background-image: url(../images/arrow-right-copy-4.png);
    background-color: #7b9e36;
    padding: 18px 28px;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
}

.our_service_area_slider .slick-prev:before {
    content: '';
    background-image: url(../images/arrow-right-copy-3.png);
    background-color: #7b9e36;
    background-repeat: no-repeat;
    background-size: auto;
    align-items: center;
    position: absolute;
    padding: 18px 26px;
    right: 3px;
    top: 5px;
    background-position: center;
}

.carousel-control-prev {
    left: 58px;
    bottom: -521px;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrows-copy.png);
    height: 10px;
    width: 52px;
}

.carousel-control-next {
    left: 120px;
    bottom: -524px;
}

.carousel-control-next-icon {
    height: 10px;
    width: 54px;
    background-image: url(../images/arrows.png);
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 619px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    height: 50px;
}

.footerSec {
    background: #25352b;
    padding: 101px 0 17px;
    position: relative;
    z-index: 1;
}

.footerSec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #6a776f;
    bottom: 47px;
    z-index: -1;
}

.copy-txt {
    text-align: center;
    background: #7b9e36;
    padding: 23px 0;
}

.copy-txt p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.footer_logo p {
    text-align: justify;
    color: #fff;
    font-size: 18px;
    padding-right: 74px;
    padding-bottom: 70px;
    padding-top: 19px;
    line-height: 32px;
}

.foot-links h5 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 31px;
    position: relative;
}

.foot-links ul li a {
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-contact h5 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 21px;
    position: relative;
}

.footer-contact ul li a {
    color: #fff;
    padding-bottom: 13px;
}

.footer-contact ul li a i {
    padding-right: 9px;
}

.news-letter h5 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}

.news-letter p {
    color: #fff;
    font-size: 19px;
    padding-bottom: 15px;
    padding-top: 11px;
}

.news-letter input {
    width: 89%;
    height: 70px;
    padding: 11px;
    border-radius: 13px;
}

.news-letter button {
    height: 60px;
    width: 170px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #25352b;
    color: #fff;
    text-transform: uppercase;
}

.news-letter input::placeholder {
    text-align: center;
    text-transform: uppercase;
    color: #919191;
}

.foot-links h5::before {
    position: absolute;
    content: '';
    width: 54px;
    height: 4px;
    background: #7b9e36;
    bottom: 20px;
}

.footer-contact h5::before {
    position: absolute;
    content: '';
    width: 54px;
    height: 4px;
    background: #7b9e36;
    bottom: 10px;
}

.news-letter h5::before {
    position: absolute;
    content: '';
    width: 54px;
    height: 4px;
    background: #7b9e36;
    bottom: 6px;
}

.footer_logo a img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.social_icon {
    position: absolute;
    left: 37px;
    bottom: 220px;
}

.social_icon::before {
    position: absolute;
    content: '';
    height: 93px;
    width: 1px;
    background: #000;
    left: 12px;
    bottom: -88px;
}

.social_icon a {
    font-size: 30px;
    padding-bottom: 15px;
}

.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* top: 0; */
    margin: auto;
    background: #25352b;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn1 {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    /* right: 0; */
    /* bottom: 0; */
    top: 0;
    margin: auto;
    background: #7b9e36;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.theme-btn1:hover {
    color: #fff;
}

.theme-btn1:hover::before {
    width: 100%;
    height: 100%;
}

.our_service_area.inner_service_area {
    background: #fff;
    padding: 100px 0;
}

.our_service_area.inner_service_area .col-md-2 {
    width: 20%;
    margin-bottom: 11px;
}

.Area.inner_service_area::before {
    background: #25352cb8;
}

.detail_services.wow.fadeInRight {
    padding: 100px 0;
}

.detail_text a {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.detail_text p {
    text-align: justify;
    line-height: 33px;
    padding-bottom: 21px;
}

.our_services.inner_service {
    background-image: unset;
}

.our_services.inner_service::before {
    background: unset;
}

.our_services_content.inner_service {
    display: block;
    text-align: center;
}

.our_services_content.inner_service h1 {
    color: #000;
}

.contactus {
    padding: 100px 0;
}

.contactdetail h3 {
    font-size: 35px;
    font-weight: 500;
}

.contactdetail p {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 0 66px;
    color: #000;
}

.contactdetail h2 {
    font-size: 48px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.contacticon a {
    font-size: 19px;
    padding-left: 76px;
    padding-top: 10px;
    padding-bottom: 55px;
    color: #666;
    font-weight: 500;
}

.contacticon h6 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 75px;
    font-family: 'Poppins';
}

.contacticon p {
    font-size: 17px;
    padding: 11px 0px 45px 76px;
    color: #666;
    font-weight: 600;
}

.contacticon i {
    font-size: 53px;
    color: #000;
    position: absolute;
}

.footer_icon {
    display: flex;
    justify-content: space-around;
    padding-right: 300px;
    padding-left: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.footer_icon li a {
    background-color: #000000;
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.footer_icon li a:hover {
    background-color: #006495;
}

.footer_icon1 {
    display: flex;
    justify-content: space-around;
    padding-right: 300px;
    padding-left: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.formtext1 form textarea::placeholder {
    color: #b3b3b3;
}

.formtext1 form input::placeholder {
    color: #b3b3b3;
}

.formtext1 form input {
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #25352b;
    color: #ffffff;
}

.formtext1 {
    background-color: #25352b;
    padding: 56px 31px 60px;
    box-shadow: 0px 0px 0px 1px #b3aaaa;
}

.formtext1 form textarea {
    border-radius: 0;
    width: 100%;
    height: 150px;
    border: 1px solid #b3b3b3;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #25352b;
    color: #ffffff;
}

.formtext1 form h3 {
    font-size: 48px;
    padding-bottom: 22px;
    text-transform: uppercase;
    color: #fff;
}

.map iframe {
    width: 100%;
    height: 700px;
}

.formtext1 form button {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: unset;
}

.detail_form form input,
select {
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
    margin-bottom: 38px;
    background-color: #ffffff;
    appearance: auto;
}

.detail_form form textarea {
    border-radius: 0;
    width: 100%;
    height: 229px;
    border: 1px solid #b2b2b2;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.makeappointment_form {
    padding: 100px 0;
}

.detail_form form button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-decoration: none;
    padding: 17px 171px;
    border-radius: 3px;
    border: unset;
    background-color: #7b9e36;
}

.contactdetail h3 {
    font-size: 35px;
    font-weight: 500;
}

.Get_Qoute.inner_Get_Qoute {
    padding: 100px 0;
}

.get_a_fre.inner_Get_Qoute {
    margin: 0;
}

.Get_Qoute.inner_Get_Qoute::before {
    position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 100%;
    height: 59%;
    background: #d7e2c2;
    z-index: -1;
}

.Because {
    background-image: url(../images/because.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.Because::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #25352bd9;
    top: 0;
    left: 0;
}

.Because_text h1 {
    color: #fff;
}

.Because_text a {
    background: #7b9e36;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
}

.our_team {
    padding: 100px 0;
}

.Mowing.inner-about {
    background: #7b9e36;
    border: 4px solid #fff;
    width: 83%;
    justify-content: center;
}

.Mowing.inner-about h2 {
    font-size: 38px;
    color: #fff;
}

.our_team_text {
    text-align: center;
    padding-bottom: 21px;
}

.our_team_text p {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 29px;
    color: #8a8a8a;
    font-weight: 500;
}