.contactus{ padding: 20px 0px; }
.contactlocation ul { padding: 0px 0 20px 0px; }
.contactlocation ul li {  }
.contactlocation ul li { background: url('../images/location.svg') no-repeat left center; padding: 0 0 0 35px; list-style-type: none; }

.social-icons{ padding: 0 0 30px 0px; }
.social-icons li{ padding: 0 15px; }
.social-icons i{ color: #AF251C; font-size: 35px; }

.contactlast ul{ padding: 0px 0 20px 0px; }
.contactlast ul li{ padding: 5px 0 10px 40px; list-style-type: none;  background: url('../images/email.svg') no-repeat left center;}
.contactlast ul li:last-child { padding: 5px 0 5px 40px; list-style-type: none;  background: url('../images/call.svg') no-repeat left center;}
.contactlast ul li a{ color: #000000; }
.ict ul { padding-bottom: 10px; padding-top: 10px; }
.ict ul li{ padding-bottom: 10px; }


.bg-top::before{
    height: 170px;
    z-index: 1;
}
.card-notice-block{
    box-shadow: 0px 4px 22.8px 0px #0000001A;
    background-color: #ffffff;
    padding: 1.5rem;
    min-height: 184px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
}
.card-notice-block p{
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: 0%;

}
.btn_notice_board{
    white-space: nowrap;
    background-color: #AF251C;
    margin-left: 2rem;
    padding: 0.8rem 1.2rem;
    border-radius: 100px;
    color: #fff !important;
}
.btn_notice_board:hover
{
  background: #c5161d;
}

.noticeAligne{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* news & events starts */

.news-event {
    width: 100%;
    max-width: 970px;
    height: 152px;
    background: rgba(182, 202, 233, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 84px;
    font-weight: 400;
    font-family: Charter, serif;
    font-style: normal;
    line-height: 115.588%;
    color: #111636;
    text-align: center;
    border-radius: 8px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
}

.event-box {
    height: auto; 
    min-height: 292px;
    background: #FFF;
    box-shadow: 0px 4px 22.8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-badge {
    width: 90px;
    display: inline-flex;
    height: 26px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #D0D0D0;
    font-weight: bold;
}

.event-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px; 
}

.event-title {
    overflow: hidden;
    color: #111636;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 20px; 
    font-weight: 600;
    line-height: 140%;
    flex: 1; 
}

.read-more {
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 60px;
    background: #AF251C;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap; 
}
.read-more:hover
{
    background: #c5161d;
    color: #FFF;
}

/* Paragraph styling */
/* .para {
    overflow: hidden;
    color: #5E5E5E;
    text-overflow: ellipsis;
    white-space: normal;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 180.558%;
} */
.para {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5E5E5E;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 180.558%;
    max-height: calc(16px * 1.80558 * 2); 
}


.event-date-box {
    width: 100%;
    height: 36px;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 6px;
    align-self: flex-start;
    margin-top: auto; 
}

.news-event {
    width: 100%;
    max-width: 970px;
    height: 152px;
    background: rgba(182, 202, 233, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 84px;
    font-weight: 400;
    font-family: Charter, serif;
    font-style: normal;
    line-height: 115.588%;
    color: #111636;
    text-align: center;
    border-radius: 8px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
}
.event-title {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.event-date {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.event-image {
    width: 100%;
    border-radius: 8px;
}

.event-description {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180.558%;
}


.news-event {
    width: 100%;
    max-width: 970px;
    height: 152px;
    background: rgba(182, 202, 233, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 84px;
    font-weight: 400;
    font-family: Charter, serif;
    font-style: normal;
    line-height: 115.588%;
    color: #111636;
    text-align: center;
    border-radius: 8px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
}
.event-title {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.event-date {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.event-image {
    width: 100%;
    border-radius: 8px;
}

.event-description {
    color: #111636;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180.558%;
}

.ict-infra h1
{
    color: #111636;
  font-size: 70px;
  font-family: "Charter Regular";
  margin: 0 0 30px 0
}
.ict-infra p
{
    color: #111636;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.ict-infra ul li {
  color: #111636;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 6px 0;
  font-weight: 500;
}
.ict-infra h5 {
  color: #111636;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 15px 0;
  font-weight: 700;
}





/* news & events ends */



@media screen and (max-width: 768px) {
    .noticeAligne{
        flex-direction: column;
        align-items: flex-start;
    }
    .btn_notice_board{
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .card-notice-block{
        height: auto;
    }
    .card-notice-block p{
        font-size: 16px;
    }
    .ict-infra h1
    {
        font-size: 36px;
    }
}