.banner_main {
    /* position: relative; */
    overflow: hidden;
}

.banner_main .row .col-lg-2 {
    width: 305px;
}

.banner_main .row .col-lg-2,
.banner_main .row .col-lg-10 {
    padding: 0;
}

.banner_sec img {
    width: 100%;
}

.banner_side_text {
    background-color: #999999;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-align: center;
}

.banner_side_text h3 {
    font-size: 35px;
    font-weight: 900;
    color: var(--white);
    line-height: 50px;
    text-align: center;
    padding-bottom: 100px;
    padding-left: 10px;
}

/* about section */
.about_main {
    position: relative;
}

.about_main .container {
    background-color: var(--blue);
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 120px;
}

.about_main .container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    z-index: -1;
    background-color: var(--blue);
}

.abt_text_sec h5 {
    font-size: 18px;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 15px;
}

.abt_text_sec h1 {
    font-size: 65px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 30px;
    line-height: 75px;
}

.abt_text_sec p {
    font-size: 16px;
    color: var(--white);
    text-align: justify;
    line-height: 30px;
    margin-bottom: 50px;
    width: 95%;
}

.abt_text_sec .read_more_abt {
    font-size: 18px;
    color: var(--white);
    background-color: var(--gold);
    font-weight: bold;
    padding: 20px 25px;
}

.abt_img_sec {
    width: 100%;
    height: 100%;
    position: relative;
}

.abt_img_sec img {
    padding-top: 80px;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
}

.vid_btn_sec {
    background-color: var(--gold);
    padding: 45px 60px;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 900px;
    z-index: 2;
}

.vid_btn_sec i {
    font-size: 20px;
    color: var(--white);
}
.vid_btn_sec2{
    display: none;
}
/* chairman section */
.chairman_main {
    padding-top: 150px;
    background-color: #ececec;
    padding-bottom: 20px;
    position: relative;
}

.chairman_main::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: #f6a661;
    width: 790px;
    height: 630px;
}

.cntr_head h2 {
    font-size: 70px;
    color: var(--blue);
    font-weight: 900;
    padding-bottom: 50px;
    line-height: 70px;
}

.chr_text {
    width: 75%;
    margin: auto;
    margin-right: 50px;
    background-color: #ffffff;
    padding: 10px 15px;
}

.chr_text h4 {
    font-size: 20px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 10px;
}
.chr_text p{
    font-size: 16px;
    color:var(--black);
    margin-top:5px;
    margin-bottom:0;
}

.crm_img_sec {
    background-image: url(../../images/index/chairman_bg.png);
    background-repeat: no-repeat;
    background-size: 94%;
    background-position-y: -20px;
    background-position-x: 35px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.crm_img_sec img {
    width: 75%;
    height: 600px;
    object-fit: cover;
    margin-left: 110px;
}

.chairman_text_sec {
    padding-top: 50px;
}

.chairman_text_sec h3 {
    font-size: 30px;
    color: var(--black);
    font-weight: bold;
    border-bottom: solid 2px var(--black);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.chairman_text_sec p {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    margin-bottom:10px;
}

.chairman_text_sec a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--gold);
    padding: 15px 30px;
    margin-top: 20px;
    display: inline-block;
}

/* testimonial section */
.testimonial_main {
    padding: 80px 0;
    overflow: hidden;
}

.testimonial_main .row {
    margin-top: 50px;
}

.testimonial_main .carousel-inner {
    overflow: unset;
}

.testimonial_img_sec {
    position: relative;
    text-align: center;
}

.testimonial_img_sec::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 170px;
    background-color: #fde9d9;
    width: 300px;
    height: 690px;
    border-radius: 170px;
    z-index: -1;
    transform: rotate(34deg);
}

.scnd_test_img_sec img {
    width: 300px;
    position: absolute;
    top: -50px;
    left: 0;
}

.scnd_test_img_sec2 img {
    left: unset;
    right: 0;
    top: 0;
    width: 170px;
}

.test_p_txt_sec {
    text-align: center;
}

.test_p_txt_sec h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--black);
    margin: 0 auto;
    margin-bottom: 5px;
    border-bottom: solid 1px var(--black);
    padding-bottom: 7px;
    width: fit-content;
}

.test_p_txt_sec p {
    font-size: 20px;
    color: var(--black);
    margin: 0;
}

.testi_text_main {
    padding-left: 30px;
    position: relative;
}

.testi_text_main::after {
    content: '';
    position: absolute;
    top: -130px;
    right: -320px;
    background-color: var(--blue);
    width: 970px;
    height: 709px;
    z-index: -1;
}

.testi_text_main p {
    font-size: 18px;
    color: var(--white);
    margin: 15px 0;
    line-height: 30px;
}

.testi_scnd_img_sec_rt {
    width: 100px;
    border: solid 2px var(--gold);
    border-radius: 50%;
    /* margin-top: 30px; */
}

.testimonial_main .carousel-indicators {
    left: unset;
    margin-right: 23.5%;
    margin-bottom: 3.1rem;
    gap: 10px;
}

.testimonial_main .carousel-indicators [data-bs-target] {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0;
    text-indent: unset;
}

.testimonial_main .carousel-control-next,
.testimonial_main .carousel-control-prev {
    width: 80px;
    height: 80px;
    top: unset;
    opacity: 1;
    bottom:-30px;
}

.arrow_sec {
    width: 100%;
    filter: invert(1);
}

.testimonial_main .carousel-control-prev {
    left: unset;
    right: 450px;
}

.testimonial_main .carousel-control-next {
    right: 350px;
}