.font-600{
    font-weight: 600 !important;
}

.font-500{
    font-weight: 500 !important;
}

.font-400{
    font-weight: 400 !important;
}
.font-300{
    font-weight: 300 !important;
}

.clr_blue{
    color:#1b2330;
}

.clr_black{
    color:#000000 !important;
}

.clr_grey{
    color:#666666;
}

.clr_yellow{
      color:#eda83d;
}
.mt-10{
 margin-top: 10px;
 display: block;
}

.position-relative{
    position:relative;
}

.mx-auto{
    margin: 0 auto;
}

.font_24 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 20px;
    text-transform: capitalize;
}
.font_20 {
    font-size: 20px !important;
    line-height: 28px;
}

.font_18 {
    font-size: 18px !important;
    line-height: 24px;
}

.font_14 {
    font-size: 14px !important;
    line-height: 20px;
}

.font_16 {
    font-size: 16px !important;
    line-height: 22px;
}

.text-left{
    text-align: justify !important;
}

.news_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.yellow_theme {
    font-size: 16px;
    font-weight: 600;
    background: #eda83d;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    margin-top: 0 !important;
}

.news_heading h2:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #eda83d;
    transform: rotate(45deg);
    top: 11px;
    left: 0;
}

.home_news_sec .latest_news {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.home_news_sec .latest_news .card {
    display: flex;
    align-items: center;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}

.home_news_sec .latest_news a:nth-child(2) .card {
    flex-direction: row-reverse;
}

.home_news_sec .latest_news .img_box {
    width: 50%;
}

.home_news_sec .latest_news .img_box img.img-responsive {
    max-width: 100%;
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.home_news_sec .latest_news .content_box {
    width: calc(100% - 50%);
    padding: 0 15px;
}

.achieving_laurels_sec {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.achieving_laurels_sec .content_box {
    padding: 15px;
}

.achieving_laurels_sec .content_box p {
    margin-bottom: 10px;
}

.achieving_laurels_sec .img_box img.img-responsive {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.al_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.record_categorie {
    margin-top: 20px;
}

.record_categorie .swiper-slide img {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
    object-position: top;
}

.news_list_sec.board_member_page .square_box_style {
    height: 100%;
    min-height: 100% !important;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 5px !important;
    overflow: hidden;
    background: #ffffff;
}

.news_list_sec.square_overflow .img-square_box {
    border-bottom: 1px solid #f0f0f0;
    height: auto;
    min-height: auto;
    overflow: hidden;
}

.news_list_sec.square_overflow .img-square_box img {
    height: 215px;
    width: 100%;
    margin: 0px auto;
    object-fit: cover;
}

.news_details_sec .w-75 {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  
}

.news_details_sec  .img-square_box {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #cfcfcf;
    padding: 8px;
    border-radius: 5px;
}

.news_details_sec  .img-square_box .img-responsive {
    width: 100%;
}

.news_details_sec .social_icon {
    margin-top: 15px;
}

.news_details_sec .social_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 10px;
}

.news_details_sec .social_icon ul li a {
    width: 42px;
    height: 42px;
    border: 1.5px solid #1b2330;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #1b2330;
    font-size: 20px;
    transition: 0.3s;
}

.news_details_sec .social_icon ul li a:hover{
     border: 1.5px solid #eda83d;
      color: #eda83d;
}
.news_list_sec .address_section .items.row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.discription_jusitify {
    text-align: justify !important;
}
@media (max-width: 991px) {
.achieving_laurels_sec .img_box img.img-responsive {
    height: auto;
    object-fit: cover;
}

.home_news_sec .latest_news .img_box img.img-responsive {
    height: auto;
    object-fit: cover;
}

.home_news_sec .latest_news .card {
    flex-direction: column;
}

}

@media (max-width: 767px) {
.news_details_sec .w-75 {
    width: 100%;
}
.home_news_sec .latest_news .img_box {
    width: 100%;
}
.home_news_sec .latest_news .content_box {
    width: 100%;
    padding: 15px 15px;
}
.home_news_sec .latest_news a:nth-child(2) .card {
    flex-direction: column;
}
.font_24 {
    font-size: 20px;
    line-height: 25px;
    padding-left: 19px;
    text-transform: capitalize;
}
}

@media (max-width: 480px) {
    .square_box_content, .square_box_style {
        min-height: auto !important;
    }
}
