.navbar .color2 a {
    color: #1A2644 !important;
}



.bread-crumb{
    background-size: cover;
    background-repeat: no-repeat;
    margin: 35px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.bread-crumb .container-pad {
    padding: 0;
}

.bread-crumb .bread-col {
    height: 400px;
    padding-top: 10vh;
}

.bread-crumb .col-h {
    height: 645px !important;
}


.bread-crumb .bread-col h1 {
    font-size: 48px;
    font-weight: bold;
    color: #1A2644;
    margin-top: 90px;
}

.bread-crumb .bread-col .bread-crumb-page {
    margin-top: 12vh;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.bread-crumb .bread-col .bread-crumb-page a {
    text-decoration: none;
    font-size: 12px;
    color: #1A2644;
}

@media (max-width: 1000px) {
    .bread-crumb .bread-col {
        padding-left: 55px;
        height: 450px;
    }

    .bread-crumb .bread-col h1 {
        font-size: 40px;
    }
.bread-crumb .col-h {
    height: 475px !important;
}
    
}





.aboutus-background-img .img1 {
    position: absolute;
    top: -53vh;
    left: -50vh;
    z-index: 1;
}

.aboutus-background-img .img2 {
    position: absolute;
    top: 95vh;
    right: 40vh;
    z-index: 1;
}

@media (max-width: 1000px) {
    .aboutus-background-img {
        display: none;
    }
}




.aboutus-page {
    margin-top: 10vh;
    position: relative;
    z-index: 5;
}

.aboutus-page .aboutus-left h2 {
    font-size: 67px;
    font-weight: 500;
    color: white;
    line-height: 72px;
}

.aboutus-page .aboutus-left p {
    font-size: 24px;
    color: #C8C8C8;
    margin-top: 90px;
}

.aboutus-page .aboutus-right-col {
    display: flex;
    justify-content: end;
}


.aboutus-page .aboutus-right {
    width: 85%;
    height: 570px;
    background: #dedede38;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 95px 70px 20px 70px;
}

.aboutus-page .aboutus-right p {
    font-size: 32px;
    color: white;
    text-align: center;
    line-height: 43px;
}

.aboutus-page .aboutus-right a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid white;
    border-radius: 30px;
    height: 48px;
    width: 218px;
    padding: 0px 21px;
    transition: all 0.5s;
}

.aboutus-page .aboutus-right a:hover {
    background-color: #1A2644;
    border: #1A2644;
    width: 225px;
    transition: all 0.5s;
}

.aboutus-page .aboutus-right a i {
    font-size: 8px;
}


.aboutus-page .aboutus-right-col .img2 {
    position: absolute;
    z-index: -1;
    top: 38vh;
    right: 43vh;
}



@media (max-width: 1000px) {
    .aboutus-page .aboutus-left h2 {
        font-size: 43px;
        text-align: center;
        line-height: 50px;
    }

    .aboutus-page .aboutus-left p {
        margin-top: 50px;
        text-align: center;
    }

    .aboutus-page .aboutus-right {
        width: 100%;
        padding: 45px 20px 0 20px;
        margin-top: 40px;
    }

}