.over_readmorebtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #F15B07;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #F15B07;
    width: 127px;
    height: 50px;
}

.over_contactbtn {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #F15B07;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #E3DBD8;
    width: 170px;
    height: 58px;
}

.over_title {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #0D8AC2;
}

.over_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #727272;
}

.over_phon {
    background-color: #0D8AC2;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.over_title2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 1.4px;
    color: #0D8AC2;
}

.choose_box {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px 30px 0px 30px;
    min-height: 308px;
    margin: 30px;
}

.bg_round {
    background-color: #0D8AC2;
    border-radius: 50%;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bg_round1 {
    background-color: #0D8AC2;
    border-radius: 50%;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #F15B07;
    margin-top: 25px;
}

.choose_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #252B42;
    margin-top: 10px;
}

.choose {
    margin: 0 auto;
    display: block;
}

.choose li {
    color: #252B42;
    margin-top: 10px;
    list-style: none;
    margin-left: 70px;
}

.over_box {
    background-color: #0D8AC2;
    border-radius: 15px;
    margin-top: 20px;
}

.project_head {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    /* line-height: 60px; */
    letter-spacing: 0%;

}

.project_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #fff;

}

.over_title3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    color: #F15B07;

}

.slider_card {
    position: relative;
    width: 380px;
    margin: 0px auto;
}

.slider_box {
    background-color: #f7f7f7;
    padding: 30px 40px;
    border-radius: 20px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible;
    margin: 30px 0px;
    /* width: 350px; */
    margin-bottom: 60px;
}

.slider_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* Text Box Positioned Absolutely */
.slider_content {
    position: absolute;
    bottom: 0px;
    left: 218px;
    width: 85%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    transform: translate(-50%, 50%);
    z-index: 10;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.slider_content h4 {
    font-size: 18px;
    color: #ff6600;
    margin-bottom: 5px;
}

.slider_content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.arrow_button {
    width: 45px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 30%;
    cursor: pointer;
}

.arrow_button i {
    color: #ff6600;
    font-size: 18px;
}

.testi_text {
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #0D8AC2;

}

.feedback_card1 {
    background: #F4F9FF;
    border-radius: 24px;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: left;
    margin: 4px;
    position: relative;
    min-height: 300px;
    width: 90% !important;
}

.processbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),
        /* Bottom shadow */
        0px -4px 8px rgba(0, 0, 0, 0.1),
        /* Top shadow */
        4px 0px 8px rgba(0, 0, 0, 0.1),
        /* Right shadow */
        -4px 0px 8px rgba(0, 0, 0, 0.1);
    /* Left shadow */
    padding: 20px;
    margin: 50px;
}


.process_head {
    font-size: 18px;
    color: #ff6600;
    margin-bottom: 5px;
}

.process_text {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}


.blog_card {
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 80% !important;
    margin: 50px;min-height: 615px;
}

.blog_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #F15B07;
    width: auto;

}

.blog_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #727272;
}

.read_more {
    color: #F15B07;
    text-decoration: none;
}
.nav_d{
    display: flex;
    justify-content: space-between;
}







@media screen and (max-width: 1500px) {
    .choose li {
        margin-left: 0px;
    }
}
@media screen and (max-width: 1300px) {
    .processbox{
        margin: 10px 0px;
        
    }
}

@media screen and (max-width: 780px) {
    .over_title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 20px;
    }

    .slider_box {
        margin: 0px;
        margin-bottom: 60px;
    }

    .slider_content {
        margin: 0px;
        margin-top: -155px;
    }

    .testi_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0%;
        color: #0D8AC2;

    }

    .over_title2 {
        font-size: 20px;
        line-height: 41px;
    }

    .over_title3 {
        font-size: 30px;
        line-height: 41px;
    }

    .blog_card {
        width: 80% !important;
        margin: 50px
    }
    .nav_d{
        display: inline;
    }
    .choose_box {
        margin: 0px;
    }
    .processbox{
        margin: 10px 0px;
        
    }
    
    
 

}