
    body {
        font-weight: 500;
        color: #333;
        background: #fff;
    }

    p {
        line-height: 30px;
    }
    .breadcrumb {
        background: var(--main-color);
        padding: 15px 0px;
        margin-bottom: 30px;
    }
    .section-margin {
        margin: 50px 0px;
    }
    .bg_gray {
        background: #f7fbff;
        padding: 30px 0px;
    }

      .bg_main {
        background: var(--main-color);
        padding: 30px 0px;
    }

   .breadcrumb h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}
.about-img{
    border-radius:20px; overflow:hidden;
}

    .year {
        position: absolute;
        padding: 10px;
        border-radius: 10px;
        background: var(--main-color);
        color: #fff;
        top: 25px;
        left: -50px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .year img {
       width: 60px;
    }   
    .experience span {
        font-size: 35px;
        line-height: 30px;
        font-weight: 600;
    }
    .experience p {
        margin: 0px;
        font-size: 14px;
    }

.head_ing {
        font-size: 15px;
        color: var(--main-color);
        font-weight: 600;
        margin-top: 15px;
    }
    .main_head_ing {
        color: #000000;
        font-weight: 600;
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .p_left{
        padding-left: 70px;
    }


    .about-list {
        list-style: none;
        color: #000;
        padding: 0px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap:15px
    }

    .about-list li {
        flex-basis: 48%;
    }
 .about-list li i{
background:var(--main-color);
 border-radius: 15px;color: #fff;padding: 3px;
   }


    .work {
        border-radius: 20px;
        overflow: hidden;
        margin-top: -100px;
    }

.service-box {
       border-radius: 20px;
    overflow: hidden;
    margin: 17px 0px;
    box-shadow: 2px 2px 13px 1px #bce2ff;
    padding: 20px;
    background: #fff;
    height: 405px;
    transition: all 0.3s ease;
    }
    .service-box:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.service-list {
          display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0dcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    }

    .service-heading{
        line-height: 30px;
    color: #000;
    margin: 0px;
    font-weight: 700;
    font-size: 25px;
    width: 80%;
    }

    .service-list a{
        text-decoration: none;
       
    }

.service-list i{
        font-size: 40px;
    background: var(--main-color);
    width: 20%;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 400;
       display: block;
}

.service-list-img{
        border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}

.together{
    color: var(--main-color);margin:20px 0px 0px;font-style:italic; font-weight:700;
}
.service-list-img img{
    height:150px; width:100%;
}

.today{
    font-size: 21px;font-weight: 500; color: #fff;line-height: 30px;  font-family: 'Quicksand', sans-serif;
}

.gallery{
    border-radius:20px; overflow:hidden;
}

.gallery .big{
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.gallery .small{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.g-mt-20{
    margin-top:20px;
}

.g-mb-20{
    margin-bottom:20px;
}
.work-box{
border-radius: 20px;
overflow: hidden;
margin: 17px 0px;
box-shadow: 2px 2px 13px 1px #bce2ff;
padding: 20px;
background: #fff;
}


.work-head{
        color: #000;
    margin: 0px;
    font-weight: 700;
    font-size: 40px;
}
.work-box p{
    margin: 0px;
}
.testimonial-box{
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    margin: 17px 0px;
    box-shadow: 2px 2px 13px 1px #bce2ff;
    padding: 20px;
}
.testi-name{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.testi-img{
    border-radius: 50px;
    overflow: hidden;
}
.testi-img img{
        width: 100%;
    height: 50px;
}

.testi-stars {
    color: #ffb100;
    font-size: 12px;
    margin-bottom: 20px;
}

    @media (max-width:1201px) {
        .year {
            display: none !important;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .about-img {
            margin: 10px 100px;
        }
    }

    @media (max-width:540px) {
        .about-list li {
            flex-basis: 100%;
        }

        .work {
            margin-top: 10px;
        }

    }
