body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans";
    margin: 0 auto
}

.container {
    max-width: 1680px
}

.sub-title {
    font-size: 20px !important;
    color: black;
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px;
}

.our-values {
    font-size: 36px;
    font-weight: 900;
}

.value-card h3 {
    font-size: 19px;
    font-weight: 700;
}

.navbar-brand {
    font-size: 36px;
    font-weight: 700
}

.nav-link:hover {
    color: rgb(4, 0, 0) !important;
    cursor: pointer;
}

.navbar-nav .nav-item {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-left: 30px;
}

.navbar-nav .nav-link:last-child {
    margin-right: 0
}

.dropdown-menu li {
    position: relative
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 10px
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block
}

.aboutUs-hero-section {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/aboutusinfo.webp);
    height: 45vh;
    background-size: cover;
    color: #070101;
    border-radius: 13px;
    padding: 50px 0;
    margin: 30px 0;
}

.footer-logo img {
    margin-top: -10px;
}

.make-best-image {
    width: 80% !important;
    display: block;
    margin: 0 auto;
}

.title {
    padding-top: 50px;
    color: black;
    font-weight: 700;
}

.aboutus-section {
    margin: 0;
    padding: 25px;
    /* background: rgba(249, 249, 249, 1) */
}

.text-24 {
    font-size: 20px;
    line-height: 1.6;
    text-align: justify
}

.aboutus-section .col-md-7 {
    position: relative
}

.aboutus-section .col-md-7 .background-img {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-25%, -45%);
    width: 50%;
    border-radius: 35px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.navbar-brand img {
    height: 40px;
    width: 35px;
    margin-top: 4px;
}

.aboutus-section .col-md-7 .overlay-img {
    height: auto;
    border-radius: 10px;
    object-fit: cover
}

.aboutus-section-col-5 {
    text-align: justify;
    margin-bottom: 1.5rem
}

.our-pillars {
    /* height: 285px; */
    height: 300px;
    background-color: #f6f6f6;
}

.our-pillars .card {
    border: none;
    background-color: #F0FBFF;
    color: #333;
    height: auto;
    gap: 20px;
    border-radius: 16px;
    height: 100%;
}

.our-pillars .card .card-top-number {
    font-size: 48px;
    font-weight: 700
}

.our-pillars .card .card-title {
    font-size: 24px;
    font-weight: 600
}

.our-pillars .card .card-description {
    font-size: 16px;
    font-weight: 400
}

.values-section {
    margin-top: 240px;
}

.values-section .subtitle {
    font-size: 20px;
    font-weight: 400;
    /* color: #666; */
    padding: 8px 350px
}

.values-list {
    height: 174px;
    padding: 17px 20px 17px 20px;
    border-radius: 12px
}

.value-card {
    background-color: #f8f9fa;
    padding: 19px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.value-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px
}

.value-card p {
    font-size: 13px;
    color: #555
}



.why-choose-us {
    height: 300px;
    background-image: url(../images/aboutUs-chooseSection-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.why-choose-us .card {

    border: none;
    border-radius: 14px;
    margin-top: 283px;
    background: rgba(245, 248, 255, 1);
    box-shadow: 0 4px 40px 0 rgba(119, 119, 119, .25)
}

.why-choose-us h2 {
    font-size: 36px;
    font-weight: 700
}


.ceo-section {
    margin-top: 230px !important;
    height: auto
}

.ceo-section .ceo_card {
    padding: 40px;
    border: none !important;
    box-shadow: 0 4px 40px 0 rgba(240, 240, 240, 1)
}

.ceo-section-detail {
    background: rgba(238, 238, 238, 1);
    width: 294px;
    margin-top: -34px;
    padding: 30px;
    padding-bottom: 1px;
    border-radius: 10px;
}

.ceo-section .ceo {
    border: none !important;
    border-radius: 12px !important
}

.ceo .card-body {
    background-color: #EEEEEE;
    text-align: center;
}

.ceo-name {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

.ceo-post {
    font-size: 16px;
    font-weight: 400;
}


.ceo-para {
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    /* opacity: .85px; */
    color: rgba(38, 43, 57, 1)
}

.explore-section {
    max-width: 1180px !important;
    height: auto;
    margin: 0 auto;
    padding: 40px 20px;
    margin-top: 76px;
}

.explore-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.explore-description {
    color: #555;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 31.8px
}

.explore-btn {
    color: rgba(255, 255, 255, 1);
    width: 321px;
    height: 54px;
    border-radius: 24px;
    border: none;
    background: rgba(57, 112, 233, 1);
    cursor: pointer;
    transition: background-color .3s;
    font-size: 16px;
    font-weight: 700
}

.explore-btn:hover {
    background: linear-gradient(90.6deg, #051839 8.49%, #0446a3 30.52%, #0346a3 69.85%, #051939 100.27%)
}

.our-pillars .card {
    border: none;
    background-color: #F0FBFF;
    color: #333;
    gap: 20px;
    border-radius: 16px;
    opacity: 1;
}

footer {
    background-color: #fff;
    color: #333;
    padding-top: initial;
    border-top: 1px solid #ddd;
    box-sizing: border-box
}

.footer-column {
    flex: 1 1 20%;
    min-width: 180px;
    margin-bottom: 20px;
    text-align: center
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
}

.footer-column a {
    color: #333;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    font-size: 1rem;
    text-align: justify;
    text-align: center
}

.footer-column a:hover {
    text-decoration: underline
}

.connect-footer {
    background-color: #d7f1f3;
    padding-top: 20px
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center
}

.social-icons a {
    font-size: 1.5em;
    color: #333;
    transition: color .3s ease
}

.social-icons a:hover {
    color: #007bff
}

@media (max-width:768px) {
    footer {
        flex-direction: column;
        text-align: center
    }

    .footer-column {
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .social-icons {
        justify-content: center
    }
}

@media (max-width:480px) {
    .social-icons a {
        font-size: 1.3em
    }

    .aboutus-title {
        font-size: 32px !important;
        font-weight: bold;
        color: black;
        padding-top: 25px;
    }
}


@media screen and (max-width:576px) {
    .navbar-brand {
        font-size: 28px;
        font-weight: 700
    }

    .values-section .subtitle {
        font-size: 15px;
        color: #666;
        padding: initial;
        text-align: start !important
    }

    h1 {
        font-size: 35px !important;
    }

    .sub-title {
        font-size: 12px !important;
        color: black;
    }

    .values-image {
        display: none
    }

    .aboutUs-hero-section {
        padding: 50px 0;
        margin: 20px 0;
    }

    .values-section {
        margin-top: 20px
    }

    .value-card {
        padding: 10px;
        text-align: center;
    }

    .value-card h3 {
        font-size: 16px !important;
        font-weight: 700;
    }

    .our-values {
        text-align: center
    }

    .ceo-quote {
        font-size: 18px !important;
        font-weight: 600;
        line-height: initial;
        margin-top: 31px
    }

    .ceo-section .card {
        max-width: 1500px;
        padding: 15px;
        border: none;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 4px 40px 0 rgba(240, 240, 240, 1)
    }

    .sub-heading-36px {
        font-size: 1.3rem !important;
        text-align: start !important
    }

    .ceo-section {
        margin-top: 50px !important;
        text-align: center;
    }

    .values-list {
        height: 174px;
        padding: 10px;
        border-radius: 12px;
        margin-bottom: 15px !important;
    }

    .ceo-para {
        font-size: 14px !important;
        font-weight: 400;
        text-align: justify;
        opacity: .85px;
        color: rgba(38, 43, 57, 1)
    }

    .why-choose-us .card {
        margin-top: 10px !important;
    }

    .why-choose-us ul {
        padding-left: 0;
    }

    .values-list-right-list {
        margin-top: 294px
    }

    .why-choose-us {
        height: 365px;
        /* background-image: url(../images/aboutUs-chooseSection-bg.webp); */
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .why-choose-us h2 {
        font-size: 24px;
        font-weight: 700
    }

    .why-choose-us .card {
        max-width: 961px;
        height: auto;
        padding: 15px !important;
        gap: 30px;
        border: none;
        border-radius: 14px;
        margin-top: -160px;
        /* margin-top: 283px; */
        background: rgba(245, 248, 255, 1);
        box-shadow: 0 4px 40px 0 rgba(119, 119, 119, .25);

    }

    .why-choose-us ul li {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .explore-btn {
        width: 223px
    }

    .explore-description {
        color: #555;
        margin-bottom: 30px;
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        line-height: 25.8px;
    }

    .explore-title {
        font-size: 1.3rem;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px
    }

    .explore-section {
        max-width: 1180px !important;
        height: auto;
        margin: 0 auto;
        padding: 25px 0px;

    }

    /* .ceo-section {

        margin-top: 490px !important;
        height: auto
    } */



    .aboutus-section {
        margin: 0;
        padding: initial;
        background: rgba(249, 249, 249, 1)
    }

    .text-24 {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify;
        padding: 0 15px;
    }



    .footer-tittle {
        font-size: 2rem;

    }

    h3 {
        font-size: 24px !important;
    }

}

@media screen and (min-width:576px) and (max-width:767px) {
    .our-values {
        text-align: center
    }

    .values-section .subtitle {
        font-size: 24px;
        color: #666;
        padding: initial
    }

    .values-section {
        margin-top: 15px
    }

    .values-image {
        display: none
    }

    .why-choose-us {
        height: 490px;
        /* background-image: url(../images/aboutUs-chooseSection-bg.webp); */
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: initial
    }

    .why-choose-us .card {
        margin-top: -95px;
    }

    .right-list {
        height: 174px;
        padding: 17px 20px 17px 20px;
        border-radius: 12px;
        margin-top: 30px
    }

    .values-list-right-list {
        margin-top: 450px !important
    }

    .footer-tittle {
        font-size: 1.5rem;

    }

    .ceo-quote {
        font-size: 24px;
        font-weight: 600;
        /* line-height: 51.62px; */
    }

    .ceo-section {
        text-align: center;
        margin-top: -16px !important;
        height: auto;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 19px;
    }

    /* 
    h3 {
        font-size: 28px !important;
    } */

    .ceo-para {
        font-size: 20px;
        font-weight: 400;
        text-align: justify;
        color: rgba(38, 43, 57, 1);
    }

    .explore-section {
        margin-top: 0;
    }



    .explore-description {
        color: #555;
        margin-bottom: 30px;
        font-size: 21px;
        font-weight: 400;
        line-height: 34.8px;
    }


    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }


}

@media screen and (min-width:768px) and (max-width:991px) {
    .img-fluid {
        max-width: 80%;
        height: auto
    }

    /* h2 {
        font-size: 25px;
        font-weight: 700
    }

    h3 {
        font-size: 24px
    } */

    .aboutus-section .col-md-7 .background-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-25%, -45%);
        width: 60%;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
    }

    .our-values {
        text-align: center
    }

    .values-section {
        margin-top: 36px;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .values-image {
        margin-top: 130px !important;
        height: 485px
    }

    .values-section .subtitle {
        font-size: 24px;
        color: #666;
        padding: initial
    }

    .values-list-right-list {
        padding: 19px;
        border-radius: 8px
    }

    .why-choose-us .card {
        max-width: 900px;
        height: auto;
        padding: 20px 33px 23px 33px;
        gap: 30px;
        border: none;
        border-radius: 14px;
        margin-top: 283px;
        background: rgba(245, 248, 255, 1);
        box-shadow: 0 4px 40px 0 rgba(119, 119, 119, .25)
    }

    .text-24 {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify
    }

    h2 {
        font-size: 26px;
        font-weight: 700
    }

    .our-pillars .row {
        padding: 35px;
        justify-content: center
    }

    .our-pillars {
        height: 1010px;
        background-color: #f6f6f6
    }

    .our-pillars .card {
        color: #333;
        /* height: auto; */
        gap: 20px;
        border-radius: 16px;
        margin-top: 20px;
        margin-left: 25px
    }



    .our-pillars-Achievements {
        font-size: 32px;
        font-weight: bold;
    }

    .our-pillars-Achievements-text {
        font-size: 20px;
        font-weight: 400;
        color: #333;
    }

    .footer-tittle {
        font-size: 1.5rem;

    }

    .footer-column .logo {
        padding-left: 0px !important;
    }

    .logo img {
        width: 35px !important;
        height: 40px !important;
    }

    .footer-column h3 {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #fff;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .ceo-quote {
        font-size: 28px;
        font-weight: 600;
        /* line-height: 51.62px; */
    }

    .ceo-img {
        margin: 0 auto;
    }

    .ceo-section img {
        width: 248px !important;
        height: 195px !important;
        border-radius: 10px 10px 0 0;
        margin-left: 65px;
    }

    .title {
        padding-top: 50px;
        color: black;
        font-weight: 700;
        font-size: 36px !important;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }


}

@media screen and (min-width:768px) and (max-width:991px) {
    .ceo-section-detail {
        background: rgba(238, 238, 238, 1);
        width: 227px;
        margin-top: -34px;
        /* padding: 30px; */
        padding-bottom: 1px;
        border-radius: 10px;
        margin-left: 65px;
        padding-top: 31px;
    }
}


.navbar {
    background-color: rgb(244, 244, 244) !important;
}


@media screen and (min-width:992px) and (max-width:1199px) {
    .our-pillars .card {
        border: none;
        width: 234px;
        color: #333;
        gap: 20px;
        border-radius: 16px
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 28px;
        font-weight: 700
    }

    .values-section .subtitle {
        font-size: 24px;
        color: #666;
        padding: 0 60px;
        margin-left: 100px
    }

    .our-pillars .row {
        padding: 10px;
        margin-left: 10px
    }

    .our-pillars .card .card-top-number {
        font-size: 32px;
        font-weight: 700
    }



    .our-pillars .card {
        border: none;
        width: 234px;
        color: #333;
        gap: 20px;
        border-radius: 16px
    }



    .values-section {
        margin-top: 250px
    }

    .aboutus-section .col-md-7 .overlay-img {
        height: auto;
        border-radius: 10px;
        object-fit: cover;
        width: 380px
    }

    .aboutus-section .col-md-7 .background-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-15%, -45%);
        width: 55%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
    }

    .text-24 {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify
    }

    /* .text-center {
        text-align: initial !important
    } */

    .our-values {
        text-align: center
    }

    h3 {
        font-size: 20px;
    }

    .values-list-right-list .value-card {
        background-color: #f8f9fa;
        padding: 19px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
        margin-bottom: 30px
    }

    .our-pillars-Achievements {
        font-size: 48px;
        font-weight: bold;
    }

    .our-pillars-Achievements-text {
        font-size: 24px;
        font-weight: 400;
        color: #333;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 20px
    }

    .why-choose-us h2 {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

    .footer-tittle {
        font-size: 2rem;

    }

    .footer-column .logo {
        padding-left: 50px !important;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .ceo-quote {
        font-size: 24px;
        font-weight: 600;
        /* line-height: 51.62px */
    }

    .ceo-para {
        font-size: 20px !important;
        font-weight: 400;
        text-align: justify;
        opacity: .85px;
        color: rgba(38, 43, 57, 1);
    }

    .explore-description {
        color: #555;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 400;
        line-height: 34.8px;
    }

    .our-pillars .card .card-title {
        font-size: 20px !important;
        font-weight: 600;
    }

    .our-pillars .card .card-description {
        font-size: 18px;
        font-weight: 400;
    }

    .our-pillars-Achievements {
        font-size: 40px !important;
        font-weight: bold;
        padding-top: 25px;
    }

    .logo img {
        width: 35px !important;
        height: 40px !important;
    }

    .ceo-section-detail {
        background: rgba(238, 238, 238, 1);
        width: 241px !important;
        /* padding: 12px 10.46px 12px 10.46px; */
        margin-top: -34px;
        padding: 30px;
        padding-bottom: 1px;
        border-radius: 10px;
    }

}

@media screen and (min-width:992px) and (max-width:1400px) {
    .ceo-section-detail {
        background: rgba(238, 238, 238, 1);
        width: auto !important;

        margin-top: -34px;
        padding: 30px;
        padding-bottom: 1px;
        border-radius: 10px;
    }

    .title {
        padding-top: 50px;
        color: black;
        font-weight: 700;
        font-size: 36px !important;
    }
}





@media screen and (min-width:1200px) and (max-width:1480px) {




    h3 {
        font-size: 30px;
    }

    .ceo-quote {
        font-size: 30px;
        font-weight: 700
    }

    .ceo-para {
        font-size: 20px;
        font-weight: 400;
        text-align: justify;
        opacity: .85px;
        color: rgba(38, 43, 57, 1)
    }

    .aboutus-section .col-md-7 .overlay-img {
        height: auto;
        border-radius: 10px;
        object-fit: cover;
        width: 550px;
        height: 400px
    }

    .aboutus-section .col-md-7 .background-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-15%, -45%);
        width: 55%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
    }

    .our-pillars .card {
        border: none;
        width: 270px;
        color: #333;
        height: auto;
        border-radius: 16px
    }

    .our-pillars .card {
        border: none;
        width: 234px;
        color: #333;
        width: 265px;
        gap: 20px;
        border-radius: 16px
    }

    .our-values {
        text-align: center
    }

    .values-section .subtitle {
        font-size: 24px;
        color: #666;
        padding: 20px;
    }

    .values-section {
        margin-top: 200px
    }

    .text-24 {
        font-size: 20px;
        line-height: 1.6;
        text-align: justify
    }

    .why-choose-us {
        margin-top: 50px
    }

    .why-choose-us h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 19px;
    }


    .our-pillars .row2 {
        padding: 10px 50px;
    }

    .ceo-quote {
        font-size: 30px;
        font-weight: 600;
        line-height: 51.62px
    }

    .values-list-right-list {
        padding: 19px;
        border-radius: 8px;
        margin-bottom: 30px
    }

    .aboutus-title {
        font-size: 36px;
        font-weight: bold;
        color: black;
    }

    .our-pillars-Achievements {
        font-size: 48px;
        font-weight: bold;
    }

    .our-pillars-Achievements-text {
        font-size: 24px;
        font-weight: 400;
        color: #333;
    }

    .footer-tittle {
        font-size: 2rem;

    }

    .footer-column .logo {
        padding-left: 50px !important;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 35px !important;
        height: 40px !important;
    }



}

@media screen and (min-width:1480px) {
    .text-24 {
        font-size: 20px;
        line-height: 1.6;
        text-align: justify
    }

    .values-section {
        margin-top: 141px;
    }

    .our-values {
        text-align: center
    }

    .our-pillars .row2 {
        padding: 10px 50px;
    }

    .our-pillars .row {
        padding: 20px 50px 0px 50px;
    }

    .ceo-quote {
        font-size: 24px;
        font-weight: 600;
        line-height: 31.62px
    }

    .values-list-right-list {
        margin-top: 0
    }

    .values-list-right-list {
        padding: 19px;
        border-radius: 8px;
        margin-bottom: 30px
    }

    .aboutus-title {
        font-size: 36px;
        font-weight: bold;
        color: black;
    }

    .our-pillars-Achievements {
        font-size: 36px;
        font-weight: bold;
    }

    .our-pillars-Achievements-text {
        font-size: 20px;
        font-weight: 400;
        color: #333;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer-tittle {
        font-size: 2rem;
        padding-left: 17px;
    }

    .footer-column .logo {
        padding-left: 50px !important;
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 35px !important;
        height: 40px !important;
    }




}


.footer-section {
    background-color: #0b0e32;
    color: #ffffff;
}




.footer-section a {
    color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    font-size: 1.5em;
    /* color: #333; */
    transition: color .3s ease;
}

.social-icons a:hover {
    color: #007bff;
}



.link-heading {
    font-size: 1.25rem;
}

hr {
    width: 103px;
    color: #ffffff;
    /* color: #1E90ff; */
    height: 2px;

}