/* .clr {
    background-color: rgb(212, 137, 50);
}

.bg {
    background-image: url(../img/SL_060521_43530_31-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg2 {
    background-image: url(../img/rm218batch5-katie-18.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg3 {
    background-image: url(../img/SL_060521_43530_09-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.active img {
    scale: 1.2;
}

.carousel-item img {
    transition: 5s linear;
}

.readmore {
    background: linear-gradient(rgba(35, 183, 12, 1), rgba(35, 183, 12, 1), rgba(35, 183, 12, 1), rgba(35, 183, 12, 0.8), rgba(35, 183, 12, 0.4), rgba(35, 183, 12, 0.2));
}

.readmore2 {
    background: linear-gradient(275deg, rgba(10, 95, 243, 1), rgba(10, 95, 243, 1), rgba(10, 95, 243, 1), rgba(10, 95, 243, 0.8), rgba(10, 95, 243, 0.4), rgba(10, 95, 243, 0.2));
}

.w-10 {
    width: 3%;
}

.aboutimg:hover {
    scale: 1.2;
    transition: 2s ease-in-out;

} */

.clr {
    background-color: rgb(212, 137, 50);
    /* height: 20px; */
}

.bg {
    background-image: url(../img/SL_060521_43530_31-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg2 {
    background-image: url(../img/rm218batch5-katie-18.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg3 {
    background-image: url(../img/SL_060521_43530_09-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg4 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(4, 4, 3, 0.747)), url('../img/katainewimg.jpg');
    background-size: cover;
    background-repeat: no-repeat;

}

.bg5 {
    background-image: linear-gradient(rgb(4, 16, 129), rgba(1, 32, 95, 0.842)), url('../img/map_bg.gif');
    background-size: cover;
    background-repeat: no-repeat;

}

.active img {
    scale: 1.2;
}

.carousel-item img {
    transition: 5s linear;
}

.readmore {
    background: linear-gradient(rgba(35, 183, 12, 1), rgba(35, 183, 12, 1), rgba(35, 183, 12, 1), rgba(35, 183, 12, 0.8), rgba(35, 183, 12, 0.4), rgba(35, 183, 12, 0.2));
}

.readmore2 {
    background: linear-gradient(275deg, rgba(10, 95, 243, 1), rgba(10, 95, 243, 1), rgba(10, 95, 243, 1), rgba(10, 95, 243, 0.8), rgba(10, 95, 243, 0.4), rgba(10, 95, 243, 0.2));
}

.w-10 {
    width: 3%;
}

.aboutimg:hover {
    scale: 1.2;
    transition: 2s ease-in-out;

}

.section-title1 h2 {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #007e99;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.section-title1 h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #e9050b;
    margin: 4px 10px;
}

.section-title1 h2::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #e9050b;
    margin: 4px 10px;
}

.section-title1 p {
    margin: 0;
    margin: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #e9050b;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #e9050b;
}

@media (max-width:909px) {

    .section-title h2,
    .section-title1 h2 {
        height: 0;
        width: 0;
        display: none;
    }

    .section-title1 p,
    .section-title p {

        margin-bottom: 0;
    }
}

.img_parent {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_parent img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.profile-card {
    width: 300px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}

.profile-header {
    background: linear-gradient(#ff5722, rgb(238, 146, 25), rgba(248, 143, 6, 0.8), rgba(35, 183, 12, 0.4), rgba(35, 183, 12, 0.2));
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}

.profile-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ff5722;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.profile-body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.profile-body h5 {
    font-weight: 600;
}

.profile-body p {
    color: gray;
    font-size: 14px;
    margin-bottom: 15px;
}


/* principal section design  */
.announcement-card {
    border-left: 5px solid #007bff;
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.announcement-date {
    font-size: 0.9rem;
    color: #6c757d;
}

.read-more-btn {
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: 0.3s;
}

.read-more-btn:hover {
    opacity: 0.9;
}

.principal-section {
    background: linear-gradient(135deg, #d1f1c8, #a7e47d);
    padding: 2rem;
    border-radius: 12px;
}

.principal-img {
    border-radius: 10px;
    max-width: 150px;
}

.principal-name {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.1rem;
}

.principal-title {
    font-size: 0.9rem;
    color: #555;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.highlight {
    color: #dc3545;
}