.services-content {
    font-size: 16px;
    text-align: justify;
}


.ser-bner{
    position: relative;
}

.ser-bner img{
    height: 65vh;
    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;
   
}

.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: 630px !important;
    object-fit: cover;
}

.navbar-expand-lg {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 20px;
    backdrop-filter: blur(25px);
    padding: 2% 4%;
    border-radius: 0px;
    backdrop-filter: blur(25px);
    padding: 0%;

}

.navbar-logo {
    filter: none;
    width: 45%;
}

.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: 12px;
    color: white;
    width: 100%;
}



.content-subpage {
    font-size: 14px;
}

.met-our-sp {
    text-decoration: none;
    background-color: #81b13c;
    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;
  }
  @media (min-width: 768px) {
    .services-list .service-card { height: 100%; }
  
    
  }

  /* .navbar-container{
    top: 6% !important;
  } */

  .banner-content {
    position: absolute;
    /* top: 30%; */
    bottom: 10% !important;
    left: 0%;
    /* width: 100%; */
    right: 0%;
    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{
    /* font-family: 'Caladea', Georgia, "Times New Roman", serif; */
    font-size: 47px;
}

.services-banner h1{
    color: #0d536e;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    /* font-weight: 600; */
}

.lin1{
    text-align: center ;
}

.lin1 .lin-1 {
    height: 7px;
    width: 100px;
    display: inline-block;
    background-color: #187aa1;
}

.lin1 .lin-2 {
    height: 7px;
    width: 50px;
    display: inline-block;
    background-color: #389e4a;
}

.sub-head{
    text-transform: capitalize !important;
}

.banner-content p{
    font-size: 14px;
    width: 70%;
    display: block;
    margin: auto;
}

@media only screen and (max-width:760px) {

    .services-banner img{
        height: 40vh !important;
    }
    
}

/* .bnaer-sec2{
    width: 75%;
    display: block;
    margin: auto;
} */