.buttons_slider {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5%;
    left: 8%;
    gap: 20px;
}

.buttons_slider button {
    color: #fff;
    background: #3246428a;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.about_content h4 {
    color: #0d4725;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.slick-slider {
    position: relative;
}


.caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    padding: 10px;
    border-radius: 5px;
}

.caption h2 {
    margin: 0;
    font-size: 24px;
}

.caption p {
    margin: 5px 0 0;
    font-size: 16px;
}

@media (max-width: 800px) {
    .contact_bg {
        background-position: right;
    }

    .buttons_slider {
        display: none;
    }

}


.carousel-caption h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.carousel-caption h2 {
    color: rgb(255, 255, 255);

    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
    margin: 15px 0px;
}

.carousel-caption p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}

.carousel-caption button {
    border-radius: 5px;
    padding: 6px 20px;
    background: rgb(81, 184, 72);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0px;
}

.client-slider {
    padding: 20px;
}

.client-item {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.client-item img {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: fill;
}

.head_service h5 {
    color: rgb(19, 72, 137);

    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}



.head_service h1 {
    color: rgb(81, 184, 72);
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
}


.service {
    padding: 60px 15px;

}

.head_service {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.head_service div {
    flex: 1;
}

.head_service p {
    color: rgb(0, 0, 0);

    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0%;
    text-align: justify;
}

.head_service a {
    color: rgb(0, 13, 81);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: right;
    text-decoration-line: underline;
}

.service_card {

    position: static;

    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 40px 48px 40px 48px;

    background: rgb(246, 246, 246);

    flex: none;
    order: 1;
    flex-grow: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 15px 0px;
}





.service_card:hover,
.service_card:focus {
    background: #A5DEF4;

}

.service_card:hover img {
    filter: invert(1);

}

.service_card:hover h4 {
    color: #000;
}


.service_card:hover a {
    color: #000;
    background-color: #fff;
}




.service_card h4 {
    color: rgb(0, 13, 81);

    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
}

.service_card img {
    margin-bottom: 20px;
}

.service_card p {
    color: rgba(0, 0, 0, 0.8);

    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    margin: 7px 0px;
    height: auto;
    min-height: 80px;
}

.service_card a {
    color: #fff;

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    background: #51B848;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    margin: 8px 0px;
    border-radius: 5px;
}

.about_section {
    padding: 60px 15px;
}


.about_section h4 {
    color: rgb(19, 72, 137);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
}


.about_section h2 {

    font-size: 49px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
}



.about_section p {

    color: rgb(77, 77, 77);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: justify;
}

.about_content {
    padding: 0px 100px;
}

.choose h4 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}




.about_content a {
    border-radius: 5px;
    padding: 6px 20px;
    background: #51B848;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0px;
    width: fit-content;
}




.choose h2 {
    color: rgb(0, 0, 0);
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -1px;
    text-align: left;
}

.choose_full {
    padding: 50px;
}

.choose_content h3 {
    color: rgb(0, 0, 0);

    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: left;
}

.choose_content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
}

.chhose_cotainer {
    padding: 20px 0px;
}

.d-flex.choose_content {
    gap: 20px;
    margin: 10px 0px;
}


.helping {
    padding: 60px 15px;
}

.helping h4 {
    color: rgb(19, 72, 137);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.helping h2 {
    color: rgb(81, 184, 72);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
}

.helping_container {
    padding: 30px 15px;
    padding-bottom: 0;
}

.help_box {
    text-align: center;
    padding: 30px;
}

.help_box img {
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.help_box h3 {
    color: rgb(0, 13, 81);

    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.help_box p {
    color: rgba(0, 13, 81, 0.6);

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}


.progressive {
    background: rgb(165, 222, 244);
    padding: 60px 15px;
}

.progressive h4 {
    color: rgba(0, 0, 0, 0.8);

    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.progressive h2 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
}

.progressive p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    padding-right: 100px;
    margin: 20px 0px;
}

.progressive a {
    border-radius: 5px;
    padding: 6px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0px;
    width: fit-content;
}


.testimonial_container {
    background: #F6F6F6;
    padding: 40px 40px;
}


.testimonial-slider {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.testimonial-item {
    text-align: center;
    padding: 20px 0px;
    text-align: left !important;
    border-radius: 5px;
}

.testimonial-content p {

    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    padding-right: 50px;
}

.testimonial-author {
    margin-top: 20px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author h4 {
    margin: 10px 0 5px;
    color: rgb(0, 0, 0);

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.testimonial-author p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.section_container {
    padding: 80px 15px;
    padding-bottom: 50px;
}

.testimonial_container h2 {
    color: rgb(0, 13, 81);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: left;
}

.testmonial_sec {
    padding: 0px 60px;
}


.news_container h4 {
    color: rgb(106, 110, 122);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}


.news_container {
    margin: 80px 15px;
    margin-bottom: 0;
}



.news_container h2 {
    color: rgb(0, 13, 81);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
}

.news_box img {
    width: 100%;
}

.news_box_content {
    padding: 20px 15px;
}

.news_box_content h5 {
    color: rgba(19, 72, 137, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
}

.news_box_content h3 {
    color: rgb(0, 13, 81);
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.news_box_content a {
    color: rgba(19, 72, 137, 0.6);

    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
}

.news_content_full{
    margin-top: 20px;
    margin-bottom: 20px;
}









@media screen and (max-width:767px) {


.logo img{
width: 185px;
}

.head_service{
    flex-direction: column;
}
.head_service h1{
    font-size: 25px;
    line-height: normal;
}
.head_service h1 br{
    display: none;
}

.about_content{
    padding: 20px 0px;
}

.service_card{
    padding: 40px 15px;
}


.about_section h4{
    margin-bottom: 10px;
}

.about_section h2{
    font-size: 25px;
}
.testmonial_sec{
    padding: 0px 6px;
}

.progressive p{
    padding: 15px;
}
.choose_full{
    padding: 10px;
}

.service{
    padding: 30px 15px;
}

.about_section{
    padding: 30px 15px;
}

.help_box{
    padding: 30px 0px;
}


.section_container{
    padding: 60px 15px;
}

.testimonial_container{
    padding: 40px 15px;
}

.testimonial-content p{
    padding-right: 0;
}

.testimonial-item {
    padding: 0;
}

.testmonial_sec{
    padding: 20px 0px;
}


.testimonial_container h2{
    font-size: 28px;
}
.news_container h2{
    font-size: 35;

}
.progressive h2{
    line-height: normal;
    font-size: 25px;
}

.progressive p{
    padding: 0;
    margin: 0;
    text-align: justify;
}

.get_touch{
    padding: 6px !important;
}

.helping h2{
    line-height: normal;
    font-size: 25px;
}

.service_card h4{
    text-align: left;
}
.header-action-btn:is(:hover, :focus) {
color: #4db848 !important;
}


.choose h2{
font-size: 25px;
}

.chhose_cotainer {
padding: 6px 0px;
}
.choose_full {
    padding: 20px 10px;
}


.choose_content h3{
    font-size: 17px;
}

.footer-top.section{
    padding-bottom: 30px;
}
.d-flex.choose_content{
    gap: 10px;
}

.carousel-caption h2{
    font-size: 20px;
    line-height: normal;
}

.header{
    position: inherit;
}

.carousel-caption{
    bottom: 0;
}

.carousel-caption h2{
    margin: 0px;
}

.carousel-caption button{
    margin: 5px 0px;
}
.carousel-caption h5{
    font-size: 14px;
}
.carousel-caption p{
    line-height: normal;
    font-size: 15px;
}
}



@media screen and (min-width: 767px) and (max-width: 1200px) {
.carousel-caption{
    bottom: 24px;
}

.carousel-caption button{
    margin: 5px 0px;
}


.head_service h1{
    font-size: 25px;
    line-height: normal;
}
.service_card{
    padding: 40px 15px;
}

.service_card h4{
    text-align: left;
}

.about_content{
    padding: 15px;
}
.about_section{
    padding: 40px 15px;
}



}


@media screen and (min-width: 991px) and (max-width: 1200) {


.footer-brand{
    flex: 1;
}
}


@media screen and (min-width: 768px) and (max-width: 1100px) {
.head_service{
    flex-direction: column;
    align-items: start;
}

.footer-list{
    padding: 0;
}

.about_section h2{
    font-size: 28px;
}

br{
display: none;
}

.choose h2{
font-size: 28px;
}



.footer br{
display: block;
}
p.text_f{
font-size: 14px;
}
}