.two_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    margin: auto;
    flex-wrap: wrap;
}
.two_section .image_two_section {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: right;
    order: 1;
}
.two_section .image_two_section img {
    width: 100%;
    max-width: 100%;
    height:auto;
}
.two_section .text_two_section {
    width: 70%;
    padding: 50px;
    text-align: justify;
    line-height: 2;
}
@media screen and (max-width:950px) {
    .two_section .text_two_section {
        width: 90%;
        padding: 20px 0;
    }
    .two_section .image_two_section {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: right;
    }
}
/*section there*/
.there_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    background: #164074;
    height: fit-content;
    margin: 25px auto 0;
    position: relative;
    border-radius: 0;
}
.there_section .there_div_one {
    display: flex;
    width: 1000px;
    max-width: 95%;
    position: relative;
    padding: 50px 0;
    margin: 25px auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.there_section .there_div_one h3 {
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    top: 50%;
    color: #FAB803;
    font-size: 35px;
    font-weight: 400;
}
.there_section .there_div_one .line_top_div {
    position: absolute;
    right: 0;
    top: 0;
}
.there_section .there_div_one .there_div_one_counter {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 15px;
    color: #fff;
    gap: 17px;
    align-items: center;
    align-content: center;
}
.there_section .there_div_one .there_div_one_counter h4 {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    gap: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.there_section .there_div_one .there_div_one_counter span {
    font-size: 18px;
    font-weight: 900;
    padding: 0 0;
    line-height: 2;
}
.there_section .there_div_one .there_div_one_counter span br {

}
.there_section .center_line_section {
    margin: auto;
    width: 100%;
    text-align: center;
}
.there_section .there_div_two {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    width: 1000px;
    margin: auto;
    max-width: 90%;
    gap: 30px;
    padding: 50px 0;
}
.there_section .there_div_two h2 {
    color: #fff;
    font-size: 35px;
    width: 100%;
    text-align: center;
}
.there_section .there_div_two p {
    text-align: justify;
    padding: 10px 0;
    line-height: 2;
}
.there_section .logo_left_line {
    position: absolute;
    left: 0;
    width: 12%;
}
/*section fore*/
.fore_section {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 300px;
    padding: 0 !important;
}
.fore_section .fore_div_one {
    z-index: 5;
    position: relative;
    float: left;
    width: 55%;
    padding: 2%;
}
.fore_section .fore_div_one h3 {
    width: 100%;
    padding: 23px 0;
    font-size: 35px;
    color: #fff;
}
.fore_section .fore_div_one p {
    line-height: 2;
    color: #fff;
}
.fore_section  .background_one {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.fore_section  .background_two {
    display: none;
}
/*five section style css*/
.five_section {
    background: #FAB803;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 10% 50px 5%;
}
.five_section .background_one {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    height: 50%;
}
.five_section .background_two {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto;
    height: 50%;
}
.five_section h2 {
    position: absolute;
    right: -155px;
    transform: rotate(-90deg);
    top: 335px;
    font-weight: 400;
    color: #164074;
    font-size: 40px;
}
.five_section .five_div_one {
    padding: 15px 0;
    color: #164074;
    line-height: 2;
    width: 100%;
}
.five_section .five_div_one h3 {
    color: #164074;
    padding: 10px 0;
    font-size: 25px;
}
.five_section .five_div_one p {
    font-size: 20px;
}

@media screen and (max-width:1000px) {
    .there_section .there_div_one h3 {
        right: -8%;
        top: 50%;
    }
    .five_section h2 {
        right: -90px;
        top: 200px;
        font-size: 50px;
    }
}
@media screen and (max-width:950px) {
    .five_section h2 {
        position: relative;
        left: 0;
        transform: inherit;
        top: 0;
        padding: 10px 0 30px;
        font-size: 50px;
        text-align: left;
        width: 100%;
    }
    .fore_section .fore_div_one h3 {
        font-size: 30px;
    }
    .fore_section  .background_one {
       display: none;
    }
    .fore_section {
        height: 700px;
    }
    .fore_section .fore_div_one {
        float: inherit;
        width: 90%;
        padding: 2%;
        margin: auto;
    }
    .fore_section  .background_two {
        display:block;
        position: absolute;
        right: 0;
        top: 0;
        object-fit: cover;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width:900px) {
    .there_section .there_div_one h3 {
        right: 0;
        top: 0;
        position: relative;
        transform: inherit;
        width: 100%;
        text-align: center;
        padding: 0 0 25px;
    }
}
@media screen and (max-width:700px) {
    .there_section .there_div_one .there_div_one_counter {
        justify-content: left !important;
        text-align: right;
        width: 35%;
        position: relative;
    }
    .there_section .there_div_one {
        display: grid;
        justify-items: center;
    }
    .five_section .background_one {
        width: 80%;
        height: auto;
        max-width: 80%;
    }
    .five_section .background_two {
        width: 80%;
        height: auto;
        max-width: 80%;
    }
    .there_section .there_div_one .there_div_one_counter span {
        font-size: 18px;
        font-weight: 900;
        padding: 0 0;
        line-height: 2;
        position: absolute;
        right: 110%;
        width: max-content;
        text-align: right;
    }
}

@media screen and (max-width:500px) {
    .there_section .logo_left_line {
        width: 15%;
        top: 8%;
    }
    .there_section .there_div_two h2 {
        line-height: 1.5;
    }
    .five_section .five_div_one h3 {
        line-height: 1.5;
    }
}
@media screen and (max-width:450px) {
    .there_section .there_div_one .there_div_one_counter span {
        font-size: 13px;
    }
    .fore_section {
        height: 550px;
    }
    .fore_section .fore_div_one p {
        font-size: 17px;
    }
    .there_section .there_div_two h2 {
        font-size: 25px;
    }
    .there_section .there_div_two p {
        font-size: 17px;
    }
    .two_section .text_two_section p {
        font-size: 17px;
    }
    .hero_section .text_botton_hero h1, .hero_section .text_botton_hero.active h1 {
        font-size: 20px;
    }
}
