.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;
    padding: 50px 0;
    padding-bottom: 100px;
}

.chairman_main .row,
.about_main .row {
    align-items: end;
}

.abt_text_sec {
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

.abt_text_sec h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 50px;
}

.abt_text_sec hr {
    width: 100%;
    border: solid 1px var(--black);
    opacity: 1;
    margin: 0;
    margin-top: 30px;
}

.abt_text_sec hr::after {
    content: '';
    position: absolute;
    left: 20px;
    width: 150px;
    height: 10px;
    background-color: var(--yellow);
    margin-top: -5px;
}

.abt_text_sec p {
    font-size: 16px;
    color: var(--black);
    text-align: justify;
    margin: 50px 0;
    line-height: 35px;
}

.abt_text_sec a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--blue);
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 20px 20px 20px 0;
    display: inline-block;
}

.abt_img_sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 175px;
    background-color: var(--blue);
    width: 820px;
    height: 450px;
    z-index: -1;
}

.abt_img_sec h2 {
    font-size: 125px;
    color: var(--blue);
    font-weight: 900;
    text-align: end;
    padding-right: 130px;
    line-height: 120px;
}

.abt_img_sec h2 span {
    color: var(--white);
}

.abt_img_sec img {
    width: 100%;
    border-right: solid 10px var(--yellow);
}

/* chairman section */
.chairman_main {
    background-color: var(--yellow);
    position: relative;
    padding-bottom: 100px;
    /* height: 100vh; */
    overflow: hidden;
}

.chairman_main::before {
    content: '';
    position: absolute;
    left: -390px;
    top: 40px;
    width: 57%;
    height: 100%;
    background-color: #fcd259;
    border-radius: 50%;
}

.chairman_main .abt_text_sec h3 {
    margin-bottom: 30px;
}

.chairman_main .abt_text_sec p {
    margin-top: 15px;
}

.chairman_main .container {
    position: relative;
}

.chairman_main .row {
    padding-top: 300px;
}

.cntr_head {
    text-align: end;
    position: absolute;
    right: 0;
}

.testimonial_main .cntr_head {
    position: unset;
    text-align: left;
}

.cntr_head h2 {
    font-size: 120px;
    color: var(--black);
    font-weight: 900;
    padding-bottom: 50px;
    line-height: 130px;
}

.crm_img_sec {
    position: relative;
    z-index: 1;
}

.crm_img_sec::after {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 105.4%;
    height: 380px;
    border: solid 7px var(--white);
    z-index: -1;
}

.crm_img_sec h3 {
    font-size: 25px;
    color: var(--blue);
    padding: 25px 0;
    line-height: 35px;
    padding-right: 20px;
    font-weight: bold;
    padding-top: 40px;
}

.crm_img_sec img {
    width: 100%;
}

.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_main .abt_text_sec hr::after {
    background-color: var(--white);
}

.chairman_text_sec p {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 40px;
}

.chairman_text_sec a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--gold);
    padding: 15px 30px;
}

.director_pr {
    width: fit-content;
}

.director_pr h4 {
    font-size: 28px;
    color: var(--black);
    font-weight: bold;
    margin: 20px 0;
    margin-bottom:0;
}

.director_pr p {
    font-size: 18px;
    color: var(--black);
    text-align: end;
}

/* facilities section */
.facilities_main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    background-color: #f7f7f7;
    position: relative;
}
.facilities_main::after {
    content: '';
    position: absolute;
    bottom: 214px;
    right: 450px;
    width: 37%;
    height: 1px;
    background-color: var(--black);
    margin-left: 80px;
}
.fclts_head_text h3 {
    font-size: 120px;
    color: var(--black);
    font-weight: 900;
    line-height: 120px;
}

.fclts_head_text hr {
    margin: 25px 0;
    border: solid 2px var(--yellow);
    opacity: 1;
    width: 30%;
}

.fclts_head_text p {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 30px;
}

.fclts_head_text a {
    font-size: 18px;
    color: var(--white);
    background-color: var(--blue);
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 20px 20px 20px 0;
    display: inline-block;
}

.fclts_cards p {
    font-size: 23px;
    color: var(--black);
    line-height: 40px;
    text-align: justify;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    padding-left: 100px;
}

.fclts_card_sec {
    position: relative;
}

.fclts_cards::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 63%;
    height: 59%;
    z-index: 0;
    background-color: #fff;
}

.fclts_card_sec img {
    width: 100%;
}

.fclts_card_sec figure {
    position: relative;
}

.fclts_card_sec figure::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    height: 170px;
    width: 10px;
    transform: rotate(3deg);
    background-color: var(--yellow);
}

.psn_text {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.psn_text h4 {
    font-size: 20px;
    color: var(--white);
}

.psn_text a {
    font-size: 16px;
    color: var(--yellow);
}

.facilities_btn_sec {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    margin-top: 40px;
}

.facilities_btn_sec button {
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border: solid 1px var(--black);
    border-radius: 50%;
    padding: 10px;
    color: #000;
    opacity: 1;
    position: unset;
}
.facilities_btn_sec button span{
    filter:invert(1);
}
/* 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: 6.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;
}

.arrow_sec {
    width: 100%;
    filter: invert(1);
}

.testimonial_main .carousel-control-prev {
    left: unset;
    right: 450px;
}

.testimonial_main .carousel-control-next {
    right: 350px;
}


