.services-content {
    font-size: 16px;
    text-align: justify;
}


.ser-bner {
    position: relative;
}

.serv-layer {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-color: rgba(255, 255, 255, 0.3);
}

.ser-bner img {
    height: 75vh;
    object-fit: cover;
}

.mn-heading11 {
    font-size: 30px !important;
}

.mn-heading {
    font-size: 30px !important;
}

.ser-bn-abs {
    position: absolute;
    right: 15%;
    top: 30%;
    text-align: end;
}

.ser-bn-abs img {
    width: 50%;
}

.what-is {
    padding: 5% 0% !important;

}


.inner-servicesli img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;

}

.inner-servicesli p {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 2% !important;
    background-color: #167ba1;
    padding-top: 2%;
    position: absolute;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    color: white;
    bottom: 0%;
    left: 4%;
    right: 4%;
}

.inner-servicesli .col-6 {
    position: relative;
}


.bg-234 {
    padding: 5% 0% !important;
    /* background-image: url('../images/services/bg-1.png'); */
    background-image: url('../images/services/bg-2.png');
    background-image: url('../images/services/background.jpg');
    background-attachment: fixed;
    /* background-position: right center; */
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-container {
    position: fixed;
    /* top: 7%; */
}

.ser-side-img {
    border-radius: 20px;
    height: 85vh !important;
    object-fit: cover;
}

.navbar-expand-lg {
    /* background-color: rgba(255, 255, 255, 0.5) !important; */
    border-radius: 20px;
    /* backdrop-filter: blur(25px); */
    padding: 2% 4%;
    border-radius: 0px;
    /* backdrop-filter: blur(25px); */
    padding: 0%;

}

.ser-icon {
    width: 35%;
    display: block;
    margin: auto;
}

.services-list2 .col-md-4 {
    text-align: center;

}

.services-list2 .ser-cont {
    display: flex;
    /* border: 1px solid grey; */
    padding: 2% 4%;
    border-radius: 10px;
    background-color: #81b13c;
    /* border-radius: 0%; */
}


.services-list2 .ser-cont:hover {
    background-color: #1d7ca0
}

.services-list2 a {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2c6534;
    width: 100%;
}



.content-subpage {
    font-size: 14px;
}

.met-our-sp {
    text-decoration: none;
    background-color: #bda06d;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 1% 3%;
    /* margin-top: 3% !important; */
}


.mn-heading21 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
}

.radi-img {
    width: 50px;
}



.services-list .service-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.services-list .service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services-list .ser-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
    text-align: center !important;
}

@media (min-width: 768px) {
    .services-list .service-card {
        height: 100%;
    }

    .inner-servicesli img {
        /* height: 200px; */

    }
}

/* .navbar-container{
    top: 6% !important;
  } */

.banner-content {
    position: absolute;
    /* top: 30%; */
    bottom: 10% !important;
    left: 5%;
    /* width: 100%; */
    right: 15%;
    color: white;
    display: flex !important;
    align-items: baseline;
    /* text-align: center; */
}

.services-banner {
    position: relative;
    /* margin-top: 5%; */
}

.bnaer-sec2 {
    margin-bottom: 0% !important;
    width: 100%;
    text-align: center;
}



.services-banner h1 {
    color: #2f6338;
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-weight: 600; */
}

.lin1 {
    text-align: left;
}

.lin1 .lin-1 {
    height: 7px;
    width: 100px;
    display: inline-block;
    background-color: #2c6534;
    border-radius: 10px;
}

.lin1 .lin-2 {
    height: 7px;
    width: 50px;
    display: inline-block;
    background-color: #f75d88;
    border-radius: 10px;
}

.mn-heading1 {
    font-size: 25px;
}


.banner-content p {
    font-size: 14px;
    width: 70%;
    color: black;
}

/* .bnaer-sec2{
    width: 75%;
    display: block;
    margin: auto;
} */


@media only screen and (max-width:760px) {


    .banner-content {
        right: 5% !important;
    }

    .bnaer-sec2 h1 {
        font-size: 30px !important;
    }

    .mn-heading11 {
        font-size: 25px !important;
    }

    .mn-heading {
        font-size: 25px !important;
    }


    .banner-content p {
        width: 100%;
    }

    .ser-bner img {
        height: 75vh;
        width: 100%;
        object-fit: cover;
        object-position: right center;
    }

}